Restore ts deps in sub-packages dep list (#509)

Partially revert 502 due to broken commands in sub-packages.
pull/519/head
J M Rossy 2 years ago committed by GitHub
parent 6a2afdcffc
commit 404b4ae115
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      solidity/app/package.json
  2. 3
      solidity/core/package.json
  3. 4
      typescript/deploy/package.json
  4. 4
      typescript/hardhat/package.json
  5. 4
      typescript/infra/package.json
  6. 3
      typescript/sdk/package.json
  7. 10
      yarn.lock

@ -21,7 +21,9 @@
"solhint": "^3.3.2",
"solhint-plugin-prettier": "^0.0.5",
"solidity-coverage": "^0.7.14",
"typechain": "^5.0.0"
"ts-node": "^10.8.0",
"typechain": "^5.0.0",
"typescript": "^4.7.2"
},
"directories": {
"test": "test"

@ -22,7 +22,8 @@
"solhint-plugin-prettier": "^0.0.5",
"solidity-coverage": "^0.7.14",
"ts-generator": "^0.1.1",
"typechain": "^5.0.0"
"typechain": "^5.0.0",
"typescript": "^4.7.2"
},
"directories": {
"test": "test"

@ -15,7 +15,9 @@
"@types/debug": "^4.1.7",
"@types/node": "^16.9.1",
"@types/yargs": "^17.0.10",
"ethers": "^5.4.7"
"ethers": "^5.4.7",
"ts-node": "^10.8.0",
"typescript": "^4.7.2"
},
"homepage": "https://www.useabacus.network",
"keywords": [

@ -12,7 +12,9 @@
"ethereum-waffle": "^3.2.2",
"ethers": "^5.4.7",
"hardhat": "^2.8.4",
"typechain": "^5.0.0"
"ts-node": "^10.8.0",
"typechain": "^5.0.0",
"typescript": "^4.7.2"
},
"directories": {
"src": "src",

@ -29,7 +29,9 @@
"ethereum-waffle": "^3.2.2",
"ethers": "^5.4.7",
"hardhat": "^2.8.4",
"typechain": "^5.0.0"
"ts-node": "^10.8.0",
"typechain": "^5.0.0",
"typescript": "^4.7.2"
},
"homepage": "https://www.useabacus.network",
"keywords": [

@ -16,7 +16,8 @@
"dotenv": "^10.0.0",
"fs": "0.0.1-security",
"mocha": "^9.2.2",
"sinon": "^13.0.2"
"sinon": "^13.0.2",
"typescript": "^4.7.2"
},
"homepage": "https://www.useabacus.network",
"keywords": [

@ -25,7 +25,9 @@ __metadata:
solhint: ^3.3.2
solhint-plugin-prettier: ^0.0.5
solidity-coverage: ^0.7.14
ts-node: ^10.8.0
typechain: ^5.0.0
typescript: ^4.7.2
languageName: unknown
linkType: soft
@ -51,6 +53,7 @@ __metadata:
solidity-coverage: ^0.7.14
ts-generator: ^0.1.1
typechain: ^5.0.0
typescript: ^4.7.2
languageName: unknown
linkType: soft
@ -68,6 +71,8 @@ __metadata:
axios: ^0.21.3
debug: ^4.3.4
ethers: ^5.4.7
ts-node: ^10.8.0
typescript: ^4.7.2
yargs: ^17.4.1
languageName: unknown
linkType: soft
@ -85,7 +90,9 @@ __metadata:
ethereum-waffle: ^3.2.2
ethers: ^5.4.7
hardhat: ^2.8.4
ts-node: ^10.8.0
typechain: ^5.0.0
typescript: ^4.7.2
languageName: unknown
linkType: soft
@ -116,7 +123,9 @@ __metadata:
ethereum-waffle: ^3.2.2
ethers: ^5.4.7
hardhat: ^2.8.4
ts-node: ^10.8.0
typechain: ^5.0.0
typescript: ^4.7.2
yargs: ^17.3.1
languageName: unknown
linkType: soft
@ -155,6 +164,7 @@ __metadata:
fs: 0.0.1-security
mocha: ^9.2.2
sinon: ^13.0.2
typescript: ^4.7.2
languageName: unknown
linkType: soft

Loading…
Cancel
Save