Move contracts-test-utils to dev dependencies
This commit is contained in:
@@ -38,6 +38,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@0x/dev-utils": "^2.1.2",
|
||||
"@0x/contracts-test-utils": "^3.0.7",
|
||||
"@0x/migrations": "^4.0.2",
|
||||
"@0x/subproviders": "^4.0.1",
|
||||
"@0x/tslint-config": "^3.0.0",
|
||||
@@ -69,7 +70,6 @@
|
||||
"@0x/assert": "^2.0.5",
|
||||
"@0x/contract-addresses": "^2.2.2",
|
||||
"@0x/contract-artifacts": "^1.3.0",
|
||||
"@0x/contracts-test-utils": "^3.0.7",
|
||||
"@0x/fill-scenarios": "^3.0.1",
|
||||
"@0x/json-schemas": "^3.0.5",
|
||||
"@0x/order-utils": "^7.0.1",
|
||||
|
||||
@@ -33,7 +33,6 @@
|
||||
"@0x/abi-gen": "^2.0.5",
|
||||
"@0x/abi-gen-templates": "^2.0.1",
|
||||
"@0x/base-contract": "^5.0.1",
|
||||
"@0x/contracts-test-utils": "^3.0.7",
|
||||
"@0x/sol-coverage": "^2.0.6",
|
||||
"@0x/sol-profiler": "^3.1.1",
|
||||
"@0x/sol-trace": "^2.0.7",
|
||||
@@ -52,6 +51,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@0x/dev-utils": "^2.1.2",
|
||||
"@0x/contracts-test-utils": "^3.0.7",
|
||||
"@0x/sol-compiler": "^3.1.2",
|
||||
"chai": "^4.0.1",
|
||||
"chai-as-promised": "^7.1.0",
|
||||
|
||||
22
yarn.lock
22
yarn.lock
@@ -7925,19 +7925,9 @@ got@^6.7.1:
|
||||
unzip-response "^2.0.1"
|
||||
url-parse-lax "^1.0.0"
|
||||
|
||||
graceful-fs@^3.0.0:
|
||||
version "3.0.11"
|
||||
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-3.0.11.tgz#7613c778a1afea62f25c630a086d7f3acbbdd818"
|
||||
dependencies:
|
||||
natives "^1.1.0"
|
||||
|
||||
graceful-fs@^4.0.0, graceful-fs@^4.1.10, graceful-fs@^4.1.11, graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.1.9:
|
||||
graceful-fs@4.1.15, graceful-fs@^3.0.0, graceful-fs@^4.0.0, graceful-fs@^4.1.10, graceful-fs@^4.1.11, graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.1.9, graceful-fs@~1.2.0:
|
||||
version "4.1.15"
|
||||
resolved "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.15.tgz#ffb703e1066e8a0eeaa4c8b80ba9253eeefbfb00"
|
||||
|
||||
graceful-fs@~1.2.0:
|
||||
version "1.2.3"
|
||||
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-1.2.3.tgz#15a4806a57547cb2d2dbf27f42e89a8c3451b364"
|
||||
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.15.tgz#ffb703e1066e8a0eeaa4c8b80ba9253eeefbfb00"
|
||||
|
||||
"graceful-readlink@>= 1.0.0":
|
||||
version "1.0.1"
|
||||
@@ -11372,10 +11362,6 @@ nanomatch@^1.2.9:
|
||||
snapdragon "^0.8.1"
|
||||
to-regex "^3.0.1"
|
||||
|
||||
natives@^1.1.0:
|
||||
version "1.1.6"
|
||||
resolved "https://registry.yarnpkg.com/natives/-/natives-1.1.6.tgz#a603b4a498ab77173612b9ea1acdec4d980f00bb"
|
||||
|
||||
natural-compare@^1.4.0:
|
||||
version "1.4.0"
|
||||
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
|
||||
@@ -13544,8 +13530,8 @@ react-highlight@0xproject/react-highlight#react-peer-deps:
|
||||
dependencies:
|
||||
highlight.js "^9.11.0"
|
||||
highlightjs-solidity "^1.0.5"
|
||||
react "^16.5.2"
|
||||
react-dom "^16.5.2"
|
||||
react "^16.4.2"
|
||||
react-dom "^16.4.2"
|
||||
|
||||
react-hot-loader@^4.3.3:
|
||||
version "4.3.4"
|
||||
|
||||
Reference in New Issue
Block a user