Update xcode dependency from 0.8.9 -> 0.9.1

Summary:
This should resolve the following npm deprecation warning:
```
 WARN deprecated node-uuid@1.4.7: Use uuid module instead
```

Existing tests should cover this already.
Closes https://github.com/facebook/react-native/pull/13194

Differential Revision: D4796723

Pulled By: javache

fbshipit-source-id: 2783f5d04c696b887de2ab2d32805e4661484a83
This commit is contained in:
Joon Ho Cho 2017-03-30 16:12:02 -07:00 committed by Facebook Github Bot
parent f36664f7fe
commit 5be8d5f63e
1 changed files with 1 additions and 1 deletions

View File

@ -211,7 +211,7 @@
"worker-farm": "^1.3.1",
"write-file-atomic": "^1.2.0",
"ws": "^1.1.0",
"xcode": "^0.8.9",
"xcode": "^0.9.1",
"xmldoc": "^0.4.0",
"xpipe": "^1.0.5",
"yargs": "^6.4.0"