Skip to content

Commit

Permalink
bump to react 18
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahZinsmeister committed Apr 14, 2022
1 parent cb7fc2f commit 3e0a078
Show file tree
Hide file tree
Showing 6 changed files with 1,396 additions and 1,476 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,25 +18,25 @@
},
"devDependencies": {
"@coinbase/wallet-sdk": "^3.0.4",
"@testing-library/react-hooks": "^7.0.2",
"@testing-library/react-hooks": "^8.0.0",
"@tsconfig/recommended": "^1.0.1",
"@types/jest": "^27.0.2",
"@types/node": "^16.9.0",
"@types/react": "^17.0.21",
"@typescript-eslint/eslint-plugin": "^5.16.0",
"@typescript-eslint/parser": "^5.16.0",
"@types/jest": "^27.4.1",
"@types/node": "^17.0.24",
"@types/react": "^18.0.5",
"@typescript-eslint/eslint-plugin": "^5.19.0",
"@typescript-eslint/parser": "^5.19.0",
"@walletconnect/ethereum-provider": "^1.7.5",
"eslint": "^8.4.1",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-tsdoc": "^0.2.14",
"eslint": "^8.13.0",
"eslint-plugin-react-hooks": "^4.4.0",
"eslint-plugin-tsdoc": "^0.2.16",
"eth-provider": "^0.9.4",
"jest": "^27.2.4",
"jest": "^27.5.1",
"lerna": "^4.0.0",
"magic-sdk": "^6.1.0",
"prettier": "2.3.2",
"react": "^17.0.2",
"react-test-renderer": "^17.0.2",
"ts-jest": "^27.0.5",
"typescript": "^4.6.2"
"prettier": "2.6.2",
"react": "^18.0.0",
"react-test-renderer": "^18.0.0",
"ts-jest": "^27.1.4",
"typescript": "^4.6.3"
}
}
5 changes: 3 additions & 2 deletions packages/example-cra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@
"pin": "sh -c '{ for X in {core,empty}; do lerna add @web3-react/$X --exact --no-bootstrap --scope=example-cra; done }'"
},
"dependencies": {
"@types/react-dom": "^18.0.0",
"@web3-react/core": "8.0.23-beta.0",
"@web3-react/empty": "8.0.12-beta.0",
"react-dom": "^17.0.2",
"react-scripts": "^5.0.0"
"react-dom": "^18.0.0",
"react-scripts": "^5.0.1"
},
"browserslist": {
"production": [
Expand Down
Loading

0 comments on commit 3e0a078

Please sign in to comment.