fix(deps): update react monorepo to v19

This commit is contained in:
renovate[bot]
2025-03-28 21:11:57 +00:00
committed by GitHub
parent 8991adcd15
commit 5a11bc6b4d
2 changed files with 6 additions and 6 deletions

View File

@@ -19,8 +19,8 @@
"husky": "^8.0.1",
"lerna": "^8.0.0",
"prettier": "^3.0.2",
"react": "~18.2.0",
"react-dom": "~18.2.0",
"react": "~19.1.0",
"react-dom": "~19.1.0",
"tsbb": "~4.4.0"
},
"workspaces": {

View File

@@ -28,8 +28,8 @@
"@uiw/react-markdown-editor": "^6.0.0",
"@wcj/dark-mode": "^1.0.15",
"css-tree": "^2.2.1",
"react": "~18.2.0",
"react-dom": "~18.2.0",
"react": "~19.1.0",
"react-dom": "~19.1.0",
"react-hot-toast": "^2.3.0",
"react-router-dom": "^6.3.0",
"rehype-attr": "^3.0.0",
@@ -48,8 +48,8 @@
"@kkt/raw-modules": "^7.2.0",
"@kkt/scope-plugin-options": "^7.2.0",
"@types/css-tree": "^2.3.1",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"kkt": "^7.2.0",
"markdown-react-code-preview-loader": "^2.1.2"
},