Skip to content

Commit

Permalink
fix: move dependency to proper package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
billyjacoby committed Oct 29, 2024
1 parent b4b6317 commit 3e57c96
Show file tree
Hide file tree
Showing 20 changed files with 7 additions and 25 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@
"jest-junit": "^15.0.0",
"lerna": "6.6.1",
"lint-staged": "^11.1.2",
"link-module-alias": "^1.2.0",
"live-server": "^1.2.1",
"markdownlint-cli": "^0.28.1",
"prettier": "^2.4.1",
Expand Down
1 change: 0 additions & 1 deletion packages/exceptions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
"@injectivelabs/grpc-web": "^0.0.1",
"@injectivelabs/ts-types": "^1.14.15",
"http-status-codes": "^2.2.0",
"link-module-alias": "^1.2.0",
"shx": "^0.3.2"
},
"gitHead": "3364a2b1e58aba2387c509431cc1ae8ebf2c53d0"
Expand Down
1 change: 0 additions & 1 deletion packages/networks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
"@injectivelabs/exceptions": "^1.14.15",
"@injectivelabs/ts-types": "^1.14.15",
"@injectivelabs/utils": "^1.14.15",
"link-module-alias": "^1.2.0",
"shx": "^0.3.2"
},
"gitHead": "3364a2b1e58aba2387c509431cc1ae8ebf2c53d0"
Expand Down
1 change: 0 additions & 1 deletion packages/sdk-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@
"js-sha3": "^0.8.0",
"jscrypto": "^1.0.3",
"keccak256": "^1.0.6",
"link-module-alias": "^1.2.0",
"secp256k1": "^4.0.3",
"shx": "^0.3.2",
"snakecase-keys": "^5.4.1"
Expand Down
1 change: 0 additions & 1 deletion packages/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
"@injectivelabs/utils": "^1.14.15",
"axios": "^1.6.4",
"bignumber.js": "^9.0.1",
"link-module-alias": "^1.2.0",
"shx": "^0.3.2",
"snakecase-keys": "^5.1.2",
"store2": "^2.12.0"
Expand Down
1 change: 0 additions & 1 deletion packages/ts-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
"start": "node dist/index.js"
},
"dependencies": {
"link-module-alias": "^1.2.0",
"shx": "^0.3.2"
},
"gitHead": "00176548701ceed002a45fd690bac43653b88d60"
Expand Down
1 change: 0 additions & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
"axios": "^1.6.4",
"bignumber.js": "^9.0.1",
"http-status-codes": "^2.2.0",
"link-module-alias": "^1.2.0",
"shx": "^0.3.2",
"snakecase-keys": "^5.1.2",
"store2": "^2.12.0"
Expand Down
1 change: 0 additions & 1 deletion packages/wallet-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@
"ethereumjs-util": "^7.1.0",
"ethers": "^6.5.1",
"hdkey": "^2.0.1",
"link-module-alias": "^1.2.0",
"long": "^5.2.1",
"magic-sdk": "28.9.0",
"shx": "^0.3.3"
Expand Down
1 change: 0 additions & 1 deletion packages/wallets/wallet-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
"ethereumjs-util": "^7.1.0",
"ethers": "^6.5.1",
"hdkey": "^2.0.1",
"link-module-alias": "^1.2.0",
"long": "^5.2.1",
"shx": "^0.3.3"
},
Expand Down
3 changes: 1 addition & 2 deletions packages/wallets/wallet-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@
"@injectivelabs/sdk-ts": "^1.14.15",
"@injectivelabs/ts-types": "^1.14.14",
"@injectivelabs/utils": "^1.14.14",
"eip1193-provider": "^1.0.1",
"link-module-alias": "^1.2.0"
"eip1193-provider": "^1.0.1"
},
"peerDependencies": {
"@injectivelabs/wallet-base": "^0.0.1"
Expand Down
1 change: 0 additions & 1 deletion packages/wallets/wallet-cosmos-strategy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
"ethereumjs-util": "^7.1.0",
"ethers": "^6.5.1",
"hdkey": "^2.0.1",
"link-module-alias": "^1.2.0",
"long": "^5.2.1",
"shx": "^0.3.3"
},
Expand Down
1 change: 0 additions & 1 deletion packages/wallets/wallet-cosmos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
"@injectivelabs/wallet-base": "^0.0.2",
"@keplr-wallet/cosmos": "^0.12.71",
"@keplr-wallet/types": "^0.12.71",
"link-module-alias": "^1.2.0",
"shx": "^0.3.3"
},
"gitHead": "35bd09035587be3fd170cc48b5c13f231e699a79",
Expand Down
3 changes: 1 addition & 2 deletions packages/wallets/wallet-cosmostation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@
"@injectivelabs/ts-types": "^1.14.14",
"@injectivelabs/utils": "^1.14.14",
"@injectivelabs/wallet-base": "^0.0.2",
"@walletconnect/ethereum-provider": "^2.12.2",
"link-module-alias": "^1.2.0"
"@walletconnect/ethereum-provider": "^2.12.2"
},
"gitHead": "35bd09035587be3fd170cc48b5c13f231e699a79",
"typedoc": {
Expand Down
1 change: 0 additions & 1 deletion packages/wallets/wallet-evm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
"@injectivelabs/ts-types": "^1.14.14",
"@injectivelabs/utils": "^1.14.14",
"ethers": "^6.5.1",
"link-module-alias": "^1.2.0",
"long": "^5.2.1",
"shx": "^0.3.3"
},
Expand Down
3 changes: 1 addition & 2 deletions packages/wallets/wallet-ledger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@
"alchemy-sdk": "^2.6.3",
"eth-sig-util": "^3.0.1",
"ethereumjs-util": "^7.1.0",
"hdkey": "^2.0.1",
"link-module-alias": "^1.2.0"
"hdkey": "^2.0.1"
},
"devDependencies": {
"@types/eth-sig-util": "^2.1.1",
Expand Down
3 changes: 1 addition & 2 deletions packages/wallets/wallet-magic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@
"@injectivelabs/wallet-base": "^0.0.2",
"@magic-ext/cosmos": "23.9.1",
"@magic-ext/oauth2": "9.9.0",
"magic-sdk": "28.9.0",
"link-module-alias": "^1.2.0"
"magic-sdk": "28.9.0"
},
"gitHead": "35bd09035587be3fd170cc48b5c13f231e699a79",
"typedoc": {
Expand Down
3 changes: 1 addition & 2 deletions packages/wallets/wallet-private-key/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@
"@injectivelabs/sdk-ts": "^1.14.15",
"@injectivelabs/ts-types": "^1.14.14",
"@injectivelabs/utils": "^1.14.14",
"@injectivelabs/wallet-base": "^0.0.2",
"link-module-alias": "^1.2.0"
"@injectivelabs/wallet-base": "^0.0.2"
},
"gitHead": "35bd09035587be3fd170cc48b5c13f231e699a79",
"typedoc": {
Expand Down
1 change: 0 additions & 1 deletion packages/wallets/wallet-strategy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
"ethereumjs-util": "^7.1.0",
"ethers": "^6.5.1",
"hdkey": "^2.0.1",
"link-module-alias": "^1.2.0",
"long": "^5.2.1",
"shx": "^0.3.3"
},
Expand Down
1 change: 0 additions & 1 deletion packages/wallets/wallet-trezor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
"ethereumjs-util": "^7.1.0",
"ethers": "^6.5.1",
"hdkey": "^2.0.1",
"link-module-alias": "^1.2.0",
"long": "^5.2.1",
"shx": "^0.3.3"
},
Expand Down
3 changes: 1 addition & 2 deletions packages/wallets/wallet-wallet-connect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@
"@injectivelabs/ts-types": "^1.14.14",
"@injectivelabs/utils": "^1.14.14",
"@injectivelabs/wallet-base": "^0.0.2",
"@walletconnect/ethereum-provider": "^2.12.2",
"link-module-alias": "^1.2.0"
"@walletconnect/ethereum-provider": "^2.12.2"
},
"gitHead": "35bd09035587be3fd170cc48b5c13f231e699a79",
"typedoc": {
Expand Down

0 comments on commit 3e57c96

Please sign in to comment.