Skip to content

Commit

Permalink
chore(deps): update dependency @types/node to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 26, 2024
1 parent 30cdd1c commit 5e9a5d4
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 9 deletions.
2 changes: 1 addition & 1 deletion pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@sentry/vite-plugin": "2.20.1",
"@swc-jotai/debug-label": "0.1.1",
"@swc-jotai/react-refresh": "0.1.0",
"@types/node": "20.14.8",
"@types/node": "22.10.0",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/react-relay": "16.0.6",
Expand Down
2 changes: 1 addition & 1 deletion vercel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"react-dom": "18.3.1"
},
"devDependencies": {
"@types/node": "20.14.8",
"@types/node": "22.10.0",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"postcss": "8.4.38",
Expand Down
21 changes: 14 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3749,12 +3749,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:20.14.8":
version: 20.14.8
resolution: "@types/node@npm:20.14.8"
"@types/node@npm:22.10.0":
version: 22.10.0
resolution: "@types/node@npm:22.10.0"
dependencies:
undici-types: "npm:~5.26.4"
checksum: 73822f66f269ce865df7e2f586787ac7444bd1169fd265cbed1e851b72787f1170517c5b616e0308ec2fbc0934ec6403b0f28d4152acbb0486071aec41167d51
undici-types: "npm:~6.20.0"
checksum: e2561e15eaac6261cf828cd7dcd4882a5ce2e10104db4123566b00418acf30e18518e39c7a906682f44118b420c555cc774ac3e0e6f80e37f55884cfe6cf1f78
languageName: node
linkType: hard

Expand Down Expand Up @@ -8586,7 +8586,7 @@ __metadata:
"@swc-jotai/debug-label": "npm:0.1.1"
"@swc-jotai/react-refresh": "npm:0.1.0"
"@tabler/icons-react": "npm:2.47.0"
"@types/node": "npm:20.14.8"
"@types/node": "npm:22.10.0"
"@types/react": "npm:18.3.3"
"@types/react-dom": "npm:18.3.0"
"@types/react-relay": "npm:16.0.6"
Expand Down Expand Up @@ -10432,6 +10432,13 @@ __metadata:
languageName: node
linkType: hard

"undici-types@npm:~6.20.0":
version: 6.20.0
resolution: "undici-types@npm:6.20.0"
checksum: 583ac7bbf4ff69931d3985f4762cde2690bb607844c16a5e2fbb92ed312fe4fa1b365e953032d469fa28ba8b224e88a595f0b10a449332f83fa77c695e567dbe
languageName: node
linkType: hard

"undici@npm:^5.28.4":
version: 5.28.4
resolution: "undici@npm:5.28.4"
Expand Down Expand Up @@ -10674,7 +10681,7 @@ __metadata:
"@mantine/core": "npm:7.10.2"
"@mantine/hooks": "npm:7.10.2"
"@tabler/icons-react": "npm:2.47.0"
"@types/node": "npm:20.14.8"
"@types/node": "npm:22.10.0"
"@types/react": "npm:18.3.3"
"@types/react-dom": "npm:18.3.0"
next: "npm:14.2.4"
Expand Down

0 comments on commit 5e9a5d4

Please sign in to comment.