Skip to content
This repository has been archived by the owner on Dec 11, 2024. It is now read-only.

Commit

Permalink
fix(deps): update react to v19
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 10, 2024
1 parent 82d1231 commit 4341e11
Show file tree
Hide file tree
Showing 4 changed files with 107 additions and 14 deletions.
4 changes: 2 additions & 2 deletions docusaurus/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"@docusaurus/preset-classic": "^3.0.1",
"clsx": "^2.0.0",
"puppeteer": "23.7.1",
"react": "^18.0.0",
"react-dom": "^18.0.0"
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"browserslist": {
"production": [
Expand Down
109 changes: 101 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/react-error-overlay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@
"object-assign": "^4.1.1",
"promise": "^8.1.0",
"raw-loader": "^4.0.2",
"react": "^18.0.0",
"react": "^19.0.0",
"react-app-polyfill": "^3.0.0",
"react-dom": "^18.0.0",
"react-dom": "^19.0.0",
"rimraf": "^3.0.2",
"settle-promise": "^1.0.0",
"source-map": "^0.7.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@
"workbox-webpack-plugin": "^7.0.0"
},
"devDependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0"
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"optionalDependencies": {
"fsevents": "^2.3.2"
Expand Down

0 comments on commit 4341e11

Please sign in to comment.