mirror of https://github.com/status-im/metro.git
Remove babel-generator as a dep from metro and xplat
Reviewed By: rubennorte Differential Revision: D7788529 fbshipit-source-id: 6459a7a9f53d9b813e8f2c925107726ed46b4a2b
This commit is contained in:
parent
d82afc42d8
commit
5acc620f42
|
@ -3,7 +3,6 @@
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel-core": "^6.23.1",
|
"babel-core": "^6.23.1",
|
||||||
"babel-eslint": "8.2.1",
|
"babel-eslint": "8.2.1",
|
||||||
"babel-generator": "^6.26.0",
|
|
||||||
"babel-jest": "23.0.0-beta.1",
|
"babel-jest": "23.0.0-beta.1",
|
||||||
"babel-plugin-syntax-trailing-function-commas": "^6.20.0",
|
"babel-plugin-syntax-trailing-function-commas": "^6.20.0",
|
||||||
"babel-plugin-transform-async-to-generator": "^6.24.1",
|
"babel-plugin-transform-async-to-generator": "^6.24.1",
|
||||||
|
|
|
@ -49,14 +49,12 @@
|
||||||
"absolute-path": "^0.0.0",
|
"absolute-path": "^0.0.0",
|
||||||
"async": "^2.4.0",
|
"async": "^2.4.0",
|
||||||
"babel-core": "^6.24.1",
|
"babel-core": "^6.24.1",
|
||||||
"babel-generator": "^6.26.0",
|
|
||||||
"babel-plugin-external-helpers": "^6.22.0",
|
"babel-plugin-external-helpers": "^6.22.0",
|
||||||
"babel-plugin-transform-flow-strip-types": "^6.21.0",
|
"babel-plugin-transform-flow-strip-types": "^6.21.0",
|
||||||
"babel-preset-es2015-node": "^6.1.1",
|
"babel-preset-es2015-node": "^6.1.1",
|
||||||
"babel-preset-fbjs": "^2.1.4",
|
"babel-preset-fbjs": "^2.1.4",
|
||||||
"babel-preset-react-native": "^5.0.0",
|
"babel-preset-react-native": "^5.0.0",
|
||||||
"babel-register": "^6.24.1",
|
"babel-register": "^6.24.1",
|
||||||
"babel-template": "^6.24.1",
|
|
||||||
"babylon": "^6.18.0",
|
"babylon": "^6.18.0",
|
||||||
"chalk": "^1.1.1",
|
"chalk": "^1.1.1",
|
||||||
"concat-stream": "^1.6.0",
|
"concat-stream": "^1.6.0",
|
||||||
|
|
Loading…
Reference in New Issue