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.21.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.19.0",
"@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.19.0",
"@types/react": "~19.2.7",
"@types/react-dom": "~19.2.3",
"next": "^16.0.7",
Expand Down
22 changes: 11 additions & 11 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.19.0"
"@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.19.0":
version: 24.19.0
resolution: "@types/node@npm:24.19.0"
dependencies:
undici-types: "npm:~7.16.0"
checksum: 10c0/d6bca7a78f550fbb376f236f92b405d676003a8a09a1b411f55920ef34286ee3ee51f566203920e835478784df52662b5b2af89159d9d319352e9ea21801c002
undici-types: "npm:>=7.24.0 <7.24.7"
checksum: 10c0/f38afca05eb323a01243aa06a4cb8e69ef3423e1115e4464a211c6556156c024bb80fadeb7e3691802a247e7e653b70bad8c528b291153e4f48fccecc6159735
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.19.0"
"@types/react": "npm:~19.2.7"
"@types/react-dom": "npm:~19.2.3"
next: "npm:^16.0.7"
Expand Down Expand Up @@ -15590,10 +15590,10 @@ __metadata:
languageName: node
linkType: hard

"undici-types@npm:~7.16.0":
version: 7.16.0
resolution: "undici-types@npm:7.16.0"
checksum: 10c0/3033e2f2b5c9f1504bdc5934646cb54e37ecaca0f9249c983f7b1fc2e87c6d18399ebb05dc7fd5419e02b2e915f734d872a65da2e3eeed1813951c427d33cc9a
"undici-types@npm:>=7.24.0 <7.24.7":
version: 7.24.6
resolution: "undici-types@npm:7.24.6"
checksum: 10c0/d9cd8befb643ac904615c280a095ba4240531f6bb4a5e75a22a7483630ca8d3f1016d2ab6ace6ceda1f63b3a2db2fe037fafe121d6917a0187573aa548ff78ca
languageName: node
linkType: hard

Expand Down
Loading