mirror of https://github.com/status-im/metro.git
Add missing plugin for node 6/7
Reviewed By: mjesun Differential Revision: D7610367 fbshipit-source-id: 5797bd713c0dc81d627e3eec72913c5100700369
This commit is contained in:
parent
305669e716
commit
ef7c0a869d
|
@ -21,6 +21,7 @@
|
|||
"@babel/plugin-proposal-object-rest-spread": "^7.0.0-beta",
|
||||
"@babel/plugin-syntax-dynamic-import": "^7.0.0-beta",
|
||||
"@babel/plugin-transform-arrow-functions": "^7.0.0-beta",
|
||||
"@babel/plugin-transform-async-to-generator": "7.0.0-beta.40",
|
||||
"@babel/plugin-transform-block-scoping": "^7.0.0-beta",
|
||||
"@babel/plugin-transform-classes": "^7.0.0-beta",
|
||||
"@babel/plugin-transform-computed-properties": "^7.0.0-beta",
|
||||
|
|
|
@ -153,7 +153,7 @@
|
|||
dependencies:
|
||||
"@babel/types" "7.0.0-beta.40"
|
||||
|
||||
"@babel/helper-remap-async-to-generator@^7.0.0-beta":
|
||||
"@babel/helper-remap-async-to-generator@7.0.0-beta.40", "@babel/helper-remap-async-to-generator@^7.0.0-beta":
|
||||
version "7.0.0-beta.40"
|
||||
resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.0.0-beta.40.tgz#33414d1cc160ebf0991ebc60afebe36b08feae05"
|
||||
dependencies:
|
||||
|
@ -246,6 +246,13 @@
|
|||
version "7.0.0-beta.40"
|
||||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.0.0-beta.40.tgz#0842045b16835d6da0c334d0b09d575852f27962"
|
||||
|
||||
"@babel/plugin-transform-async-to-generator@7.0.0-beta.40":
|
||||
version "7.0.0-beta.40"
|
||||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.0.0-beta.40.tgz#9195e2473a435b9a9aabc0b64572e9d1ec1c57cb"
|
||||
dependencies:
|
||||
"@babel/helper-module-imports" "7.0.0-beta.40"
|
||||
"@babel/helper-remap-async-to-generator" "7.0.0-beta.40"
|
||||
|
||||
"@babel/plugin-transform-block-scoping@^7.0.0-beta":
|
||||
version "7.0.0-beta.40"
|
||||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.0.0-beta.40.tgz#23197ee6f696b7e5ace884f0dc5434df20d7dd97"
|
||||
|
|
Loading…
Reference in New Issue