mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-16 13:36:33 +00:00
chore(deps): update react monorepo to v19 (major) (#4523)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
967379012f
commit
6d7e83e356
3 changed files with 278 additions and 676 deletions
|
@ -24,8 +24,8 @@
|
|||
"esbuild-loader": "^4.2.2",
|
||||
"file-loader": "^6.2.0",
|
||||
"prism-react-renderer": "^2.4.0",
|
||||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1",
|
||||
"react": "^19.0.0",
|
||||
"react-dom": "^19.0.0",
|
||||
"redocusaurus": "^2.2.0",
|
||||
"url-loader": "^4.1.1"
|
||||
},
|
||||
|
@ -46,7 +46,7 @@
|
|||
"@docusaurus/tsconfig": "3.6.3",
|
||||
"@docusaurus/types": "^3.6.3",
|
||||
"@types/node": "^22.9.3",
|
||||
"@types/react": "^18.3.12",
|
||||
"@types/react": "^19.0.0",
|
||||
"@types/react-helmet": "^6.1.11",
|
||||
"@types/react-router-dom": "^5.3.3",
|
||||
"typescript": "^5.7.2"
|
||||
|
|
|
@ -23,8 +23,8 @@
|
|||
"typescript": "^5.7.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": "^17.0.2 || ^18.0.0",
|
||||
"react-dom": "^17.0.2 || ^18.0.0"
|
||||
"react": "^17.0.2 || ^18.0.0 || ^19.0.0",
|
||||
"react-dom": "^17.0.2 || ^18.0.0 || ^19.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"fuse.js": "^7.0.0",
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue