diff --git a/examples/nextjs-ssr/package.json b/examples/nextjs-ssr/package.json index 480db845..67dc0daf 100644 --- a/examples/nextjs-ssr/package.json +++ b/examples/nextjs-ssr/package.json @@ -18,16 +18,16 @@ "@firebase-oss/ui-styles": "workspace:*", "@firebase-oss/ui-translations": "workspace:*", "firebase": "^11.10.0", - "next": "15.1.7", - "react": "19.2.1", - "react-dom": "19.2.1", + "next": "15.1.11", + "react": "catalog:", + "react-dom": "catalog:", "server-only": "^0.0.1" }, "devDependencies": { "@tailwindcss/postcss": "^4.0.6", "@types/node": "^20", - "@types/react": "19.2.7", - "@types/react-dom": "19.2.3", + "@types/react": "catalog:", + "@types/react-dom": "catalog:", "vite": "catalog:", "postcss": "^8.5.2", "postcss-load-config": "^6.0.1", diff --git a/examples/nextjs/package.json b/examples/nextjs/package.json index 7d6a800f..f849985a 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -18,7 +18,7 @@ "@firebase-oss/ui-styles": "workspace:*", "@firebase-oss/ui-translations": "workspace:*", "firebase": "catalog:", - "next": "15.1.7", + "next": "15.1.11", "react": "catalog:", "react-dom": "catalog:", "server-only": "^0.0.1" diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 8eba99ad..17581b7a 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -27,8 +27,8 @@ catalog: jsdom: ^26.1.0 nanostores: ^1.0.1 prettier: ^3.6.2 - react: 19.2.1 - react-dom: 19.2.1 + react: 19.2.3 + react-dom: 19.2.3 rimraf: ^6.0.1 rxjs: ^7.8.2 tailwindcss: ^4.1.13