Upgrade fbjs-haste to 0.3.4
Summary: public Attempt to fix https://travis-ci.org/facebook/react-native/builds Steps: cd .../react-native-github npm install fbjs-haste@0.3.4 # manually update npm-shrinkwrap.json (normally done using npm shrinkwrap --dev but the shrinkwrap file is out of date) Reviewed By: zpao Differential Revision: D2755259 fb-gh-sync-id: c5237adcc14e9e21cc09dfad765eff16ddf28484
This commit is contained in:
parent
4626de9ba3
commit
e35469e1db
|
@ -1756,9 +1756,9 @@
|
|||
}
|
||||
},
|
||||
"fbjs-haste": {
|
||||
"version": "0.3.3",
|
||||
"from": "fbjs-haste@0.3.3",
|
||||
"resolved": "https://registry.npmjs.org/fbjs-haste/-/fbjs-haste-0.3.3.tgz"
|
||||
"version": "0.3.4",
|
||||
"from": "fbjs-haste@0.3.4",
|
||||
"resolved": "https://registry.npmjs.org/fbjs-haste/-/fbjs-haste-0.3.4.tgz"
|
||||
},
|
||||
"fbjs-scripts": {
|
||||
"version": "0.4.0",
|
||||
|
|
|
@ -89,7 +89,7 @@
|
|||
"connect": "^2.8.3",
|
||||
"debug": "^2.2.0",
|
||||
"event-target-shim": "^1.0.5",
|
||||
"fbjs-haste": "^0.3.3",
|
||||
"fbjs-haste": "^0.3.4",
|
||||
"fbjs-scripts": "^0.4.0",
|
||||
"graceful-fs": "^4.1.2",
|
||||
"image-size": "^0.3.5",
|
||||
|
|
Loading…
Reference in New Issue