Skip to content

Commit 88d8a6e

Browse files
committed
Updated peer dependency references in libraries
1 parent 6fc824c commit 88d8a6e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/next/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@
107107
"@opentelemetry/api": "^1.1.0",
108108
"@playwright/test": "^1.41.2",
109109
"babel-plugin-react-compiler": "*",
110-
"react": "^18.2.0 || 19.0.0-rc-69d4b800-20241021",
111-
"react-dom": "^18.2.0 || 19.0.0-rc-69d4b800-20241021",
110+
"react": "^18.2.0 || 19.0.0-rc-45804af1-20241021",
111+
"react-dom": "^18.2.0 || 19.0.0-rc-45804af1-20241021",
112112
"sass": "^1.3.0"
113113
},
114114
"peerDependenciesMeta": {

packages/third-parties/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@
3333
},
3434
"peerDependencies": {
3535
"next": "^13.0.0 || ^14.0.0 || ^15.0.0",
36-
"react": "^18.2.0 || 19.0.0-rc-65a56d0e-20241020"
36+
"react": "^18.2.0 || 19.0.0-rc-45804af1-20241021"
3737
}
3838
}

0 commit comments

Comments
 (0)