update tools deps

This commit is contained in:
Lawrence Forman
2022-02-26 16:01:17 -05:00
parent 064ac395e3
commit bfed83dbbd
12 changed files with 7769 additions and 1674 deletions

View File

@@ -51,18 +51,18 @@
},
"homepage": "https://github.com/0xProject/protocol/tree/main/contracts/tokens",
"devDependencies": {
"@0x/abi-gen": "^5.7.2",
"@0x/contracts-gen": "^2.0.43",
"@0x/abi-gen": "^5.7.3",
"@0x/contracts-gen": "^2.0.44",
"@0x/contracts-test-utils": "^5.4.17",
"@0x/contracts-utils": "^4.8.7",
"@0x/dev-utils": "^4.2.11",
"@0x/sol-compiler": "^4.7.8",
"@0x/dev-utils": "^4.2.12",
"@0x/sol-compiler": "^4.7.9",
"@0x/ts-doc-gen": "^0.0.28",
"@0x/tslint-config": "^4.1.4",
"@0x/types": "^3.3.4",
"@0x/typescript-typings": "^5.2.1",
"@0x/utils": "^6.5.0",
"@0x/web3-wrapper": "^7.6.2",
"@0x/types": "^3.3.5",
"@0x/typescript-typings": "^5.2.2",
"@0x/utils": "^6.5.1",
"@0x/web3-wrapper": "^7.6.3",
"@types/lodash": "4.14.104",
"@types/mocha": "^5.2.7",
"@types/node": "12.12.54",
@@ -70,7 +70,7 @@
"chai-as-promised": "^7.1.0",
"chai-bignumber": "^3.0.0",
"dirty-chai": "^2.0.1",
"ethereum-types": "^3.6.0",
"ethereum-types": "^3.6.1",
"lodash": "^4.17.11",
"make-promises-safe": "^1.1.0",
"mocha": "^6.2.0",
@@ -82,7 +82,7 @@
"typescript": "4.2.2"
},
"dependencies": {
"@0x/base-contract": "^6.4.5",
"@0x/base-contract": "^6.4.6",
"ethers": "~4.0.4"
},
"publishConfig": {

View File

@@ -34,7 +34,7 @@
},
"homepage": "https://github.com/0xProject/protocol/tree/main/contracts/test-utils",
"devDependencies": {
"@0x/sol-compiler": "^4.7.8",
"@0x/sol-compiler": "^4.7.9",
"@0x/tslint-config": "^4.1.4",
"npm-run-all": "^4.1.2",
"shx": "^0.2.2",
@@ -42,20 +42,20 @@
"typescript": "4.2.2"
},
"dependencies": {
"@0x/assert": "^3.0.31",
"@0x/base-contract": "^6.4.5",
"@0x/assert": "^3.0.32",
"@0x/base-contract": "^6.4.6",
"@0x/contract-addresses": "^6.11.0",
"@0x/dev-utils": "^4.2.11",
"@0x/json-schemas": "^6.4.1",
"@0x/dev-utils": "^4.2.12",
"@0x/json-schemas": "^6.4.2",
"@0x/order-utils": "^10.4.28",
"@0x/sol-coverage": "^4.0.42",
"@0x/sol-profiler": "^4.1.32",
"@0x/sol-trace": "^3.0.42",
"@0x/subproviders": "^6.6.2",
"@0x/types": "^3.3.4",
"@0x/typescript-typings": "^5.2.1",
"@0x/utils": "^6.5.0",
"@0x/web3-wrapper": "^7.6.2",
"@0x/sol-coverage": "^4.0.43",
"@0x/sol-profiler": "^4.1.33",
"@0x/sol-trace": "^3.0.43",
"@0x/subproviders": "^6.6.3",
"@0x/types": "^3.3.5",
"@0x/typescript-typings": "^5.2.2",
"@0x/utils": "^6.5.1",
"@0x/web3-wrapper": "^7.6.3",
"@types/bn.js": "^4.11.0",
"@types/js-combinatorics": "^0.5.29",
"@types/lodash": "4.14.104",
@@ -67,7 +67,7 @@
"chai-bignumber": "^3.0.0",
"decimal.js": "^10.2.0",
"dirty-chai": "^2.0.1",
"ethereum-types": "^3.6.0",
"ethereum-types": "^3.6.1",
"ethereumjs-util": "^7.0.10",
"ethers": "~4.0.4",
"js-combinatorics": "^0.5.3",

View File

@@ -46,14 +46,14 @@
},
"homepage": "https://github.com/0xProject/protocol/tree/main/contracts/treasury",
"devDependencies": {
"@0x/abi-gen": "^5.7.2",
"@0x/abi-gen": "^5.7.3",
"@0x/contract-addresses": "^6.11.0",
"@0x/contracts-asset-proxy": "^3.7.19",
"@0x/contracts-erc20": "^3.3.26",
"@0x/contracts-gen": "^2.0.43",
"@0x/contracts-gen": "^2.0.44",
"@0x/contracts-staking": "^2.0.45",
"@0x/contracts-test-utils": "^5.4.17",
"@0x/sol-compiler": "^4.7.8",
"@0x/sol-compiler": "^4.7.9",
"@0x/ts-doc-gen": "^0.0.28",
"@0x/tslint-config": "^4.1.4",
"@types/isomorphic-fetch": "^0.0.35",
@@ -72,14 +72,14 @@
"typescript": "4.2.2"
},
"dependencies": {
"@0x/base-contract": "^6.4.5",
"@0x/base-contract": "^6.4.6",
"@0x/protocol-utils": "^1.11.0",
"@0x/subproviders": "^6.6.2",
"@0x/types": "^3.3.4",
"@0x/typescript-typings": "^5.2.1",
"@0x/utils": "^6.5.0",
"@0x/web3-wrapper": "^7.6.2",
"ethereum-types": "^3.6.0",
"@0x/subproviders": "^6.6.3",
"@0x/types": "^3.3.5",
"@0x/typescript-typings": "^5.2.2",
"@0x/utils": "^6.5.1",
"@0x/web3-wrapper": "^7.6.3",
"ethereum-types": "^3.6.1",
"ethereumjs-util": "^7.0.10"
},
"publishConfig": {

View File

@@ -50,15 +50,15 @@
},
"homepage": "https://github.com/0xProject/protocol/tree/main/contracts/utils",
"devDependencies": {
"@0x/abi-gen": "^5.7.2",
"@0x/contracts-gen": "^2.0.43",
"@0x/abi-gen": "^5.7.3",
"@0x/contracts-gen": "^2.0.44",
"@0x/contracts-test-utils": "^5.4.17",
"@0x/dev-utils": "^4.2.11",
"@0x/dev-utils": "^4.2.12",
"@0x/order-utils": "^10.4.28",
"@0x/sol-compiler": "^4.7.8",
"@0x/sol-compiler": "^4.7.9",
"@0x/tslint-config": "^4.1.4",
"@0x/types": "^3.3.4",
"@0x/web3-wrapper": "^7.6.2",
"@0x/types": "^3.3.5",
"@0x/web3-wrapper": "^7.6.3",
"@types/bn.js": "^4.11.0",
"@types/lodash": "4.14.104",
"@types/mocha": "^5.2.7",
@@ -79,11 +79,11 @@
"typescript": "4.2.2"
},
"dependencies": {
"@0x/base-contract": "^6.4.5",
"@0x/typescript-typings": "^5.2.1",
"@0x/utils": "^6.5.0",
"@0x/base-contract": "^6.4.6",
"@0x/typescript-typings": "^5.2.2",
"@0x/utils": "^6.5.1",
"bn.js": "^4.11.8",
"ethereum-types": "^3.6.0"
"ethereum-types": "^3.6.1"
},
"publishConfig": {
"access": "public"

View File

@@ -55,14 +55,14 @@
},
"homepage": "https://github.com/0xProject/protocol/tree/main/contracts/zero-ex",
"devDependencies": {
"@0x/abi-gen": "^5.7.2",
"@0x/abi-gen": "^5.7.3",
"@0x/contract-addresses": "^6.11.0",
"@0x/contracts-erc20": "^3.3.26",
"@0x/contracts-gen": "^2.0.43",
"@0x/contracts-gen": "^2.0.44",
"@0x/contracts-test-utils": "^5.4.17",
"@0x/dev-utils": "^4.2.11",
"@0x/dev-utils": "^4.2.12",
"@0x/order-utils": "^10.4.28",
"@0x/sol-compiler": "^4.7.8",
"@0x/sol-compiler": "^4.7.9",
"@0x/ts-doc-gen": "^0.0.28",
"@0x/tslint-config": "^4.1.4",
"@types/isomorphic-fetch": "^0.0.35",
@@ -82,14 +82,14 @@
"typescript": "4.2.2"
},
"dependencies": {
"@0x/base-contract": "^6.4.5",
"@0x/base-contract": "^6.4.6",
"@0x/protocol-utils": "^1.11.0",
"@0x/subproviders": "^6.6.2",
"@0x/types": "^3.3.4",
"@0x/typescript-typings": "^5.2.1",
"@0x/utils": "^6.5.0",
"@0x/web3-wrapper": "^7.6.2",
"ethereum-types": "^3.6.0",
"@0x/subproviders": "^6.6.3",
"@0x/types": "^3.3.5",
"@0x/typescript-typings": "^5.2.2",
"@0x/utils": "^6.5.1",
"@0x/web3-wrapper": "^7.6.3",
"ethereum-types": "^3.6.1",
"ethereumjs-util": "^7.0.10",
"ethers": "~4.0.4"
},

