Skip to content

Commit 331c492

Browse files
Update Node.js to v24.12.0
1 parent 27ac1ef commit 331c492

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v24.6.0
1+
24.12.0

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@react-universal/elements": "workspace:*",
1818
"@react-universal/next": "workspace:*",
1919
"@shikijs/rehype": "^3.17.0",
20-
"@types/node": "^24.10.1",
20+
"@types/node": "^24.10.6",
2121
"@types/react": "~19.2.7",
2222
"@types/react-dom": "~19.2.3",
2323
"@types/webpack": "^5.28.5",

sandbox/next-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@react-universal/core": "workspace:*",
1414
"@react-universal/elements": "workspace:*",
1515
"@react-universal/next": "workspace:*",
16-
"@types/node": "^24.10.1",
16+
"@types/node": "^24.10.6",
1717
"@types/react": "~19.2.7",
1818
"@types/react-dom": "~19.2.3",
1919
"next": "^16.0.7",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4238,7 +4238,7 @@ __metadata:
42384238
"@react-universal/elements": "workspace:*"
42394239
"@react-universal/next": "workspace:*"
42404240
"@shikijs/rehype": "npm:^3.17.0"
4241-
"@types/node": "npm:^24.10.1"
4241+
"@types/node": "npm:^24.10.6"
42424242
"@types/react": "npm:~19.2.7"
42434243
"@types/react-dom": "npm:~19.2.3"
42444244
"@types/webpack": "npm:^5.28.5"
@@ -5177,12 +5177,12 @@ __metadata:
51775177
languageName: node
51785178
linkType: hard
51795179

5180-
"@types/node@npm:*, @types/node@npm:^24.10.1":
5181-
version: 24.10.1
5182-
resolution: "@types/node@npm:24.10.1"
5180+
"@types/node@npm:*, @types/node@npm:^24.10.6":
5181+
version: 24.10.6
5182+
resolution: "@types/node@npm:24.10.6"
51835183
dependencies:
51845184
undici-types: "npm:~7.16.0"
5185-
checksum: 10c0/d6bca7a78f550fbb376f236f92b405d676003a8a09a1b411f55920ef34286ee3ee51f566203920e835478784df52662b5b2af89159d9d319352e9ea21801c002
5185+
checksum: 10c0/4c93fb9c4ad38ef0738a34815d84bb091cf6e7af7d51d58f20a8600a8a189edbf0fb54c4f86e344b2199db7bda04fecf17c9d171055ff7a9aa8333b3b96fce4c
51865186
languageName: node
51875187
linkType: hard
51885188

@@ -12031,7 +12031,7 @@ __metadata:
1203112031
"@react-universal/core": "workspace:*"
1203212032
"@react-universal/elements": "workspace:*"
1203312033
"@react-universal/next": "workspace:*"
12034-
"@types/node": "npm:^24.10.1"
12034+
"@types/node": "npm:^24.10.6"
1203512035
"@types/react": "npm:~19.2.7"
1203612036
"@types/react-dom": "npm:~19.2.3"
1203712037
next: "npm:^16.0.7"

0 commit comments

Comments
 (0)