aboutsummaryrefslogtreecommitdiffstats
path: root/yarn.lock
diff options
context:
space:
mode:
authorBrandon Millman <brandon@0xproject.com>2018-04-19 10:25:03 +0800
committerGitHub <noreply@github.com>2018-04-19 10:25:03 +0800
commit8634551f53bac9769e866b9a2f6f7d0dbd203704 (patch)
treecf7c3a7c13b4aa141650c67eaf7e5992942640f2 /yarn.lock
parent089663ccc14d43f583aad809f847ef76f70f3a26 (diff)
parent51b2fce8c13c8e9393558d34dd664b7dd7749941 (diff)
downloaddexon-sol-tools-8634551f53bac9769e866b9a2f6f7d0dbd203704.tar
dexon-sol-tools-8634551f53bac9769e866b9a2f6f7d0dbd203704.tar.gz
dexon-sol-tools-8634551f53bac9769e866b9a2f6f7d0dbd203704.tar.bz2
dexon-sol-tools-8634551f53bac9769e866b9a2f6f7d0dbd203704.tar.lz
dexon-sol-tools-8634551f53bac9769e866b9a2f6f7d0dbd203704.tar.xz
dexon-sol-tools-8634551f53bac9769e866b9a2f6f7d0dbd203704.tar.zst
dexon-sol-tools-8634551f53bac9769e866b9a2f6f7d0dbd203704.zip
Merge pull request #539 from 0xProject/feature/website/backend-client
Implement backendClient object to unify calls to the portal api
Diffstat (limited to 'yarn.lock')
-rw-r--r--yarn.lock13
1 files changed, 12 insertions, 1 deletions
diff --git a/yarn.lock b/yarn.lock
index 2d3af8b03..3b77af279 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -275,7 +275,7 @@
dependencies:
"@types/node" "*"
-"@types/query-string@^5.0.1":
+"@types/query-string@^5.0.1", "@types/query-string@^5.1.0":
version "5.1.0"
resolved "https://registry.yarnpkg.com/@types/query-string/-/query-string-5.1.0.tgz#7f40cdea49ddafa0ea4f3db35fb6c24d3bfd4dcc"
@@ -8451,6 +8451,13 @@ query-string@^5.0.1:
object-assign "^4.1.0"
strict-uri-encode "^1.0.0"
+query-string@^6.0.0:
+ version "6.0.0"
+ resolved "https://registry.yarnpkg.com/query-string/-/query-string-6.0.0.tgz#8b8f39447b73e8290d6f5e3581779218e9171142"
+ dependencies:
+ decode-uri-component "^0.2.0"
+ strict-uri-encode "^2.0.0"
+
querystring-es3@^0.2.0:
version "0.2.1"
resolved "https://registry.yarnpkg.com/querystring-es3/-/querystring-es3-0.2.1.tgz#9ec61f79049875707d69414596fd907a4d711e73"
@@ -9930,6 +9937,10 @@ strict-uri-encode@^1.0.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/strict-uri-encode/-/strict-uri-encode-1.1.0.tgz#279b225df1d582b1f54e65addd4352e18faa0713"
+strict-uri-encode@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.yarnpkg.com/strict-uri-encode/-/strict-uri-encode-2.0.0.tgz#b9c7330c7042862f6b142dc274bbcc5866ce3546"
+
string-editor@^0.1.0:
version "0.1.2"
resolved "https://registry.yarnpkg.com/string-editor/-/string-editor-0.1.2.tgz#f5ff1b5ac4aed7ac6c2fb8de236d1551b20f61d0"