mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-21 16:06:29 +00:00
chore(deps): update react monorepo to v18 (major) (#2424)
This commit is contained in:
parent
a93027b9b5
commit
69db7e7f37
3 changed files with 241 additions and 244 deletions
|
@ -23,8 +23,8 @@
|
|||
"esbuild-loader": "^2.21.0",
|
||||
"file-loader": "^6.2.0",
|
||||
"prism-react-renderer": "^1.3.5",
|
||||
"react": "^17.0.2",
|
||||
"react-dom": "^17.0.2",
|
||||
"react": "^18.0.0",
|
||||
"react-dom": "^18.0.0",
|
||||
"redocusaurus": "^1.6.3",
|
||||
"url-loader": "^4.1.1"
|
||||
},
|
||||
|
|
|
@ -23,8 +23,8 @@
|
|||
"typescript": "^5.0.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": "^17.0.2",
|
||||
"react-dom": "^17.0.2"
|
||||
"react": "^17.0.2 || ^18.0.0",
|
||||
"react-dom": "^17.0.2 || ^18.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"fuse.js": "^6.6.2",
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue