Update package.json

Reviewed By: jeanlauliac

Differential Revision: D5103378

fbshipit-source-id: 64acdc767372a166460859ffba729710d5bf4b80
This commit is contained in:
Christoph Pojer 2017-05-22 07:50:45 -07:00 committed by Facebook Github Bot
parent a7983ebcc8
commit 8e8daabf3f
1 changed files with 7 additions and 10 deletions

View File

@ -8,25 +8,23 @@
}, },
"dependencies": { "dependencies": {
"absolute-path": "^0.0.0", "absolute-path": "^0.0.0",
"async": "^2.0.1", "async": "^2.4.0",
"babel-core": "^6.21.0", "babel-core": "^6.24.1",
"babel-generator": "^6.21.0", "babel-generator": "^6.24.1",
"babel-plugin-external-helpers": "^6.18.0", "babel-plugin-external-helpers": "^6.18.0",
"babel-preset-fbjs": "^2.1.0", "babel-preset-fbjs": "^2.1.0",
"babel-preset-react-native": "^1.9.1", "babel-preset-react-native": "^1.9.1",
"babel-register": "^6.18.0", "babel-register": "^6.24.1",
"babylon": "^6.14.1", "babylon": "^6.17.0",
"chalk": "^1.1.1", "chalk": "^1.1.1",
"concat-stream": "^1.6.0", "concat-stream": "^1.6.0",
"core-js": "^2.2.2", "core-js": "^2.2.2",
"debug": "^2.2.0", "debug": "^2.2.0",
"denodeify": "^1.2.1", "denodeify": "^1.2.1",
"fbjs": "^0.8.9", "fbjs": "0.8.12",
"graceful-fs": "^4.1.3", "graceful-fs": "^4.1.3",
"image-size": "^0.3.5", "image-size": "^0.3.5",
"imurmurhash": "^0.1.4", "jest-haste-map": "19.0.0",
"jest-haste-map": "18.0.0",
"joi": "^6.6.1",
"json-stable-stringify": "^1.0.1", "json-stable-stringify": "^1.0.1",
"json5": "^0.4.0", "json5": "^0.4.0",
"left-pad": "^1.1.3", "left-pad": "^1.1.3",
@ -38,7 +36,6 @@
"source-map": "^0.5.6", "source-map": "^0.5.6",
"throat": "^3.0.0", "throat": "^3.0.0",
"uglify-js": "2.7.5", "uglify-js": "2.7.5",
"worker-farm": "^1.3.1",
"write-file-atomic": "^1.2.0", "write-file-atomic": "^1.2.0",
"xpipe": "^1.0.5" "xpipe": "^1.0.5"
} }