Skip to content

Commit 785b931

Browse files
committed
chore(react): updated depenencies
1 parent ac69e24 commit 785b931

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

examples/react/package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,15 @@
2222
"devDependencies": {
2323
"@tailwindcss/vite": "^4.1.4",
2424
"@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",
25+
"@types/react": "catalog:",
26+
"@types/react-dom": "catalog:",
27+
"@vitejs/plugin-react": "catalog:",
2828
"eslint": "^9.22.0",
2929
"eslint-plugin-react-hooks": "^5.2.0",
3030
"eslint-plugin-react-refresh": "^0.4.19",
3131
"globals": "^16.0.0",
32-
"vite": "^6.3.1",
33-
"tailwindcss": "^4.1.4"
32+
"prettier": "^3.1.1",
33+
"vite": "catalog:",
34+
"tailwindcss": "catalog:"
3435
}
3536
}

0 commit comments

Comments
 (0)