fix(deps): update react monorepo

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-08-06 01:56:55 +00:00
committed by GitHub
parent 418928f2ae
commit 10ea5d53ae
2 changed files with 27 additions and 27 deletions
+6 -6
View File
@@ -12,8 +12,8 @@
"sync:css:watch": "node scripts/sync-css.js --watch"
},
"resolutions": {
"@types/react": "19.1.8",
"@types/react-dom": "19.1.6"
"@types/react": "19.1.9",
"@types/react-dom": "19.1.7"
},
"dependencies": {
"@codemirror/lang-sass": "^6.0.2",
@@ -31,16 +31,16 @@
"next": "15.3.4",
"next-mdx-remote-client": "^2.1.2",
"prop-types": "^15.8.1",
"react": "19.1.0",
"react-dom": "19.1.0",
"react": "19.1.1",
"react-dom": "19.1.1",
"shiki": "^1.26.1",
"storybook": "^8.6.8"
},
"devDependencies": {
"@types/mdx": "^2.0.13",
"@types/node": "^20",
"@types/react": "19.1.8",
"@types/react-dom": "19.1.6",
"@types/react": "19.1.9",
"@types/react-dom": "19.1.7",
"chokidar": "^3.6.0",
"concurrently": "^8.2.2",
"eslint": "^8",