We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac69e24 commit 785b931Copy full SHA for 785b931
examples/react/package.json
@@ -22,14 +22,15 @@
22
"devDependencies": {
23
"@tailwindcss/vite": "^4.1.4",
24
"@eslint/js": "^9.22.0",
25
- "@types/react": "^19.0.10",
26
- "@types/react-dom": "^19.0.4",
27
- "@vitejs/plugin-react": "^4.3.4",
+ "@types/react": "catalog:",
+ "@types/react-dom": "catalog:",
+ "@vitejs/plugin-react": "catalog:",
28
"eslint": "^9.22.0",
29
"eslint-plugin-react-hooks": "^5.2.0",
30
"eslint-plugin-react-refresh": "^0.4.19",
31
"globals": "^16.0.0",
32
- "vite": "^6.3.1",
33
- "tailwindcss": "^4.1.4"
+ "prettier": "^3.1.1",
+ "vite": "catalog:",
34
+ "tailwindcss": "catalog:"
35
}
36
0 commit comments