Skip to content

Commit

Permalink
Update xcode dependency from 0.8.9 -> 0.9.1
Browse files Browse the repository at this point in the history
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 facebook#13194

Differential Revision: D4796723

Pulled By: javache

fbshipit-source-id: 2783f5d04c696b887de2ab2d32805e4661484a83
  • Loading branch information
joonhocho authored and thotegowda committed May 7, 2017
1 parent c9eba85 commit d178218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d178218

Please sign in to comment.