summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--package.json3
m---------third_party0
-rw-r--r--yarn.lock4
3 files changed, 6 insertions, 1 deletions
diff --git a/package.json b/package.json
index bdf09059c..829508413 100644
--- a/package.json
+++ b/package.json
@@ -3,10 +3,10 @@
"@types/base64-js": "^1.2.5",
"@types/flatbuffers": "^1.9.0",
"@types/source-map-support": "^0.4.1",
+ "base64-js": "^1.3.0",
"flatbuffers": "^1.9.0",
"prettier": "^1.14.0",
"rollup": "^0.63.2",
- "rollup-pluginutils": "^2.3.0",
"rollup-plugin-alias": "^1.4.0",
"rollup-plugin-analyzer": "^2.1.0",
"rollup-plugin-commonjs": "^9.1.3",
@@ -14,6 +14,7 @@
"rollup-plugin-node-resolve": "^3.3.0",
"rollup-plugin-string": "^2.0.2",
"rollup-plugin-typescript2": "^0.16.1",
+ "rollup-pluginutils": "^2.3.0",
"source-map-support": "^0.5.6",
"tslint": "^5.10.0",
"tslint-eslint-rules": "^5.3.1",
diff --git a/third_party b/third_party
-Subproject ba730b48a1565ee19ebd336615a50e21dc2eb98
+Subproject c0171ed84579db683048edcc9e88672afc5a296
diff --git a/yarn.lock b/yarn.lock
index ba50c48ac..3b455b093 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -74,6 +74,10 @@ balanced-match@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.0.tgz#89b4d199ab2bee49de164ea02b89ce462d71b767"
+base64-js@^1.3.0:
+ version "1.3.0"
+ resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.3.0.tgz#cab1e6118f051095e58b5281aea8c1cd22bfc0e3"
+
brace-expansion@^1.1.7:
version "1.1.11"
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd"