From 748a2f2b542fed2cb8ab7d1792cb874ce7423a61 Mon Sep 17 00:00:00 2001 From: Phil Hughes Date: Wed, 11 Apr 2018 17:12:01 +0100 Subject: Added fuzzy file finder to web IDE Closes #44841 --- yarn.lock | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'yarn.lock') diff --git a/yarn.lock b/yarn.lock index 55a86a9a577..1718a56bac4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8683,6 +8683,10 @@ vue-template-es2015-compiler@^1.6.0: version "1.6.0" resolved "https://registry.yarnpkg.com/vue-template-es2015-compiler/-/vue-template-es2015-compiler-1.6.0.tgz#dc42697133302ce3017524356a6c61b7b69b4a18" +vue-virtual-scroll-list@^1.2.5: + version "1.2.5" + resolved "https://registry.yarnpkg.com/vue-virtual-scroll-list/-/vue-virtual-scroll-list-1.2.5.tgz#bcbd010f7cdb035eba8958ebf807c6214d9a167a" + vue@^2.5.13: version "2.5.13" resolved "https://registry.yarnpkg.com/vue/-/vue-2.5.13.tgz#95bd31e20efcf7a7f39239c9aa6787ce8cf578e1" -- cgit v1.2.3 From bc30eb379fac9aadcd1b017af231776587c38356 Mon Sep 17 00:00:00 2001 From: Mike Greiling Date: Wed, 28 Mar 2018 16:42:17 -0500 Subject: add babel-plugin-rewire to karma build --- yarn.lock | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'yarn.lock') diff --git a/yarn.lock b/yarn.lock index f05278cfde5..8862ef4d582 100644 --- a/yarn.lock +++ b/yarn.lock @@ -670,6 +670,10 @@ babel-plugin-istanbul@^4.1.5: istanbul-lib-instrument "^1.7.5" test-exclude "^4.1.1" +babel-plugin-rewire@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/babel-plugin-rewire/-/babel-plugin-rewire-1.1.0.tgz#a6b966d9d8c06c03d95dcda2eec4e2521519549b" + babel-plugin-syntax-async-functions@^6.8.0: version "6.13.0" resolved "https://registry.yarnpkg.com/babel-plugin-syntax-async-functions/-/babel-plugin-syntax-async-functions-6.13.0.tgz#cad9cad1191b5ad634bf30ae0872391e0647be95" -- cgit v1.2.3