Skip to content

Commit a252aee

Browse files
committedFeb 13, 2019
Bump CLI dependency
1 parent 06bc4b5 commit a252aee

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@
158158
},
159159
"dependencies": {
160160
"@babel/runtime": "^7.0.0",
161-
"@react-native-community/cli": "^1.2.0",
161+
"@react-native-community/cli": "^1.2.1",
162162
"absolute-path": "^0.0.0",
163163
"art": "^0.10.0",
164164
"base64-js": "^1.1.2",

‎yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1108,10 +1108,10 @@
11081108
lodash "^4.17.10"
11091109
to-fast-properties "^2.0.0"
11101110

1111-
"@react-native-community/cli@^1.2.0":
1112-
version "1.2.0"
1113-
resolved "https://registry.yarnpkg.com/@react-native-community/cli/-/cli-1.2.0.tgz#7c460156112f34172b968fe51721ef71759234bf"
1114-
integrity sha512-OpnhVJkpU4bgqQwk1izYtaf6/bgIvKSj5ALkFs5A5jUW/YThGJpbNjfkUGYjsoPvlKlmfWe40tbDyhDcUfYn8Q==
1111+
"@react-native-community/cli@^1.2.1":
1112+
version "1.2.1"
1113+
resolved "https://registry.yarnpkg.com/@react-native-community/cli/-/cli-1.2.1.tgz#990b0b0e199e4a75357dfb445eaae13100f60a1b"
1114+
integrity sha512-PwOLWckcQbgyekCcKKGfBqNnK5SFJtdUQdNemF4odn5bWKigr4JsNd4wT2BRqvRHuzYa7kY6MjriwgYTHSSChA==
11151115
dependencies:
11161116
chalk "^1.1.1"
11171117
commander "^2.9.0"

0 commit comments

Comments
 (0)
Please sign in to comment.