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 30, 2020
1 parent fe3cf0b commit 90cd260
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,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 @@ -468,18 +468,6 @@
"@0x/order-utils" "^10.2.5"
"@0x/utils" "^5.5.0"

"@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 @@ -1004,7 +992,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"
dependencies:
Expand Down Expand Up @@ -4490,7 +4478,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"

Expand Down

0 comments on commit 90cd260

Please sign in to comment.