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:
Jean Lauliac 2017-07-19 08:53:49 -07:00 committed by Facebook Github Bot
parent 669f432dfb
commit 1ae97c72a2
1 changed files with 1 additions and 1 deletions

View File

@ -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: babel-plugin-transform-es2015-block-scoping@^6.5.0, babel-plugin-transform-es2015-block-scoping@^6.8.0:
version "6.18.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: dependencies:
babel-runtime "^6.9.0" babel-runtime "^6.9.0"
babel-template "^6.15.0" babel-template "^6.15.0"