Skip to content

Commit 43c4274

Browse files
committed
fix(react): use catalog versons for React dependencies
1 parent 4f53e49 commit 43c4274

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

examples/react/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,22 +18,22 @@
1818
"@firebase-ui/styles": "workspace:*",
1919
"@firebase-ui/translations": "workspace:*",
2020
"firebase": "^11.6.0",
21-
"react": "19.1.1",
22-
"react-dom": "19.1.1",
21+
"react": "catalog:",
22+
"react-dom": "catalog:",
2323
"react-router": "^7.5.1"
2424
},
2525
"devDependencies": {
2626
"@tailwindcss/vite": "^4.1.4",
2727
"@eslint/js": "^9.22.0",
28-
"@types/react": "^19.0.10",
29-
"@types/react-dom": "^19.0.4",
30-
"@vitejs/plugin-react": "^4.3.4",
28+
"@types/react": "catalog:",
29+
"@types/react-dom": "catalog:",
30+
"@vitejs/plugin-react": "catalog:",
3131
"eslint": "^9.22.0",
3232
"eslint-plugin-react-hooks": "^5.2.0",
3333
"eslint-plugin-react-refresh": "^0.4.19",
3434
"globals": "^16.0.0",
3535
"prettier": "^3.1.1",
36-
"vite": "^6.3.1",
37-
"tailwindcss": "^4.1.4"
36+
"vite": "catalog:",
37+
"tailwindcss": "catalog:"
3838
}
3939
}

0 commit comments

Comments
 (0)