mirror of https://github.com/status-im/metro.git
Update package.json
Reviewed By: jeanlauliac Differential Revision: D5103378 fbshipit-source-id: 64acdc767372a166460859ffba729710d5bf4b80
This commit is contained in:
parent
a7983ebcc8
commit
8e8daabf3f
|
@ -8,25 +8,23 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"absolute-path": "^0.0.0",
|
||||
"async": "^2.0.1",
|
||||
"babel-core": "^6.21.0",
|
||||
"babel-generator": "^6.21.0",
|
||||
"async": "^2.4.0",
|
||||
"babel-core": "^6.24.1",
|
||||
"babel-generator": "^6.24.1",
|
||||
"babel-plugin-external-helpers": "^6.18.0",
|
||||
"babel-preset-fbjs": "^2.1.0",
|
||||
"babel-preset-react-native": "^1.9.1",
|
||||
"babel-register": "^6.18.0",
|
||||
"babylon": "^6.14.1",
|
||||
"babel-register": "^6.24.1",
|
||||
"babylon": "^6.17.0",
|
||||
"chalk": "^1.1.1",
|
||||
"concat-stream": "^1.6.0",
|
||||
"core-js": "^2.2.2",
|
||||
"debug": "^2.2.0",
|
||||
"denodeify": "^1.2.1",
|
||||
"fbjs": "^0.8.9",
|
||||
"fbjs": "0.8.12",
|
||||
"graceful-fs": "^4.1.3",
|
||||
"image-size": "^0.3.5",
|
||||
"imurmurhash": "^0.1.4",
|
||||
"jest-haste-map": "18.0.0",
|
||||
"joi": "^6.6.1",
|
||||
"jest-haste-map": "19.0.0",
|
||||
"json-stable-stringify": "^1.0.1",
|
||||
"json5": "^0.4.0",
|
||||
"left-pad": "^1.1.3",
|
||||
|
@ -38,7 +36,6 @@
|
|||
"source-map": "^0.5.6",
|
||||
"throat": "^3.0.0",
|
||||
"uglify-js": "2.7.5",
|
||||
"worker-farm": "^1.3.1",
|
||||
"write-file-atomic": "^1.2.0",
|
||||
"xpipe": "^1.0.5"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue