Skip to content

Commit

Permalink
fix(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and sam bacha committed Mar 27, 2021
1 parent 601d6c2 commit e07d0d9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@
"start": "next start"
},
"dependencies": {
"dotenv": "^8.2.0",
"ethers": "^5.0.31",
"ethers-multicall": "^0.1.6",
"isomorphic-fetch": "^3.0.0",
"dotenv": "8.2.0",
"ethers": "5.0.31",
"ethers-multicall": "0.1.6",
"isomorphic-fetch": "3.0.0",
"next": "10.0.7",
"react": "17.0.1",
"react-dom": "17.0.1",
"styled-components": "^5.2.1",
"swr": "^0.5.3",
"use-wallet": "^0.8.1"
"styled-components": "5.2.1",
"swr": "0.5.3",
"use-wallet": "0.8.1"
},
"description": "This is a simple web3 starter with a clean layout",
"main": "index.js",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2586,7 +2586,7 @@ domain-browser@^1.1.1:
resolved "https://registry.yarnpkg.com/domain-browser/-/domain-browser-1.2.0.tgz#3d31f50191a6749dd1375a7f522e823d42e54eda"
integrity sha512-jnjyiM6eRyZl2H+W8Q/zLMA481hzi0eszAaBUzIVnmYVDBbnLxVNnfu1HgEBvCbL+71FrxMl3E6lpKH7Ge3OXA==

dotenv@^8.2.0:
[email protected]:
version "8.2.0"
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-8.2.0.tgz#97e619259ada750eea3e4ea3e26bceea5424b16a"
integrity sha512-8sJ78ElpbDJBHNeBzUbUVLsqKdccaa/BXF1uPTw3GrvQTBgrQrtObr2mUrE38vzYd8cEv+m/JBfDLioYcfXoaw==
Expand Down Expand Up @@ -3208,7 +3208,7 @@ ethereumjs-vm@^2.1.0, ethereumjs-vm@^2.3.4, ethereumjs-vm@^2.6.0:
rustbn.js "~0.2.0"
safe-buffer "^5.1.1"

ethers-multicall@^0.1.6:
[email protected]:
version "0.1.6"
resolved "https://registry.yarnpkg.com/ethers-multicall/-/ethers-multicall-0.1.6.tgz#ba0a50df9c833ee86cda3f157ded837bcd4b67f1"
integrity sha512-FQ4HdJ8hH/AZ0u1SWWqjXBEDhM1SnQf/WY7IDczqP9hG4R3N8AjFLZg88byyn/ozxJEqCfqaXJFkvDVtGb83oQ==
Expand All @@ -3230,7 +3230,7 @@ [email protected]:
uuid "2.0.1"
xmlhttprequest "1.8.0"

ethers@^5.0.0, ethers@^5.0.31:
[email protected].31, ethers@^5.0.0:
version "5.0.31"
resolved "https://registry.yarnpkg.com/ethers/-/ethers-5.0.31.tgz#60e3b1425864fe5d2babc147ede01be8382a7d2a"
integrity sha512-zpq0YbNFLFn+t+ibS8UkVWFeK5w6rVMSvbSHrHAQslfazovLnQ/mc2gdN5+6P45/k8fPgHrfHrYvJ4XvyK/S1A==
Expand Down Expand Up @@ -3946,7 +3946,7 @@ isobject@^2.0.0:
dependencies:
isarray "1.0.0"

isomorphic-fetch@^3.0.0:
[email protected]:
version "3.0.0"
resolved "https://registry.yarnpkg.com/isomorphic-fetch/-/isomorphic-fetch-3.0.0.tgz#0267b005049046d2421207215d45d6a262b8b8b4"
integrity sha512-qvUtwJ3j6qwsF3jLxkZ72qCgjMysPzDfeV240JHiGZsANBYd+EEuu35v7dfrJ9Up0Ak07D7GGSkGhCHTqg/5wA==
Expand Down Expand Up @@ -5942,7 +5942,7 @@ strip-json-comments@~2.0.1:
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a"
integrity sha1-PFMZQukIwml8DsNEhYwobHygpgo=

styled-components@^5.2.1:
[email protected]:
version "5.2.1"
resolved "https://registry.yarnpkg.com/styled-components/-/styled-components-5.2.1.tgz#6ed7fad2dc233825f64c719ffbdedd84ad79101a"
integrity sha512-sBdgLWrCFTKtmZm/9x7jkIabjFNVzCUeKfoQsM6R3saImkUnjx0QYdLwJHBjY9ifEcmjDamJDVfknWm1yxZPxQ==
Expand Down Expand Up @@ -6008,7 +6008,7 @@ supports-color@^7.1.0:
dependencies:
has-flag "^4.0.0"

swr@^0.5.3:
[email protected]:
version "0.5.3"
resolved "https://registry.yarnpkg.com/swr/-/swr-0.5.3.tgz#7290a9a61329d930583ef365317e636b8dbaa8bb"
integrity sha512-RUE3RWn3jt9e4qLPat2A9vbHG/5N6konsc27xKjE65jFSiGv0P7HLD8IGvwAv6DRKktL7Od2UcayX0plKb2awg==
Expand Down Expand Up @@ -6255,7 +6255,7 @@ [email protected]:
dependencies:
object-assign "^4.1.1"

use-wallet@^0.8.1:
[email protected]:
version "0.8.1"
resolved "https://registry.yarnpkg.com/use-wallet/-/use-wallet-0.8.1.tgz#2532b02c9a44bdb65c4a5be4f653f0957954c820"
integrity sha512-V0Y6oMnLXWBhl8+DYdouf3VZtjKJppLEBRpdQP95bGQn0s70ODWJQmqYmB1E7zWy04YYPkBofLQbMVzPyArGAA==
Expand Down

0 comments on commit e07d0d9

Please sign in to comment.