View File

@@ -60,7 +60,7 @@
"ignoreDependencyVersionsForPackage": "contract-wrappers"
},
"devDependencies": {
"@0x/monorepo-scripts": "^3.2.1",
"@0x/monorepo-scripts": "^3.2.2",
"@0x-lerna-fork/lerna": "3.16.10",
"@0xproject/npm-cli-login": "^0.0.11",
"async-child-process": "^1.1.1",

View File

@@ -57,21 +57,21 @@
"registry": "git@github.com:0xProject/gitpkg-registry.git"
},
"dependencies": {
"@0x/assert": "^3.0.31",
"@0x/base-contract": "^6.4.5",
"@0x/assert": "^3.0.32",
"@0x/base-contract": "^6.4.6",
"@0x/contract-addresses": "^6.11.0",
"@0x/contract-wrappers": "^13.19.0",
"@0x/contracts-erc20": "^3.3.26",
"@0x/contracts-zero-ex": "^0.31.0",
"@0x/dev-utils": "^4.2.11",
"@0x/json-schemas": "^6.4.1",
"@0x/dev-utils": "^4.2.12",
"@0x/json-schemas": "^6.4.2",
"@0x/neon-router": "^0.3.3",
"@0x/protocol-utils": "^1.11.0",
"@0x/quote-server": "^6.0.6",
"@0x/types": "^3.3.4",
"@0x/typescript-typings": "^5.2.1",
"@0x/utils": "^6.5.0",
"@0x/web3-wrapper": "^7.6.2",
"@0x/types": "^3.3.5",
"@0x/typescript-typings": "^5.2.2",
"@0x/utils": "^6.5.1",
"@0x/web3-wrapper": "^7.6.3",
"@balancer-labs/sor": "0.3.2",
"@bancor/sdk": "0.2.9",
"@ethersproject/abi": "^5.0.1",
@@ -84,7 +84,7 @@
"axios-mock-adapter": "^1.20.0",
"cream-sor": "^0.3.3",
"decimal.js": "^10.2.0",
"ethereum-types": "^3.6.0",
"ethereum-types": "^3.6.1",
"ethereumjs-util": "^7.0.10",
"fast-abi": "^0.0.4",
"graphql": "^15.4.0",
@@ -93,20 +93,20 @@
"lodash": "^4.17.11"
},
"devDependencies": {
"@0x/abi-gen": "^5.7.2",
"@0x/abi-gen": "^5.7.3",
"@0x/contracts-asset-proxy": "^3.7.19",
"@0x/contracts-exchange": "^3.2.38",
"@0x/contracts-exchange-libs": "^4.3.37",
"@0x/contracts-gen": "^2.0.43",
"@0x/contracts-gen": "^2.0.44",
"@0x/contracts-test-utils": "^5.4.17",
"@0x/contracts-utils": "^4.8.7",
"@0x/mesh-rpc-client": "^9.4.2",
"@0x/migrations": "^8.1.15",
"@0x/sol-compiler": "^4.7.8",
"@0x/subproviders": "^6.6.2",
"@0x/sol-compiler": "^4.7.9",
"@0x/subproviders": "^6.6.3",
"@0x/ts-doc-gen": "^0.0.28",
"@0x/tslint-config": "^4.1.4",
"@0x/types": "^3.3.4",
"@0x/types": "^3.3.5",
"@types/lodash": "4.14.104",
"@types/mocha": "^5.2.7",
"@types/node": "12.12.54",

View File

@@ -30,7 +30,7 @@
},
"homepage": "https://github.com/0xProject/protocol/tree/main/packages/contract-artifacts",
"devDependencies": {
"@0x/utils": "^6.5.0",
"@0x/utils": "^6.5.1",
"@types/mocha": "^5.2.7",
"chai": "^4.0.1",
"lodash": "^4.17.11",

View File

@@ -55,14 +55,14 @@
"typescript": "4.2.2"
},
"dependencies": {
"@0x/assert": "^3.0.31",
"@0x/base-contract": "^6.4.5",
"@0x/assert": "^3.0.32",
"@0x/base-contract": "^6.4.6",
"@0x/contract-addresses": "^6.11.0",
"@0x/json-schemas": "^6.4.1",
"@0x/types": "^3.3.4",
"@0x/utils": "^6.5.0",
"@0x/web3-wrapper": "^7.6.2",
"ethereum-types": "^3.6.0",
"@0x/json-schemas": "^6.4.2",
"@0x/types": "^3.3.5",
"@0x/utils": "^6.5.1",
"@0x/web3-wrapper": "^7.6.3",
"ethereum-types": "^3.6.1",
"ethers": "~4.0.4"
},
"publishConfig": {

View File

@@ -48,10 +48,10 @@
"registry": "git@github.com:0xProject/gitpkg-registry.git"
},
"devDependencies": {
"@0x/dev-utils": "^4.2.11",
"@0x/dev-utils": "^4.2.12",
"@0x/ts-doc-gen": "^0.0.28",
"@0x/tslint-config": "^4.1.4",
"@0x/types": "^3.3.4",
"@0x/types": "^3.3.5",
"@types/yargs": "^11.0.0",
"chai": "^4.0.1",
"dirty-chai": "^2.0.1",
@@ -67,7 +67,7 @@
"yargs": "^10.0.3"
},
"dependencies": {
"@0x/base-contract": "^6.4.5",
"@0x/base-contract": "^6.4.6",
"@0x/contract-addresses": "^6.11.0",
"@0x/contracts-asset-proxy": "^3.7.19",
"@0x/contracts-coordinator": "^3.1.38",
@@ -82,14 +82,14 @@
"@0x/contracts-staking": "^2.0.45",
"@0x/contracts-utils": "^4.8.7",
"@0x/contracts-zero-ex": "^0.31.0",
"@0x/sol-compiler": "^4.7.8",
"@0x/subproviders": "^6.6.2",
"@0x/typescript-typings": "^5.2.1",
"@0x/utils": "^6.5.0",
"@0x/web3-wrapper": "^7.6.2",
"@0x/sol-compiler": "^4.7.9",
"@0x/subproviders": "^6.6.3",
"@0x/typescript-typings": "^5.2.2",
"@0x/utils": "^6.5.1",
"@0x/web3-wrapper": "^7.6.3",
"@ledgerhq/hw-app-eth": "^4.3.0",
"@types/web3-provider-engine": "^14.0.0",
"ethereum-types": "^3.6.0",
"ethereum-types": "^3.6.1",
"ethereumjs-util": "^7.1.0",
"ethers": "~4.0.4",
"lodash": "^4.17.11"

View File

@@ -41,17 +41,17 @@
},
"homepage": "https://github.com/0xProject/protocol/tree/main/packages/protocol-utils",
"devDependencies": {
"@0x/dev-utils": "^4.2.11",
"@0x/dev-utils": "^4.2.12",
"@0x/ts-doc-gen": "^0.0.28",
"@0x/tslint-config": "^4.1.4",
"@0x/types": "^3.3.4",
"@0x/typescript-typings": "^5.2.1",
"@0x/types": "^3.3.5",
"@0x/typescript-typings": "^5.2.2",
"@types/bn.js": "^4.11.0",
"@types/lodash": "4.14.104",
"@types/mocha": "^5.2.7",
"@types/node": "12.12.54",
"@types/web3-provider-engine": "^14.0.0",
"ethereum-types": "^3.6.0",
"ethereum-types": "^3.6.1",
"mocha": "^6.2.0",
"npm-run-all": "^4.1.2",
"shx": "^0.2.2",
@@ -62,13 +62,13 @@
"web3-provider-engine": "14.0.6"
},
"dependencies": {
"@0x/assert": "^3.0.31",
"@0x/assert": "^3.0.32",
"@0x/contract-addresses": "^6.11.0",
"@0x/contract-wrappers": "^13.19.0",
"@0x/json-schemas": "^6.4.1",
"@0x/subproviders": "^6.6.2",
"@0x/utils": "^6.5.0",
"@0x/web3-wrapper": "^7.6.2",
"@0x/json-schemas": "^6.4.2",
"@0x/subproviders": "^6.6.3",
"@0x/utils": "^6.5.1",
"@0x/web3-wrapper": "^7.6.3",
"chai": "^4.0.1",
"ethereumjs-util": "^7.0.10",
"ethers": "~4.0.4",

9251
yarn.lock

File diff suppressed because it is too large Load Diff