Skip to content

Commit

Permalink
fix(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 3f01e8e commit 19465d1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@
"website"
],
"devDependencies": {
"@types/react": "~18.2.16",
"@types/react-dom": "~18.2.7",
"@types/react": "~19.0.0",
"@types/react-dom": "~19.0.0",
"@babel/runtime": "^7.18.9",
"@kkt/ncc": "~1.1.0",
"compile-less-cli": "~1.9.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/baidu-map/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"@uiw/react-baidu-map-with-map": "2.7.2"
},
"devDependencies": {
"@types/react": "~18.2.0",
"@types/react-dom": "~18.2.0"
"@types/react": "~19.0.0",
"@types/react-dom": "~19.0.0"
}
}
6 changes: 3 additions & 3 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
},
"dependencies": {
"@babel/runtime": ">=7.12.0",
"@types/react": "~18.2.0",
"@types/react-dom": "~18.2.0",
"@types/react": "~19.0.0",
"@types/react-dom": "~19.0.0",
"@types/react-test-renderer": "~18.0.0",
"@uiw/react-back-to-top": "^1.2.1",
"@uiw/react-baidu-map": "2.7.2",
Expand Down Expand Up @@ -60,7 +60,7 @@
"react": ">=16.14.0",
"react-dom": ">=16.14.0",
"react-router-dom": "^6.15.0",
"react-test-renderer": "^18.2.0",
"react-test-renderer": "^19.0.0",
"styled-components": "^6.0.7"
},
"devDependencies": {
Expand Down

0 comments on commit 19465d1

Please sign in to comment.