Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
fix: revert package version change (#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
dekz committed Jun 25, 2020
1 parent ddd2787 commit 2c62e25
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 19 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
},
"dependencies": {
"@0x/assert": "^3.0.4",
"@0x/asset-swapper": "0xProject/gitpkg-registry#0x-asset-swapper-v4.4.0-1511ef1a9",
"@0x/asset-swapper": "0xProject/gitpkg-registry#0x-asset-swapper-v4.4.0-f14b6f2ba",
"@0x/connect": "^6.0.4",
"@0x/contract-addresses": "0xProject/gitpkg-registry#0x-contract-addresses-v4.9.0-f14b6f2ba",
"@0x/contract-wrappers": "0xProject/gitpkg-registry#0x-contract-wrappers-v13.6.3-f14b6f2ba",
Expand Down
24 changes: 6 additions & 18 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,17 @@
lodash "^4.17.11"
valid-url "^1.0.9"

"@0x/asset-swapper@0xProject/gitpkg-registry#0x-asset-swapper-v4.4.0-1511ef1a9":
"@0x/asset-swapper@0xProject/gitpkg-registry#0x-asset-swapper-v4.4.0-f14b6f2ba":
version "4.4.0"
resolved "https://codeload.github.com/0xProject/gitpkg-registry/tar.gz/ddd0aa71054e7bee268e0179ac71879bc9329d0f"
resolved "https://codeload.github.com/0xProject/gitpkg-registry/tar.gz/bb8498654e8c753be460de7b026e0019ae08b8ea"
dependencies:
"@0x/assert" "^3.0.7"
"@0x/contract-addresses" "^4.9.0"
"@0x/contract-wrappers" "^13.6.3"
"@0x/contracts-zero-ex" "^0.1.0"
"@0x/json-schemas" "^5.0.7"
"@0x/order-utils" "^10.2.4"
"@0x/orderbook" "^2.2.5"
"@0x/quote-server" "^2.0.2"
"@0x/utils" "^5.4.1"
"@0x/web3-wrapper" "^7.0.7"
axios "^0.19.2"
Expand Down Expand Up @@ -276,7 +276,7 @@
bn.js "^4.11.8"
ethereum-types "^3.1.0"

"@0x/contracts-zero-ex@0xProject/gitpkg-registry#0x-contracts-zero-ex-v0.1.0-f14b6f2ba":
"@0x/contracts-zero-ex@0xProject/gitpkg-registry#0x-contracts-zero-ex-v0.1.0-f14b6f2ba", "@0x/contracts-zero-ex@^0.1.0":
version "0.1.0"
resolved "https://codeload.github.com/0xProject/gitpkg-registry/tar.gz/963254db067233cdc0a7f7d377ae73b59fdcdd70"
dependencies:
Expand Down Expand Up @@ -405,18 +405,6 @@
"@0x/order-utils" "^10.2.4"
"@0x/utils" "^5.4.1"

"@0x/quote-server@^2.0.2":
version "2.0.2"
resolved "https://registry.yarnpkg.com/@0x/quote-server/-/quote-server-2.0.2.tgz#60d0665c1cad378c9abb89b5491bdc55b4c8412c"
dependencies:
"@0x/json-schemas" "^5.0.7"
"@0x/order-utils" "^10.2.4"
"@0x/utils" "^5.4.1"
"@types/express" "^4.17.3"
express "^4.17.1"
express-async-handler "^1.1.4"
http-status-codes "^1.4.0"

"@0x/sol-compiler@^4.0.8":
version "4.0.8"
resolved "https://registry.yarnpkg.com/@0x/sol-compiler/-/sol-compiler-4.0.8.tgz#e60634423d47c4241a404e48edbdfff99098ab5f"
Expand Down Expand Up @@ -892,7 +880,7 @@
"@types/node" "*"
"@types/range-parser" "*"

"@types/express@*", "@types/express@^4.17.1", "@types/express@^4.17.3":
"@types/express@*", "@types/express@^4.17.1":
version "4.17.6"
resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.6.tgz#6bce49e49570507b86ea1b07b806f04697fac45e"
integrity sha512-n/mr9tZI83kd4azlPG5y997C/M4DNABK9yErhFM6hKdym4kkmd9j0vtsJyjFIwfRBxtrxZtAfGZCNRIBMFLK5w==
Expand Down Expand Up @@ -4374,7 +4362,7 @@ http-signature@~1.2.0:
jsprim "^1.2.2"
sshpk "^1.7.0"

http-status-codes@^1.3.2, http-status-codes@^1.4.0:
http-status-codes@^1.3.2:
version "1.4.0"
resolved "https://registry.yarnpkg.com/http-status-codes/-/http-status-codes-1.4.0.tgz#6e4c15d16ff3a9e2df03b89f3a55e1aae05fb477"
integrity sha512-JrT3ua+WgH8zBD3HEJYbeEgnuQaAnUeRRko/YojPAJjGmIfGD3KPU/asLdsLwKjfxOmQe5nXMQ0pt/7MyapVbQ==
Expand Down

0 comments on commit 2c62e25

Please sign in to comment.