Skip to content

Commit 9babe86

Browse files
committed
chore: Update react minimum versions
1 parent 3d01948 commit 9babe86

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

examples/nextjs-ssr/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@
1818
"@firebase-oss/ui-styles": "workspace:*",
1919
"@firebase-oss/ui-translations": "workspace:*",
2020
"firebase": "^11.10.0",
21-
"next": "15.1.7",
22-
"react": "19.2.1",
23-
"react-dom": "19.2.1",
21+
"next": "15.1.11",
22+
"react": "catalog:",
23+
"react-dom": "catalog:",
2424
"server-only": "^0.0.1"
2525
},
2626
"devDependencies": {
2727
"@tailwindcss/postcss": "^4.0.6",
2828
"@types/node": "^20",
29-
"@types/react": "19.2.7",
30-
"@types/react-dom": "19.2.3",
29+
"@types/react": "catalog:",
30+
"@types/react-dom": "catalog:",
3131
"vite": "catalog:",
3232
"postcss": "^8.5.2",
3333
"postcss-load-config": "^6.0.1",

examples/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@firebase-oss/ui-styles": "workspace:*",
1919
"@firebase-oss/ui-translations": "workspace:*",
2020
"firebase": "catalog:",
21-
"next": "15.1.7",
21+
"next": "15.1.11",
2222
"react": "catalog:",
2323
"react-dom": "catalog:",
2424
"server-only": "^0.0.1"

pnpm-workspace.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ catalog:
2727
jsdom: ^26.1.0
2828
nanostores: ^1.0.1
2929
prettier: ^3.6.2
30-
react: 19.2.1
31-
react-dom: 19.2.1
30+
react: 19.2.3
31+
react-dom: 19.2.3
3232
rimraf: ^6.0.1
3333
rxjs: ^7.8.2
3434
tailwindcss: ^4.1.13

0 commit comments

Comments
 (0)