Move debug and yargs types to deps (#526)

Use consistent yargs deps across packages
pull/547/head
J M Rossy 2 years ago committed by GitHub
parent 81b66b58aa
commit fbeeb65e2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      typescript/deploy/package.json
  2. 4
      typescript/infra/package.json
  3. 8
      yarn.lock

@ -6,14 +6,14 @@
"@abacus-network/core": "^0.1.1",
"@abacus-network/sdk": "^0.1.1",
"@abacus-network/utils": "^0.1.1",
"@types/debug": "^4.1.7",
"@types/yargs": "^17.0.10",
"axios": "^0.21.3",
"debug": "^4.3.4",
"yargs": "^17.4.1"
},
"devDependencies": {
"@types/debug": "^4.1.7",
"@types/node": "^16.9.1",
"@types/yargs": "^17.0.10",
"ethers": "^5.4.7",
"ts-node": "^10.8.0",
"typescript": "^4.7.2"

@ -13,12 +13,12 @@
"@nomiclabs/hardhat-etherscan": "^3.0.3",
"@types/mocha": "^9.1.0",
"@types/node": "^16.9.1",
"@types/yargs": "^17.0.8",
"@types/yargs": "^17.0.10",
"asn1.js": "5.4.1",
"celo-ethers-provider": "^0.0.0",
"chai": "^4.3.4",
"dotenv": "^10.0.0",
"yargs": "^17.3.1"
"yargs": "^17.4.1"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.5",

@ -111,7 +111,7 @@ __metadata:
"@types/chai": ^4.2.21
"@types/mocha": ^9.1.0
"@types/node": ^16.9.1
"@types/yargs": ^17.0.8
"@types/yargs": ^17.0.10
asn1.js: 5.4.1
celo-ethers-provider: ^0.0.0
chai: ^4.3.4
@ -121,7 +121,7 @@ __metadata:
hardhat: ^2.8.4
ts-node: ^10.8.0
typescript: ^4.7.2
yargs: ^17.3.1
yargs: ^17.4.1
languageName: unknown
linkType: soft
@ -3670,7 +3670,7 @@ __metadata:
languageName: node
linkType: hard
"@types/yargs@npm:^17.0.10, @types/yargs@npm:^17.0.8":
"@types/yargs@npm:^17.0.10":
version: 17.0.10
resolution: "@types/yargs@npm:17.0.10"
dependencies:
@ -16685,7 +16685,7 @@ __metadata:
languageName: node
linkType: hard
"yargs@npm:^17.3.1, yargs@npm:^17.4.1":
"yargs@npm:^17.4.1":
version: 17.4.1
resolution: "yargs@npm:17.4.1"
dependencies:

Loading…
Cancel
Save