Skip to content

Commit b191809

Browse files
committedApr 14, 2020
chore: update CLI
1 parent 696fb55 commit b191809

File tree

2 files changed

+51
-45
lines changed

2 files changed

+51
-45
lines changed
 

‎package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,9 @@
8686
},
8787
"dependencies": {
8888
"@babel/runtime": "^7.0.0",
89-
"@react-native-community/cli": "^4.2.4",
90-
"@react-native-community/cli-platform-android": "^4.2.3",
91-
"@react-native-community/cli-platform-ios": "^4.2.3",
89+
"@react-native-community/cli": "^4.7.0",
90+
"@react-native-community/cli-platform-android": "^4.7.0",
91+
"@react-native-community/cli-platform-ios": "^4.7.0",
9292
"abort-controller": "^3.0.0",
9393
"anser": "^1.4.9",
9494
"base64-js": "^1.1.2",

‎yarn.lock

+48-42
Original file line numberDiff line numberDiff line change
@@ -1387,29 +1387,29 @@
13871387
"@types/istanbul-reports" "^1.1.1"
13881388
"@types/yargs" "^13.0.0"
13891389

1390-
"@jest/types@^25.1.0":
1391-
version "25.1.0"
1392-
resolved "https://registry.yarnpkg.com/@jest/types/-/types-25.1.0.tgz#b26831916f0d7c381e11dbb5e103a72aed1b4395"
1393-
integrity sha512-VpOtt7tCrgvamWZh1reVsGADujKigBUFTi19mlRjqEGsE8qH4r3s+skY33dNdXOwyZIvuftZ5tqdF1IgsMejMA==
1390+
"@jest/types@^25.3.0":
1391+
version "25.3.0"
1392+
resolved "https://registry.yarnpkg.com/@jest/types/-/types-25.3.0.tgz#88f94b277a1d028fd7117bc1f74451e0fc2131e7"
1393+
integrity sha512-UkaDNewdqXAmCDbN2GlUM6amDKS78eCqiw/UmF5nE0mmLTd6moJkiZJML/X52Ke3LH7Swhw883IRXq8o9nWjVw==
13941394
dependencies:
13951395
"@types/istanbul-lib-coverage" "^2.0.0"
13961396
"@types/istanbul-reports" "^1.1.1"
13971397
"@types/yargs" "^15.0.0"
13981398
chalk "^3.0.0"
13991399

1400-
"@react-native-community/cli-debugger-ui@^4.2.1":
1401-
version "4.2.1"
1402-
resolved "https://registry.yarnpkg.com/@react-native-community/cli-debugger-ui/-/cli-debugger-ui-4.2.1.tgz#da22aa1cf8d04fe1aa2759873916473e81c4450b"
1403-
integrity sha512-/lvb39Pgo7bM9rsJ2aMomM7jCGWRpnO2iLECJz1ehC49Fblbosh3qtTsg9WWEVTHoY/34GhaQ7EzQxdSfH8pwg==
1400+
"@react-native-community/cli-debugger-ui@^4.7.0":
1401+
version "4.7.0"
1402+
resolved "https://registry.yarnpkg.com/@react-native-community/cli-debugger-ui/-/cli-debugger-ui-4.7.0.tgz#4a8689f56b99378b24bbbf0ff6a89869d667f013"
1403+
integrity sha512-Z/xJ08Wz3J2fKDPrwxtQ44XSHnWsF6dnT0H2AANw63bWjnrR0E3sh8Nk8/oO+j9R7LH8S0+NHJdlniXYtL/bNg==
14041404
dependencies:
14051405
serve-static "^1.13.1"
14061406

1407-
"@react-native-community/cli-platform-android@^4.2.3":
1408-
version "4.2.3"
1409-
resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-android/-/cli-platform-android-4.2.3.tgz#4d32a856c43575b1dbbce9a4b7a580846fb37431"
1410-
integrity sha512-pVHG7+69B/PtnL0h//0MYevxXxDpBNbzyoHn2gOrMVCZVIf20FQTQk4SmLGVblwZZ9U/f5FN3C56WQUtisldRQ==
1407+
"@react-native-community/cli-platform-android@^4.7.0":
1408+
version "4.7.0"
1409+
resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-android/-/cli-platform-android-4.7.0.tgz#aace6b8004b8d3aae40d6affaad1c472e0310a25"
1410+
integrity sha512-Lb6D0ipmFwYLJeQy5/NI4uJpeSHw85rd84C40wwpoUfsCgZhA93WUJdFkuQEIDkfTqs5Yqgl+/szhIZdnIXPxw==
14111411
dependencies:
1412-
"@react-native-community/cli-tools" "^4.2.2"
1412+
"@react-native-community/cli-tools" "^4.7.0"
14131413
chalk "^3.0.0"
14141414
execa "^1.0.0"
14151415
fs-extra "^8.1.0"
@@ -1420,43 +1420,43 @@
14201420
slash "^3.0.0"
14211421
xmldoc "^1.1.2"
14221422

1423-
"@react-native-community/cli-platform-ios@^4.2.3":
1424-
version "4.2.3"
1425-
resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-ios/-/cli-platform-ios-4.2.3.tgz#f9f07930c964ffe4ca8224f3c36f6a54e39d6a49"
1426-
integrity sha512-tdtvJYkNwgCfYBiT8AXwyo/ODc5Ybx19aKGbkB4X6Xn9ORNnXyHWSwy224qW5WK6b0kkmlyVGmASdouCQqet/A==
1423+
"@react-native-community/cli-platform-ios@^4.7.0":
1424+
version "4.7.0"
1425+
resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-ios/-/cli-platform-ios-4.7.0.tgz#471dcdbd2645c5650f16c0eddcca50e47ca78398"
1426+
integrity sha512-XqnxP6H6+PG/wn4+Pwas5jaTSr5n7x6v8trkPY8iO37b8sq7tJLNYznaBMROF43i0NqO48JdhquYOqnDN8FdBA==
14271427
dependencies:
1428-
"@react-native-community/cli-tools" "^4.2.2"
1428+
"@react-native-community/cli-tools" "^4.7.0"
14291429
chalk "^3.0.0"
14301430
glob "^7.1.3"
14311431
js-yaml "^3.13.1"
14321432
lodash "^4.17.15"
14331433
plist "^3.0.1"
14341434
xcode "^2.0.0"
14351435

1436-
"@react-native-community/cli-tools@^4.2.2":
1437-
version "4.2.2"
1438-
resolved "https://registry.yarnpkg.com/@react-native-community/cli-tools/-/cli-tools-4.2.2.tgz#953354bc4d14afa76483cdd097a18407016dab34"
1439-
integrity sha512-soo2GKb7cZNLy2uWN0TUeww+N1YTBfu7rk5ujLOXzFd+XxfpJTK9/HQ3RjHLsuA+aV8nlx8SmaielgxfKFPePQ==
1436+
"@react-native-community/cli-tools@^4.7.0":
1437+
version "4.7.0"
1438+
resolved "https://registry.yarnpkg.com/@react-native-community/cli-tools/-/cli-tools-4.7.0.tgz#83d49277e7f56fef87bdfd0ba55d2cfa20190689"
1439+
integrity sha512-llNWJEWXhGMsaHLWoieraPeWuva3kRsIEPi8oRVTybyz82JjR71mN0OFs41o1OnAR6+TR9d5cJPN+mIOESugEA==
14401440
dependencies:
14411441
chalk "^3.0.0"
14421442
lodash "^4.17.15"
14431443
mime "^2.4.1"
1444-
node-fetch "^2.5.0"
1444+
node-fetch "^2.6.0"
14451445

1446-
"@react-native-community/cli-types@^4.2.1":
1447-
version "4.2.1"
1448-
resolved "https://registry.yarnpkg.com/@react-native-community/cli-types/-/cli-types-4.2.1.tgz#112c09e2900577bac3cbcbfbc4c6d4d59eabfec8"
1449-
integrity sha512-mKDQKSu+6DlG46IZHLcTwVHYieEiZXn+25zmfRtEG0YxnvLxTAtr21COjGEUhxMFp6zRzNMmRi5zGfRmCByTTA==
1446+
"@react-native-community/cli-types@^4.7.0":
1447+
version "4.7.0"
1448+
resolved "https://registry.yarnpkg.com/@react-native-community/cli-types/-/cli-types-4.7.0.tgz#871905753f8ff83cf10c48e8df3fdd63cd7667a0"
1449+
integrity sha512-Pw05Rsh/ENFs/Utv1SVRFfdMAn+W9yy1AOhyIKB36JX0Xw00sIZQDyZVsVfmaLSOpRpJ/qUdKWXB/WYV4XYELw==
14501450

1451-
"@react-native-community/cli@^4.2.4":
1452-
version "4.2.4"
1453-
resolved "https://registry.yarnpkg.com/@react-native-community/cli/-/cli-4.2.4.tgz#25fcb7fbfb96f34fc4143d0ba48bb9c4e010bc5a"
1454-
integrity sha512-sgvFNM/Gzk+fPzURkmVWgwGAZ2cJSApoqgCEyatGEsF4SCNprmd5hfCif7JVuYmxxzUIMI/sN8lP8s65fx4W/g==
1451+
"@react-native-community/cli@^4.7.0":
1452+
version "4.7.0"
1453+
resolved "https://registry.yarnpkg.com/@react-native-community/cli/-/cli-4.7.0.tgz#be692631356d14fd1ffe23f25b479dca9e8e7c95"
1454+
integrity sha512-DbpxcPC7lFCJ112dPXL4DBKh5TfH0QK2OTG7uEGjfsApT4c01Lae6OMTNSssXgXTcNJApqIT5a6GXK2vSE0CEQ==
14551455
dependencies:
14561456
"@hapi/joi" "^15.0.3"
1457-
"@react-native-community/cli-debugger-ui" "^4.2.1"
1458-
"@react-native-community/cli-tools" "^4.2.2"
1459-
"@react-native-community/cli-types" "^4.2.1"
1457+
"@react-native-community/cli-debugger-ui" "^4.7.0"
1458+
"@react-native-community/cli-tools" "^4.7.0"
1459+
"@react-native-community/cli-types" "^4.7.0"
14601460
chalk "^3.0.0"
14611461
command-exists "^1.2.8"
14621462
commander "^2.19.0"
@@ -1480,9 +1480,10 @@
14801480
metro-react-native-babel-transformer "^0.58.0"
14811481
minimist "^1.2.0"
14821482
mkdirp "^0.5.1"
1483+
node-stream-zip "^1.9.1"
14831484
open "^6.2.0"
14841485
ora "^3.4.0"
1485-
pretty-format "^25.1.0"
1486+
pretty-format "^25.2.0"
14861487
semver "^6.3.0"
14871488
serve-static "^1.13.1"
14881489
shell-quote "1.6.1"
@@ -5685,9 +5686,9 @@ node-fetch@^2.2.0:
56855686
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.2.0.tgz#4ee79bde909262f9775f731e3656d0db55ced5b5"
56865687
integrity sha512-OayFWziIxiHY8bCUyLX6sTpDH8Jsbp4FfYd1j1f7vZyfgkcOnAyM4oQR16f8a0s7Gl/viMGRey8eScYk4V4EZA==
56875688

5688-
node-fetch@^2.5.0:
5689+
node-fetch@^2.6.0:
56895690
version "2.6.0"
5690-
resolved "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.0.tgz#e633456386d4aa55863f676a7ab0daa8fdecb0fd"
5691+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.0.tgz#e633456386d4aa55863f676a7ab0daa8fdecb0fd"
56915692
integrity sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA==
56925693

56935694
node-int64@^0.4.0:
@@ -5734,6 +5735,11 @@ node-releases@^1.1.1:
57345735
dependencies:
57355736
semver "^5.3.0"
57365737

5738+
node-stream-zip@^1.9.1:
5739+
version "1.9.1"
5740+
resolved "https://registry.yarnpkg.com/node-stream-zip/-/node-stream-zip-1.9.1.tgz#66d210204da7c60e2d6d685eb21a11d016981fd0"
5741+
integrity sha512-7/Xs9gkuYF0WBimz5OrSc6UVKLDTxvBG2yLGtEK8PSx94d86o/6iQLvIe/140ATz35JDqHKWIxh3GcA3u5hB0w==
5742+
57375743
node-version@^1.0.0:
57385744
version "1.2.0"
57395745
resolved "https://registry.yarnpkg.com/node-version/-/node-version-1.2.0.tgz#34fde3ffa8e1149bd323983479dda620e1b5060d"
@@ -6235,12 +6241,12 @@ pretty-format@^24.9.0:
62356241
ansi-styles "^3.2.0"
62366242
react-is "^16.8.4"
62376243

6238-
pretty-format@^25.1.0:
6239-
version "25.1.0"
6240-
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-25.1.0.tgz#ed869bdaec1356fc5ae45de045e2c8ec7b07b0c8"
6241-
integrity sha512-46zLRSGLd02Rp+Lhad9zzuNZ+swunitn8zIpfD2B4OPCRLXbM87RJT2aBLBWYOznNUML/2l/ReMyWNC80PJBUQ==
6244+
pretty-format@^25.2.0:
6245+
version "25.3.0"
6246+
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-25.3.0.tgz#d0a4f988ff4a6cd350342fdabbb809aeb4d49ad5"
6247+
integrity sha512-wToHwF8bkQknIcFkBqNfKu4+UZqnrLn/Vr+wwKQwwvPzkBfDDKp/qIabFqdgtoi5PEnM8LFByVsOrHoa3SpTVA==
62426248
dependencies:
6243-
"@jest/types" "^25.1.0"
6249+
"@jest/types" "^25.3.0"
62446250
ansi-regex "^5.0.0"
62456251
ansi-styles "^4.0.0"
62466252
react-is "^16.12.0"

0 commit comments

Comments
 (0)
Please sign in to comment.