Skip to content

Commit

Permalink
chore(deps): update react monorepo to v19
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 5, 2024
1 parent 47e8ab7 commit eb1075f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"react-dom": ">=16.8.0"
},
"devDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react": "^19.0.0",
"react-dom": "^19.0.0"
}
}
8 changes: 4 additions & 4 deletions www/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
"@uiw/react-split": "5.9.3"
},
"devDependencies": {
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"kkt": "^7.4.9",
"markdown-react-code-preview-loader": "^2.1.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"uiw": "^4.21.14"
},
"eslintConfig": {
Expand Down

0 comments on commit eb1075f

Please sign in to comment.