Upgrade node-haste to v2.9.1 to make module order deterministic

Summary:Changing the order of transformation and extraction of dependencies made the order of modules dependent on the time when the worker pool returns a result.
node-haste v2.9.1 addresses this issue and makes the order of dependencies deterministic.

This also bumps the packager versions to enforce cache invalidation.

Reviewed By: martinbigio

Differential Revision: D3065063

fb-gh-sync-id: 1d45b066e45c3f64092f779c3fce3becf6739409
shipit-source-id: 1d45b066e45c3f64092f779c3fce3becf6739409
This commit is contained in:
David Aurelio 2016-03-17 13:11:17 -07:00 committed by Facebook Github Bot 2
parent 9cb3ec9424
commit f9d79b3415
2 changed files with 2 additions and 2 deletions

View File

@ -155,7 +155,7 @@
"mkdirp": "^0.5.1",
"module-deps": "^3.9.1",
"node-fetch": "^1.3.3",
"node-haste": "~2.9.0",
"node-haste": "~2.9.1",
"opn": "^3.0.2",
"optimist": "^0.6.1",
"progress": "^1.1.8",

View File

@ -1,5 +1,5 @@
{
"version": "0.3.0",
"version": "0.3.1",
"name": "react-native-packager",
"description": "Build native apps with React!",
"repository": {