Skip to content

Commit

Permalink
bump example
Browse files Browse the repository at this point in the history
remove zustand dev dep
  • Loading branch information
NoahZinsmeister committed Dec 30, 2021
1 parent a2e294e commit 7e2cecd
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 23 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
"react": "^17.0.2",
"react-test-renderer": "^17.0.2",
"ts-jest": "^27.0.5",
"typescript": "^4.5.4",
"zustand": "^4.0.0-beta.0"
"typescript": "^4.5.4"
}
}
18 changes: 9 additions & 9 deletions packages/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
"@ethersproject/providers": "^5.5.1",
"@ethersproject/units": "^5.4.0",
"@walletconnect/ethereum-provider": "^1.6.5",
"@web3-react/core": "8.0.14-alpha.0",
"@web3-react/frame": "8.0.14-alpha.0",
"@web3-react/magic": "8.0.14-alpha.0",
"@web3-react/metamask": "8.0.14-alpha.0",
"@web3-react/network": "8.0.14-alpha.0",
"@web3-react/store": "8.0.14-alpha.0",
"@web3-react/types": "8.0.14-alpha.0",
"@web3-react/walletconnect": "8.0.14-alpha.0",
"@web3-react/walletlink": "8.0.14-alpha.0",
"@web3-react/core": "8.0.15-alpha.0",
"@web3-react/frame": "8.0.15-alpha.0",
"@web3-react/magic": "8.0.15-alpha.0",
"@web3-react/metamask": "8.0.15-alpha.0",
"@web3-react/network": "8.0.15-alpha.0",
"@web3-react/store": "8.0.15-alpha.0",
"@web3-react/types": "8.0.15-alpha.0",
"@web3-react/walletconnect": "8.0.15-alpha.0",
"@web3-react/walletlink": "8.0.15-alpha.0",
"eth-provider": "^0.9.4",
"events": "^3.3.0",
"next": "^12.0.2",
Expand Down
12 changes: 0 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6476,11 +6476,6 @@ uri-js@^4.2.2:
dependencies:
punycode "^2.1.0"

[email protected]:
version "1.0.0-beta-96ca8d915-20211115"
resolved "https://registry.yarnpkg.com/use-sync-external-store/-/use-sync-external-store-1.0.0-beta-96ca8d915-20211115.tgz#80777c497f60b57ca23f52de760ff22080814a3c"
integrity sha512-Xkzd7SoZv29jYc95GO0k1v69oSHUdC+4nNaBQ309zvFFyvzYn+I87ee+OD1RKF8SGRwkEJQxjyFzYRcncdpSSg==

util-deprecate@^1.0.1, util-deprecate@~1.0.1:
version "1.0.2"
resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf"
Expand Down Expand Up @@ -6778,10 +6773,3 @@ yargs@^16.2.0:
string-width "^4.2.0"
y18n "^5.0.5"
yargs-parser "^20.2.2"

zustand@^4.0.0-beta.0:
version "4.0.0-beta.0"
resolved "https://registry.yarnpkg.com/zustand/-/zustand-4.0.0-beta.0.tgz#880bb21d9308ebc733a2ae07edd7c2c7b4f68eed"
integrity sha512-m7POAHkAeTEQqUdGC9M62/KXSsX6YQu6Gd4CiGZ6FOOTaUp1a0Hm9D8/fnBiMv8rGg0dfZu19JFSbRT9b+qQwA==
dependencies:
use-sync-external-store "1.0.0-beta-96ca8d915-20211115"

0 comments on commit 7e2cecd

Please sign in to comment.