fix(deps): update react monorepo (#693)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-04-02 17:52:51 +02:00
committed by GitHub
parent dbc205a09c
commit 8ce1292960
3 changed files with 65 additions and 28 deletions
+2 -2
View File
@@ -45,10 +45,10 @@
},
"devDependencies": {
"@testing-library/react": "16.2.0",
"@types/react": "19.0.10",
"@types/react": "19.1.0",
"@vitejs/plugin-react-swc": "3.8.1",
"happy-dom": "17.4.4",
"react": "19.0.0",
"react": "19.1.0",
"vite": "6.1.3",
"vite-config": "workspace:*",
"vitest": "3.1.1"
+4 -4
View File
@@ -81,10 +81,10 @@
"@types/babel__core": "7.20.5",
"@types/babel__traverse": "7.20.7",
"@types/node": "22.13.17",
"@types/react": "19.0.10",
"@types/react-dom": "19.0.4",
"react": "19.0.0",
"react-dom": "19.0.0",
"@types/react": "19.1.0",
"@types/react-dom": "19.1.1",
"react": "19.1.0",
"react-dom": "19.1.0",
"vite-config": "workspace:*",
"vitest": "3.1.1"
},