Skip to content

Commit

Permalink
Bump CLI dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
grabbou committed Feb 13, 2019
1 parent 06bc4b5 commit a252aee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
}, },
"dependencies": { "dependencies": {
"@babel/runtime": "^7.0.0", "@babel/runtime": "^7.0.0",
"@react-native-community/cli": "^1.2.0", "@react-native-community/cli": "^1.2.1",
"absolute-path": "^0.0.0", "absolute-path": "^0.0.0",
"art": "^0.10.0", "art": "^0.10.0",
"base64-js": "^1.1.2", "base64-js": "^1.1.2",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -1108,10 +1108,10 @@
lodash "^4.17.10" lodash "^4.17.10"
to-fast-properties "^2.0.0" to-fast-properties "^2.0.0"


"@react-native-community/cli@^1.2.0": "@react-native-community/cli@^1.2.1":
version "1.2.0" version "1.2.1"
resolved "https://registry.yarnpkg.com/@react-native-community/cli/-/cli-1.2.0.tgz#7c460156112f34172b968fe51721ef71759234bf" resolved "https://registry.yarnpkg.com/@react-native-community/cli/-/cli-1.2.1.tgz#990b0b0e199e4a75357dfb445eaae13100f60a1b"
integrity sha512-OpnhVJkpU4bgqQwk1izYtaf6/bgIvKSj5ALkFs5A5jUW/YThGJpbNjfkUGYjsoPvlKlmfWe40tbDyhDcUfYn8Q== integrity sha512-PwOLWckcQbgyekCcKKGfBqNnK5SFJtdUQdNemF4odn5bWKigr4JsNd4wT2BRqvRHuzYa7kY6MjriwgYTHSSChA==
dependencies: dependencies:
chalk "^1.1.1" chalk "^1.1.1"
commander "^2.9.0" commander "^2.9.0"
Expand Down

0 comments on commit a252aee

Please sign in to comment.