Skip to content

Commit

Permalink
fix: update Node types for Node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
ahuth committed Nov 6, 2023
1 parent f592b00 commit 115ef19
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.5.1",
"@types/jest": "^29.5.7",
"@types/node": "^18.18.8",
"@types/node": "^20.8.10",
"@types/react": "^18.2.34",
"@types/react-beautiful-dnd": "^13.1.6",
"@types/react-dom": "^18.2.14",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2632,7 +2632,7 @@ __metadata:
"@tippyjs/react": "npm:^4.2.6"
"@types/jest": "npm:^29.5.7"
"@types/lodash": "npm:^4.14.200"
"@types/node": "npm:^18.18.8"
"@types/node": "npm:^20.8.10"
"@types/react": "npm:^18.2.34"
"@types/react-beautiful-dnd": "npm:^13.1.6"
"@types/react-dom": "npm:^18.2.14"
Expand Down Expand Up @@ -6774,12 +6774,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^18.18.8":
version: 18.18.8
resolution: "@types/node@npm:18.18.8"
"@types/node@npm:^20.8.10":
version: 20.8.10
resolution: "@types/node@npm:20.8.10"
dependencies:
undici-types: "npm:~5.26.4"
checksum: 25346cda374c3bb630a9055cf8b7dd49729d53502b81ba647336f459c751f66c73ae9ba755a63d7bd05b07afa2c90b5627af985998ef5cdb0bafb2db5ec7b520
checksum: 8930039077c8ad74de74c724909412bea8110c3f8892bcef8dda3e9629073bed65632ee755f94b252bcdae8ca71cf83e89a4a440a105e2b1b7c9797b43483049
languageName: node
linkType: hard

Expand Down

0 comments on commit 115ef19

Please sign in to comment.