Skip to content
Closed
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 @@
v22.17.1
22.18.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.11.0",
"@types/node": "^22.17.2",
"@types/node": "^22.18.0",
"@types/react": "~19.1.11",
"@types/react-dom": "~19.1.7",
"next": "^15.5.0",
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": "^22.17.2",
"@types/node": "^22.18.0",
"@types/react": "~19.1.11",
"@types/react-dom": "~19.1.7",
"next": "^15.5.0",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3443,7 +3443,7 @@ __metadata:
"@react-universal/elements": "workspace:*"
"@react-universal/next": "workspace:*"
"@shikijs/rehype": "npm:^3.11.0"
"@types/node": "npm:^22.17.2"
"@types/node": "npm:^22.18.0"
"@types/react": "npm:~19.1.11"
"@types/react-dom": "npm:~19.1.7"
next: "npm:^15.5.0"
Expand Down Expand Up @@ -4173,12 +4173,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:*, @types/node@npm:^22.17.2":
version: 22.17.2
resolution: "@types/node@npm:22.17.2"
"@types/node@npm:*, @types/node@npm:^22.18.0":
version: 22.18.0
resolution: "@types/node@npm:22.18.0"
dependencies:
undici-types: "npm:~6.21.0"
checksum: 10c0/23cd13aa35da6322a6d66cf4b3a45dbd40764ba726ab8681960270156c3abba776dd8dc173250c467f708d40612ecd725755d7659b775b513904680d5205eaff
checksum: 10c0/02cce4493eee8408e66e76fcad164f33c0600ed0854ad08e5519a76a06402da5b589b278cf71bc975c9e014f2668bdf758bc3be7fed63bdbfd0900495372797c
languageName: node
linkType: hard

Expand Down Expand Up @@ -9334,7 +9334,7 @@ __metadata:
"@react-universal/core": "workspace:*"
"@react-universal/elements": "workspace:*"
"@react-universal/next": "workspace:*"
"@types/node": "npm:^22.17.2"
"@types/node": "npm:^22.18.0"
"@types/react": "npm:~19.1.11"
"@types/react-dom": "npm:~19.1.7"
next: "npm:^15.5.0"
Expand Down
Loading