UPDATE: Update React and Storybook

This commit is contained in:
Nicolás Hatcher
2025-11-13 19:04:34 +01:00
committed by Nicolás Hatcher Andrés
parent 7e2fcec4a3
commit 671cfff619
3 changed files with 103 additions and 251 deletions

View File

@@ -27,12 +27,12 @@
},
"devDependencies": {
"@biomejs/biome": "2.3.5",
"@storybook/react": "^9.0.5",
"@storybook/react-vite": "^9.0.5",
"@storybook/react": "^10.0.7",
"@storybook/react-vite": "^10.0.7",
"@vitejs/plugin-react": "^4.2.1",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"storybook": "^9.0.5",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"storybook": "^10.0.7",
"ts-node": "^10.9.2",
"typescript": "~5.8.3",
"vite": "^6.3.5",
@@ -40,9 +40,9 @@
"vitest": "^3.2.2"
},
"peerDependencies": {
"@types/react": "^18.0.0 || ^19.0.0",
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0"
"@types/react": "^18.0.0 || ^19.2.0",
"react": "^18.0.0 || ^19.2.0",
"react-dom": "^18.0.0 || ^19.2.0"
},
"files": [
"dist"