diff options
author | Clement Ho <clemmakesapps@gmail.com> | 2018-04-24 14:00:59 +0000 |
---|---|---|
committer | Clement Ho <clemmakesapps@gmail.com> | 2018-04-24 14:00:59 +0000 |
commit | b173e564612245e320d095b60b6a9d5188c3ddef (patch) | |
tree | be7216b160f40c5b69f5ad0511a9cc9b1db8a7da /yarn.lock | |
parent | 8b41c40674273d6ee3d9b0c720e5e51b76998b31 (diff) | |
parent | 091cab95e37672e5821b8d9d02ab47208ca2136d (diff) | |
download | gitlab-ce-b173e564612245e320d095b60b6a9d5188c3ddef.tar.gz |
Merge branch '30998-add-babel-rewire-plugin' into 'master'
Resolve "Add some way to mock and spy on default ES modules"
Closes #30998
See merge request gitlab-org/gitlab-ce!18116
Diffstat (limited to 'yarn.lock')
-rw-r--r-- | yarn.lock | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/yarn.lock b/yarn.lock index aa560556dcc..7aca6b0d427 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" |