mirror of https://github.com/status-im/metro.git
fix inner yarn.lock
Summary: I corrupted the yarn.lock when trying to downgrade that module. This change brings the correct resolution in the `yarn.lock`. Closes https://github.com/facebook/metro-bundler/pull/29 Differential Revision: D5452305 Pulled By: jeanlauliac fbshipit-source-id: 54026cfd9cf269e2b432dd92f16bd6db9fa4603c
This commit is contained in:
parent
669f432dfb
commit
1ae97c72a2
|
@ -306,7 +306,7 @@ babel-plugin-transform-es2015-block-scoped-functions@^6.8.0:
|
|||
|
||||
babel-plugin-transform-es2015-block-scoping@^6.5.0, babel-plugin-transform-es2015-block-scoping@^6.8.0:
|
||||
version "6.18.0"
|
||||
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-block-scoped-functions/-/babel-plugin-transform-es2015-block-scoping-6.18.0.tgz#3bfdcfec318d46df22525cdea88f1978813653af"
|
||||
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-block-scoping/-/babel-plugin-transform-es2015-block-scoping-6.18.0.tgz#3bfdcfec318d46df22525cdea88f1978813653af"
|
||||
dependencies:
|
||||
babel-runtime "^6.9.0"
|
||||
babel-template "^6.15.0"
|
||||
|
|
Loading…
Reference in New Issue