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