diff options
Diffstat (limited to 'yarn.lock')
-rw-r--r-- | yarn.lock | 156 |
1 files changed, 139 insertions, 17 deletions
@@ -472,6 +472,121 @@ npmlog "^4.1.2" write-file-atomic "^2.3.0" +"@0x/contracts-asset-proxy@1.0.2": + version "1.0.2" + resolved "https://registry.yarnpkg.com/@0x/contracts-asset-proxy/-/contracts-asset-proxy-1.0.2.tgz#48a432a52a019ee632e50456f2687c85a5b57535" + dependencies: + "@0x/base-contract" "^4.0.1" + "@0x/contracts-erc20" "^1.0.2" + "@0x/contracts-erc721" "^1.0.2" + "@0x/contracts-test-utils" "^3.0.1" + "@0x/contracts-utils" "^2.0.1" + "@0x/order-utils" "^5.0.0" + "@0x/types" "^2.0.1" + "@0x/typescript-typings" "^4.0.0" + "@0x/utils" "^4.0.2" + "@0x/web3-wrapper" "^4.0.1" + ethereum-types "^2.0.0" + lodash "^4.17.5" + +"@0x/contracts-erc20@1.0.2": + version "1.0.2" + resolved "https://registry.yarnpkg.com/@0x/contracts-erc20/-/contracts-erc20-1.0.2.tgz#67cfefd4458b262d575bb1b07f63bc3dfed4daeb" + dependencies: + "@0x/base-contract" "^4.0.1" + "@0x/contracts-exchange-libs" "^1.0.2" + "@0x/contracts-utils" "^2.0.1" + "@0x/types" "^2.0.1" + "@0x/typescript-typings" "^4.0.0" + "@0x/utils" "^4.0.2" + "@0x/web3-wrapper" "^4.0.1" + ethereum-types "^2.0.0" + lodash "^4.17.5" + +"@0x/contracts-erc721@1.0.2": + version "1.0.2" + resolved "https://registry.yarnpkg.com/@0x/contracts-erc721/-/contracts-erc721-1.0.2.tgz#e7309ae57de266bb9c4947de50ba16a89203ad08" + dependencies: + "@0x/base-contract" "^4.0.1" + "@0x/contracts-utils" "^2.0.1" + "@0x/types" "^2.0.1" + "@0x/typescript-typings" "^4.0.0" + "@0x/utils" "^4.0.2" + "@0x/web3-wrapper" "^4.0.1" + ethereum-types "^2.0.0" + lodash "^4.17.5" + +"@0x/contracts-exchange-libs@1.0.2": + version "1.0.2" + resolved "https://registry.yarnpkg.com/@0x/contracts-exchange-libs/-/contracts-exchange-libs-1.0.2.tgz#0682c01cdb3e36100bda0ffbdf9badb5b8a01fc4" + dependencies: + "@0x/base-contract" "^4.0.1" + "@0x/contracts-utils" "^2.0.1" + "@0x/order-utils" "^5.0.0" + "@0x/types" "^2.0.1" + "@0x/typescript-typings" "^4.0.0" + "@0x/utils" "^4.0.2" + "@0x/web3-wrapper" "^4.0.1" + ethereum-types "^2.0.0" + lodash "^4.17.5" + +"@0x/contracts-exchange@1.0.2": + version "1.0.2" + resolved "https://registry.yarnpkg.com/@0x/contracts-exchange/-/contracts-exchange-1.0.2.tgz#4c02378b26a7bf6324e16a41f2851c43fed82c63" + dependencies: + "@0x/base-contract" "^4.0.1" + "@0x/contracts-asset-proxy" "^1.0.2" + "@0x/contracts-erc20" "^1.0.2" + "@0x/contracts-erc721" "^1.0.2" + "@0x/contracts-exchange-libs" "^1.0.2" + "@0x/contracts-test-utils" "^3.0.1" + "@0x/contracts-utils" "^2.0.1" + "@0x/order-utils" "^5.0.0" + "@0x/types" "^2.0.1" + "@0x/typescript-typings" "^4.0.0" + "@0x/utils" "^4.0.2" + "@0x/web3-wrapper" "^4.0.1" + ethereum-types "^2.0.0" + ethereumjs-util "^5.1.1" + lodash "^4.17.5" + +"@0x/contracts-utils@2.0.1": + version "2.0.1" + resolved "https://registry.yarnpkg.com/@0x/contracts-utils/-/contracts-utils-2.0.1.tgz#32e298ab5e6edb045c37294063ff928b629db0a4" + dependencies: + "@0x/base-contract" "^4.0.1" + "@0x/order-utils" "^5.0.0" + "@0x/types" "^2.0.1" + "@0x/typescript-typings" "^4.0.0" + "@0x/utils" "^4.0.2" + "@0x/web3-wrapper" "^4.0.1" + bn.js "^4.11.8" + ethereum-types "^2.0.0" + ethereumjs-util "^5.1.1" + lodash "^4.17.5" + +"@0x/order-utils@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@0x/order-utils/-/order-utils-5.0.0.tgz#7f43e0310ace31738895881501c8dda9c3a3aefa" + dependencies: + "@0x/abi-gen-wrappers" "^3.0.1" + "@0x/assert" "^2.0.1" + "@0x/base-contract" "^4.0.1" + "@0x/contract-addresses" "^2.2.1" + "@0x/contract-artifacts" "^1.3.0" + "@0x/json-schemas" "^3.0.1" + "@0x/types" "^2.0.1" + "@0x/typescript-typings" "^4.0.0" + "@0x/utils" "^4.0.2" + "@0x/web3-wrapper" "^4.0.1" + "@types/node" "*" + bn.js "^4.11.8" + ethereum-types "^2.0.0" + ethereumjs-abi "0.6.5" + ethereumjs-util "^5.1.1" + ethers "~4.0.4" + lodash "^4.17.11" + "@0xproject/npm-cli-login@^0.0.11": version "0.0.11" resolved "https://registry.yarnpkg.com/@0xproject/npm-cli-login/-/npm-cli-login-0.0.11.tgz#3f1ec06112ce62aad300ff0575358f68aeecde2e" @@ -1486,6 +1601,10 @@ version "0.0.29" resolved "https://registry.yarnpkg.com/@types/pluralize/-/pluralize-0.0.29.tgz#6ffa33ed1fc8813c469b859681d09707eb40d03c" +"@types/prettier@^1.15.2": + version "1.15.2" + resolved "https://registry.yarnpkg.com/@types/prettier/-/prettier-1.15.2.tgz#91594ea7cb6f3b1f7ea69f32621246654c7cc231" + "@types/prop-types@*": version "15.5.5" resolved "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.5.5.tgz#17038dd322c2325f5da650a94d5f9974943625e3" @@ -1535,7 +1654,6 @@ "@types/react-dom@^16.0.6": version "16.0.11" resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-16.0.11.tgz#bd10ccb0d9260343f4b9a49d4f7a8330a5c1f081" - integrity sha512-x6zUx9/42B5Kl2Vl9HlopV8JF64wLpX3c+Pst9kc1HgzrsH+mkehe/zmHMQTplIrR48H2gpU7ZqurQolYu8XBA== dependencies: "@types/react" "*" @@ -7794,7 +7912,7 @@ got@^6.7.1: 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" + resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.15.tgz#ffb703e1066e8a0eeaa4c8b80ba9253eeefbfb00" "graceful-readlink@>= 1.0.0": version "1.0.1" @@ -12794,6 +12912,10 @@ prettier@^1.14.3, prettier@^1.15.3: version "1.15.3" resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.15.3.tgz#1feaac5bdd181237b54dbe65d874e02a1472786a" +prettier@^1.16.3: + version "1.16.3" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.16.3.tgz#8c62168453badef702f34b45b6ee899574a6a65d" + pretty-bytes@^1.0.4: version "1.0.4" resolved "https://registry.yarnpkg.com/pretty-bytes/-/pretty-bytes-1.0.4.tgz#0a22e8210609ad35542f8c8d5d2159aff0751c84" @@ -13340,14 +13462,14 @@ react-dom@^16.3.2: prop-types "^15.6.0" react-dom@^16.4.2: - version "16.7.0" - resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.7.0.tgz#a17b2a7ca89ee7390bc1ed5eb81783c7461748b8" - integrity sha512-D0Ufv1ExCAmF38P2Uh1lwpminZFRXEINJe53zRAbm4KPwSyd6DY/uDoS0Blj9jvPpn1+wivKpZYc8aAAN/nAkg== + version "16.8.1" + resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.8.1.tgz#ec860f98853d09d39bafd3a6f1e12389d283dbb4" + integrity sha512-N74IZUrPt6UiDjXaO7UbDDFXeUXnVhZzeRLy/6iqqN1ipfjrhR60Bp5NuBK+rv3GMdqdIuwIl22u1SYwf330bg== dependencies: loose-envify "^1.1.0" object-assign "^4.1.1" prop-types "^15.6.2" - scheduler "^0.12.0" + scheduler "^0.13.1" react-dom@^16.5.2: version "16.5.2" @@ -13400,14 +13522,14 @@ react-helmet@^5.2.0: prop-types "^15.5.4" react-side-effect "^1.1.0" -react-highlight@0xproject/react-highlight: +react-highlight@0xproject/react-highlight#react-peer-deps: version "1.0.0" resolved "https://codeload.github.com/0xproject/react-highlight/tar.gz/a70c7631e09508dafc4719cbcc6f121074e1937d" dependencies: highlight.js "^9.11.0" highlightjs-solidity "^1.0.5" - react "^16.4.2" - react-dom "^16.4.2" + react "^16.5.2" + react-dom "^16.5.2" react-hot-loader@^4.3.3: version "4.3.4" @@ -13653,14 +13775,14 @@ react@^16.3.2: prop-types "^15.6.0" react@^16.4.2: - version "16.7.0" - resolved "https://registry.yarnpkg.com/react/-/react-16.7.0.tgz#b674ec396b0a5715873b350446f7ea0802ab6381" - integrity sha512-StCz3QY8lxTb5cl2HJxjwLFOXPIFQp+p+hxQfc8WE0QiLfCtIlKj8/+5tjjKm8uSTlAW+fCPaavGFS06V9Ar3A== + version "16.8.1" + resolved "https://registry.yarnpkg.com/react/-/react-16.8.1.tgz#ae11831f6cb2a05d58603a976afc8a558e852c4a" + integrity sha512-wLw5CFGPdo7p/AgteFz7GblI2JPOos0+biSoxf1FPsGxWQZdN/pj6oToJs1crn61DL3Ln7mN86uZ4j74p31ELQ== dependencies: loose-envify "^1.1.0" object-assign "^4.1.1" prop-types "^15.6.2" - scheduler "^0.12.0" + scheduler "^0.13.1" react@^16.5.2: version "16.5.2" @@ -14533,10 +14655,10 @@ schedule@^0.5.0: dependencies: object-assign "^4.1.1" -scheduler@^0.12.0: - version "0.12.0" - resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.12.0.tgz#8ab17699939c0aedc5a196a657743c496538647b" - integrity sha512-t7MBR28Akcp4Jm+QoR63XgAi9YgCUmgvDHqf5otgAj4QvdoBE4ImCX0ffehefePPG+aitiYHp0g/mW6s4Tp+dw== +scheduler@^0.13.1: + version "0.13.1" + resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.13.1.tgz#1a217df1bfaabaf4f1b92a9127d5d732d85a9591" + integrity sha512-VJKOkiKIN2/6NOoexuypwSrybx13MY7NSy9RNt8wPvZDMRT1CW6qlpF5jXRToXNHz3uWzbm2elNpZfXfGPqP9A== dependencies: loose-envify "^1.1.0" object-assign "^4.1.1" |