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:
parent
9cb3ec9424
commit
f9d79b3415
|
@ -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",
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "0.3.0",
|
||||
"version": "0.3.1",
|
||||
"name": "react-native-packager",
|
||||
"description": "Build native apps with React!",
|
||||
"repository": {
|
||||
|
|
Loading…
Reference in New Issue