Skip to content

Commit

Permalink
chore(deps): update react monorepo to v18 (major) (#2424)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 10, 2023
1 parent a93027b commit 69db7e7
Show file tree
Hide file tree
Showing 3 changed files with 241 additions and 244 deletions.
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
4 changes: 2 additions & 2 deletions docs/plugins/woodpecker-plugins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Loading

0 comments on commit 69db7e7

Please sign in to comment.