⬆️(react) update react peer deps

A high level CVE has been published about react. We enforce to use
a patched version of react 19.1
This commit is contained in:
jbpenrath
2025-12-08 15:00:38 +01:00
committed by Jean-Baptiste PENRATH
parent 4e91b0adc0
commit fe8eb4b802
3 changed files with 46 additions and 26 deletions

View File

@@ -42,8 +42,8 @@
"build-storybook": "storybook build"
},
"peerDependencies": {
"react": "^19.1.0",
"react-dom": "^19.1.0"
"react": "^19.1.2",
"react-dom": "^19.1.2"
},
"dependencies": {
"@fontsource-variable/roboto-flex": "5.2.5",
@@ -99,7 +99,7 @@
"@vitest/ui": "3.1.2",
"babel-loader": "10.0.0",
"css-loader": "7.1.2",
"glob": "11.0.2",
"glob": "11.1.0",
"jsdom": "26.1.0",
"react-hook-form": "7.56.2",
"remark-gfm": "4.0.0",
@@ -108,7 +108,7 @@
"storybook": "8.6.12",
"style-loader": "4.0.0",
"typescript": "5.8.3",
"vite": "6.3.4",
"vite": "6.4.1",
"vite-plugin-dts": "4.5.3",
"vite-tsconfig-paths": "5.1.4",
"vitest": "3.1.2",