diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2018-07-26 23:21:10 -0400 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-08-01 12:14:10 -0400 |
commit | 9a42fcad9f267415e7ef19c9d0864c0e64bc250f (patch) | |
tree | c7d018f5559a04b09d41fe0f70ada77bc49af3f0 | |
parent | 36fa1cea4a6c7c4ae5ac93974843fcdcd4557fef (diff) |
Add base64-js to third_party.
It's a dependency of js/v8_source_maps.ts.
-rw-r--r-- | package.json | 3 | ||||
m--------- | third_party | 0 | ||||
-rw-r--r-- | yarn.lock | 4 |
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 @@ -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" |