Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v24.6.0
24.12.0
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@react-universal/elements": "workspace:*",
"@react-universal/next": "workspace:*",
"@shikijs/rehype": "^3.17.0",
"@types/node": "^24.10.1",
"@types/node": "^24.10.4",
"@types/react": "~19.2.7",
"@types/react-dom": "~19.2.3",
"@types/webpack": "^5.28.5",
Expand Down
2 changes: 1 addition & 1 deletion sandbox/next-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@react-universal/core": "workspace:*",
"@react-universal/elements": "workspace:*",
"@react-universal/next": "workspace:*",
"@types/node": "^24.10.1",
"@types/node": "^24.10.4",
"@types/react": "~19.2.7",
"@types/react-dom": "~19.2.3",
"next": "^16.0.7",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4238,7 +4238,7 @@ __metadata:
"@react-universal/elements": "workspace:*"
"@react-universal/next": "workspace:*"
"@shikijs/rehype": "npm:^3.17.0"
"@types/node": "npm:^24.10.1"
"@types/node": "npm:^24.10.4"
"@types/react": "npm:~19.2.7"
"@types/react-dom": "npm:~19.2.3"
"@types/webpack": "npm:^5.28.5"
Expand Down Expand Up @@ -5177,12 +5177,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:*, @types/node@npm:^24.10.1":
version: 24.10.1
resolution: "@types/node@npm:24.10.1"
"@types/node@npm:*, @types/node@npm:^24.10.4":
version: 24.10.4
resolution: "@types/node@npm:24.10.4"
dependencies:
undici-types: "npm:~7.16.0"
checksum: 10c0/d6bca7a78f550fbb376f236f92b405d676003a8a09a1b411f55920ef34286ee3ee51f566203920e835478784df52662b5b2af89159d9d319352e9ea21801c002
checksum: 10c0/069639cb7233ee747df1897b5e784f6b6c5da765c96c94773c580aac888fa1a585048d2a6e95eb8302d89c7a9df75801c8b5a0b7d0221d4249059cf09a5f4228
languageName: node
linkType: hard

Expand Down Expand Up @@ -12031,7 +12031,7 @@ __metadata:
"@react-universal/core": "workspace:*"
"@react-universal/elements": "workspace:*"
"@react-universal/next": "workspace:*"
"@types/node": "npm:^24.10.1"
"@types/node": "npm:^24.10.4"
"@types/react": "npm:~19.2.7"
"@types/react-dom": "npm:~19.2.3"
next: "npm:^16.0.7"
Expand Down
Loading