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.14.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.11.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.11.0",
"@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.11.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.11.0":
version: 24.11.0
resolution: "@types/node@npm:24.11.0"
dependencies:
undici-types: "npm:~7.16.0"
checksum: 10c0/d6bca7a78f550fbb376f236f92b405d676003a8a09a1b411f55920ef34286ee3ee51f566203920e835478784df52662b5b2af89159d9d319352e9ea21801c002
checksum: 10c0/4fb7390259e3b158d25dbecf52de8ce70fa18a4ed0949c9444bb6384517c361fa19781e6821ca8c18dc5f6af43eab72e9e159e07000e6b1286d082e8585d8c41
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.11.0"
"@types/react": "npm:~19.2.7"
"@types/react-dom": "npm:~19.2.3"
next: "npm:^16.0.7"
Expand Down
Loading