Skip to content

Commit

Permalink
refactor(dependencies): remove unused dependencies (#639)
Browse files Browse the repository at this point in the history
  • Loading branch information
Todmy committed Aug 10, 2023
1 parent 4512591 commit ee406ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 15 deletions.
6 changes: 0 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,7 @@
},
"prettier": "@snapshot-labs/prettier-config",
"dependencies": {
"@ethersproject/address": "^5.0.1",
"@ethersproject/contracts": "^5.6.2",
"@ethersproject/hash": "^5.5.0",
"@ethersproject/providers": "^5.6.8",
"@ethersproject/wallet": "^5.6.2",
"@snapshot-labs/keycard": "^0.2.0",
"@snapshot-labs/pineapple": "^0.1.0-beta.1",
"@snapshot-labs/snapshot-sentry": "^1.1.0",
"@snapshot-labs/snapshot.js": "^0.4.110",
"bluebird": "^3.7.2",
Expand Down
11 changes: 2 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@
"@ethersproject/logger" "^5.7.0"
"@ethersproject/properties" "^5.7.0"

"@ethersproject/address@^5.0.1", "@ethersproject/address@^5.6.1":
"@ethersproject/address@^5.6.1":
version "5.6.1"
resolved "https://registry.yarnpkg.com/@ethersproject/address/-/address-5.6.1.tgz#ab57818d9aefee919c5721d28cd31fd95eff413d"
integrity sha512-uOgF0kS5MJv9ZvCz7x6T2EXJSzotiybApn4XlOgoTX0xdtyVIJ7pF+6cGPxiEq/dpBiTfMiw7Yc81JcwhSYA0Q==
Expand Down Expand Up @@ -525,7 +525,7 @@
"@ethersproject/properties" "^5.6.0"
"@ethersproject/transactions" "^5.6.2"

"@ethersproject/hash@^5.5.0", "@ethersproject/hash@^5.6.1":
"@ethersproject/hash@^5.6.1":
version "5.6.1"
resolved "https://registry.yarnpkg.com/@ethersproject/hash/-/hash-5.6.1.tgz#224572ea4de257f05b4abf8ae58b03a67e99b0f4"
integrity sha512-L1xAHurbaxG8VVul4ankNX5HgQ8PNCTrnVXEiFnE9xoRnaUcgfD12tZINtDinSllxPLCtGwguQxJ5E6keE84pA==
Expand Down Expand Up @@ -1293,13 +1293,6 @@
dependencies:
cross-fetch "^3.1.5"

"@snapshot-labs/pineapple@^0.1.0-beta.1":
version "0.1.0-beta.1"
resolved "https://registry.yarnpkg.com/@snapshot-labs/pineapple/-/pineapple-0.1.0-beta.1.tgz#4b136b778bff741c85df474ebfa202e8b1c9969a"
integrity sha512-oWqABbp/AM7rP/DmbAwx+eoOU77xa6JaQBXnLLuTB0/Vka9a7w0ti1IlVM6qbILMvjfttCHKPXVYvre6jNB7lw==
dependencies:
cross-fetch "^3.1.5"

"@snapshot-labs/prettier-config@^0.1.0-beta.7":
version "0.1.0-beta.7"
resolved "https://registry.yarnpkg.com/@snapshot-labs/prettier-config/-/prettier-config-0.1.0-beta.7.tgz#c8e07e7e9baabee245020a72ac05835b65139823"
Expand Down

0 comments on commit ee406ff

Please sign in to comment.