Skip to content

Commit

Permalink
Merge pull request #106 from brave/fix-update-react-to-v18
Browse files Browse the repository at this point in the history
fix: update React to v18
  • Loading branch information
bbondy authored Apr 21, 2023
2 parents ccaea48 + 22043e6 commit 229d38e
Show file tree
Hide file tree
Showing 3 changed files with 6,155 additions and 6,317 deletions.
74 changes: 34 additions & 40 deletions package-lock.json

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

12 changes: 8 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"postcss": "8.4.23",
"prism-react-renderer": "1.3.5",
"raw-loader": "4.0.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"shelljs": "0.8.5",
"trim": "1.0.1",
"url-loader": "4.1.1"
Expand All @@ -49,7 +49,9 @@
},
"overrides": {
"got": "12.6.0",
"trim": "1.0.1"
"trim": "1.0.1",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"resolutions": {
"got": "12.6.0",
Expand All @@ -60,7 +62,9 @@
"nanoid": "3.3.6",
"node-fetch": "3.3.1",
"node-forge": "1.3.1",
"postcss": "8.4.23"
"postcss": "8.4.23",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"description": "The Brave Wallet documentation website is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator.",
"main": "babel.config.js",
Expand Down
Loading

0 comments on commit 229d38e

Please sign in to comment.