Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into feat/snyk-scan
Browse files Browse the repository at this point in the history
  • Loading branch information
zzmp committed Jul 6, 2023
2 parents cd819fc + 937a6dd commit de4ccf4
Show file tree
Hide file tree
Showing 6 changed files with 161 additions and 88 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
- ubuntu-latest
- macOS-latest
node_version:
- 14
- 16
- 18

steps:
- uses: actions/checkout@v2
Expand Down
6 changes: 3 additions & 3 deletions example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"version": "8.2.5",
"version": "8.2.9",
"name": "example",
"scripts": {
"start": "next dev"
Expand All @@ -14,13 +14,13 @@
"@web3-react/core": "^8.2.0",
"@web3-react/eip1193": "^8.2.0",
"@web3-react/empty": "^8.2.0",
"@web3-react/gnosis-safe": "^8.2.0",
"@web3-react/gnosis-safe": "^8.2.1",
"@web3-react/metamask": "^8.2.1",
"@web3-react/network": "^8.2.0",
"@web3-react/types": "^8.2.0",
"@web3-react/url": "^8.2.0",
"@web3-react/walletconnect": "^8.2.0",
"@web3-react/walletconnect-v2": "^8.3.3",
"@web3-react/walletconnect-v2": "^8.3.7",
"next": "^12.1.5",
"react-dom": "^18.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": true,
"name": "web3-react",
"engines": {
"node": "^14 || ^16"
"node": "^16 || ^18"
},
"scripts": {
"clean": "lerna clean --yes",
Expand Down
6 changes: 3 additions & 3 deletions packages/gnosis-safe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"publishConfig": {
"access": "public"
},
"version": "8.2.0",
"version": "8.2.1",
"files": [
"dist/*"
],
Expand All @@ -24,8 +24,8 @@
"start": "tsc --watch"
},
"dependencies": {
"@safe-global/safe-apps-provider": "^0.16.0",
"@safe-global/safe-apps-sdk": "^7.10.0",
"@safe-global/safe-apps-provider": "^0.17.1",
"@safe-global/safe-apps-sdk": "^8.0.0",
"@web3-react/types": "^8.2.0"
}
}
6 changes: 3 additions & 3 deletions packages/walletconnect-v2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"publishConfig": {
"access": "public"
},
"version": "8.3.3",
"version": "8.3.7",
"files": [
"dist/*"
],
Expand All @@ -24,8 +24,8 @@
"start": "tsc --watch"
},
"dependencies": {
"@walletconnect/ethereum-provider": "^2.8.0",
"@walletconnect/modal": "^2.4.5",
"@walletconnect/ethereum-provider": "^2.8.6",
"@walletconnect/modal": "^2.5.9",
"@web3-react/types": "^8.2.0",
"eventemitter3": "^4.0.7"
},
Expand Down
Loading

0 comments on commit de4ccf4

Please sign in to comment.