Metro and Babel upgraded
Summary: Upgraded Metro to 0.65.2 which contains the fix for regression which blocked us previously (https://github.com/facebook/metro/issues/641). Also upgraded Babel to the latest available versions as anyway most of its packages were upgraded together with Metro. Reviewed By: passy Differential Revision: D26777168 fbshipit-source-id: f325e0ba46a95e15605a7b15a793d714b1027061
This commit is contained in:
committed by
Facebook GitHub Bot
parent
90ac5f55a2
commit
fce723eaca
@@ -9,21 +9,21 @@
|
||||
"license": "MIT",
|
||||
"bugs": "https://github.com/facebook/flipper/issues",
|
||||
"dependencies": {
|
||||
"@babel/core": "^7.12.10",
|
||||
"@babel/parser": "^7.12.11",
|
||||
"@babel/generator": "^7.12.11",
|
||||
"@babel/plugin-proposal-class-properties": "^7.10.4",
|
||||
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.10.4",
|
||||
"@babel/plugin-proposal-object-rest-spread": "^7.11.0",
|
||||
"@babel/plugin-proposal-optional-chaining": "^7.12.7",
|
||||
"@babel/plugin-transform-flow-strip-types": "^7.12.10",
|
||||
"@babel/plugin-transform-modules-commonjs": "^7.10.4",
|
||||
"@babel/plugin-transform-typescript": "^7.11.0",
|
||||
"@babel/preset-env": "^7.12.10",
|
||||
"@babel/preset-react": "^7.12.10",
|
||||
"@babel/traverse": "^7.12.12",
|
||||
"@babel/types": "^7.12.10",
|
||||
"@emotion/babel-plugin": "^11.0.0",
|
||||
"@babel/core": "^7.13.8",
|
||||
"@babel/parser": "^7.13.9",
|
||||
"@babel/generator": "^7.13.9",
|
||||
"@babel/plugin-proposal-class-properties": "^7.13.0",
|
||||
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.13.8",
|
||||
"@babel/plugin-proposal-object-rest-spread": "^7.13.8",
|
||||
"@babel/plugin-proposal-optional-chaining": "^7.13.8",
|
||||
"@babel/plugin-transform-flow-strip-types": "^7.13.0",
|
||||
"@babel/plugin-transform-modules-commonjs": "^7.13.8",
|
||||
"@babel/plugin-transform-typescript": "^7.13.0",
|
||||
"@babel/preset-env": "^7.13.9",
|
||||
"@babel/preset-react": "^7.12.13",
|
||||
"@babel/traverse": "^7.13.0",
|
||||
"@babel/types": "^7.13.0",
|
||||
"@emotion/babel-plugin": "^11.2.0",
|
||||
"@types/fs-extra": "^9.0.1",
|
||||
"@types/node": "^14.14.10",
|
||||
"fs-extra": "^9.0.1",
|
||||
|
||||
Reference in New Issue
Block a user