Skip to content

Commit c6b3c0f

Browse files
authored
fix: ethers dependency should be listed for integrations only (#1121)
1 parent 5906e69 commit c6b3c0f

File tree

4 files changed

+3
-56
lines changed

4 files changed

+3
-56
lines changed

apps/faucet/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
"@cosmjs/encoding": "^0.29.0",
2020
"buffer": "^6.0.3",
2121
"dompurify": "^3.0.5",
22-
"ethers": "6.7.1",
2322
"framer-motion": "^11.5.4",
2423
"node-forge": "^1.3.1",
2524
"react": "^18.3.0",

apps/namadillo/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
"bignumber.js": "^9.1.1",
1717
"clsx": "^2.1.1",
1818
"crypto-browserify": "^3.12.0",
19-
"ethers": "^6.7.1",
2019
"fp-ts": "^2.16.1",
2120
"framer-motion": "^11.3.28",
2221
"idb-keyval": "^6.2.1",

packages/integrations/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@
4545
"@cosmjs/stargate": "^0.29.5",
4646
"@cosmjs/tendermint-rpc": "~0.29.5",
4747
"@keplr-wallet/types": "^0.10.19",
48-
"@metamask/providers": "^10.2.1"
48+
"@metamask/providers": "^10.2.1",
49+
"ethers": "^6.7.1"
4950
},
5051
"files": [
5152
"dist"

yarn.lock

Lines changed: 1 addition & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,6 @@ __metadata:
2626
languageName: node
2727
linkType: hard
2828

29-
"@adraffy/ens-normalize@npm:1.9.2":
30-
version: 1.9.2
31-
resolution: "@adraffy/ens-normalize@npm:1.9.2"
32-
checksum: 70aca9af28c8d707f6194d3a717582ce8b87087e9c395013f409b2e97b6918a177287bc3dd55c38955f2aa1d6ca604f94e66bfe9aa5651d8aa9979c0896786ee
33-
languageName: node
34-
linkType: hard
35-
3629
"@alloc/quick-lru@npm:^5.2.0":
3730
version: 5.2.0
3831
resolution: "@alloc/quick-lru@npm:5.2.0"
@@ -3565,7 +3558,6 @@ __metadata:
35653558
eslint-plugin-import: "npm:^2.30.0"
35663559
eslint-plugin-react: "npm:^7.35.2"
35673560
eslint-plugin-react-hooks: "npm:^4.6.0"
3568-
ethers: "npm:6.7.1"
35693561
file-loader: "npm:^6.2.0"
35703562
framer-motion: "npm:^11.5.4"
35713563
html-webpack-plugin: "npm:^5.6.0"
@@ -3634,6 +3626,7 @@ __metadata:
36343626
eslint-plugin-import: "npm:^2.30.0"
36353627
eslint-plugin-react: "npm:^7.35.2"
36363628
eslint-plugin-react-hooks: "npm:^4.6.0"
3629+
ethers: "npm:^6.7.1"
36373630
jest: "npm:^29.7.0"
36383631
jest-create-mock-instance: "npm:^2.0.0"
36393632
jest-mock-extended: "npm:^3.0.3"
@@ -3683,7 +3676,6 @@ __metadata:
36833676
eslint-plugin-import: "npm:^2.30.0"
36843677
eslint-plugin-react: "npm:^7.35.2"
36853678
eslint-plugin-react-hooks: "npm:^4.6.0"
3686-
ethers: "npm:^6.7.1"
36873679
fp-ts: "npm:^2.16.1"
36883680
framer-motion: "npm:^11.3.28"
36893681
globals: "npm:^15.9.0"
@@ -3835,13 +3827,6 @@ __metadata:
38353827
languageName: node
38363828
linkType: hard
38373829

3838-
"@noble/hashes@npm:1.1.2":
3839-
version: 1.1.2
3840-
resolution: "@noble/hashes@npm:1.1.2"
3841-
checksum: 452a197522dabd163cf5297fe7b768fabba73072a198752074da6fce7c1438c7f614b27891391e9f6b118842656a4da4c0fc04e464ba1e15f306291d05dd106a
3842-
languageName: node
3843-
linkType: hard
3844-
38453830
"@noble/hashes@npm:1.3.2":
38463831
version: 1.3.2
38473832
resolution: "@noble/hashes@npm:1.3.2"
@@ -3856,13 +3841,6 @@ __metadata:
38563841
languageName: node
38573842
linkType: hard
38583843

3859-
"@noble/secp256k1@npm:1.7.1":
3860-
version: 1.7.1
3861-
resolution: "@noble/secp256k1@npm:1.7.1"
3862-
checksum: 48091801d39daba75520012027d0ff0b1719338d96033890cfe0d287ad75af00d82769c0194a06e7e4fbd816ae3f204f4a59c9e26f0ad16b429f7e9b5403ccd5
3863-
languageName: node
3864-
linkType: hard
3865-
38663844
"@nodelib/fs.scandir@npm:2.1.5":
38673845
version: 2.1.5
38683846
resolution: "@nodelib/fs.scandir@npm:2.1.5"
@@ -10513,21 +10491,6 @@ __metadata:
1051310491
languageName: node
1051410492
linkType: hard
1051510493

10516-
"ethers@npm:6.7.1":
10517-
version: 6.7.1
10518-
resolution: "ethers@npm:6.7.1"
10519-
dependencies:
10520-
"@adraffy/ens-normalize": "npm:1.9.2"
10521-
"@noble/hashes": "npm:1.1.2"
10522-
"@noble/secp256k1": "npm:1.7.1"
10523-
"@types/node": "npm:18.15.13"
10524-
aes-js: "npm:4.0.0-beta.5"
10525-
tslib: "npm:2.4.0"
10526-
ws: "npm:8.5.0"
10527-
checksum: 1f5a4a024f865637bbc2c6d3383558ff9b62bf87a30d3159e3cc96d7b91e39e42483875edeff4ff0e30f3bea50d286598e2587d1652a0fcec0f8a8ad054a6d7f
10528-
languageName: node
10529-
linkType: hard
10530-
1053110494
"ethers@npm:^6.7.1":
1053210495
version: 6.13.2
1053310496
resolution: "ethers@npm:6.13.2"
@@ -22801,21 +22764,6 @@ __metadata:
2280122764
languageName: node
2280222765
linkType: hard
2280322766

22804-
"ws@npm:8.5.0":
22805-
version: 8.5.0
22806-
resolution: "ws@npm:8.5.0"
22807-
peerDependencies:
22808-
bufferutil: ^4.0.1
22809-
utf-8-validate: ^5.0.2
22810-
peerDependenciesMeta:
22811-
bufferutil:
22812-
optional: true
22813-
utf-8-validate:
22814-
optional: true
22815-
checksum: 0baeee03e97865accda8fad51e8e5fa17d19b8e264529efdf662bbba2acc1c7f1de8316287e6df5cb639231a96009e6d5234b57e6ff36ee2d04e49a0995fec2f
22816-
languageName: node
22817-
linkType: hard
22818-
2281922767
"ws@npm:^7, ws@npm:^7.2.0, ws@npm:^7.3.1":
2282022768
version: 7.5.10
2282122769
resolution: "ws@npm:7.5.10"

0 commit comments

Comments
 (0)