mirror of
https://github.com/status-im/react-native.git
synced 2025-02-25 07:35:25 +00:00
Remove unused npm dependencies and add missing ones
Summary: A couple of npm dependencies are unused (grepped for them or their variants since some are Babel presets/plugins) and there were also some missing that are listed in react-native's package.json but are directly required by the website. Closes https://github.com/facebook/react-native/pull/14880 Differential Revision: D5383816 Pulled By: hramos fbshipit-source-id: 704cea500d92542078fddbb8777e6855d70e4659
This commit is contained in:
parent
2781739fbe
commit
1954fd4cef
@ -6,11 +6,7 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-core": "^6.6.4",
|
"babel-core": "^6.6.4",
|
||||||
"babel-plugin-external-helpers": "^6.5.0",
|
"babel-plugin-transform-flow-strip-types": "^6.21.0",
|
||||||
"babel-polyfill": "^6.6.1",
|
|
||||||
"babel-preset-react-native": "~1.6.0",
|
|
||||||
"babel-register": "^6.6.0",
|
|
||||||
"babel-types": "^6.6.4",
|
|
||||||
"bluebird": "^2.9.21",
|
"bluebird": "^2.9.21",
|
||||||
"connect": "2.8.3",
|
"connect": "2.8.3",
|
||||||
"deep-assign": "^2.0.0",
|
"deep-assign": "^2.0.0",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user