Skip to content

Commit 3da0959

Browse files
szymonrybczakhuntie
authored andcommitted
Update CLI to v12.1.1
1 parent 4cd4b39 commit 3da0959

File tree

4 files changed

+77
-77
lines changed

4 files changed

+77
-77
lines changed

packages/community-cli-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
],
2424
"dependencies": {
2525
"@react-native/dev-middleware": "^0.73.5",
26-
"@react-native-community/cli-server-api": "12.0.0",
27-
"@react-native-community/cli-tools": "12.0.0",
26+
"@react-native-community/cli-server-api": "12.1.1",
27+
"@react-native-community/cli-tools": "12.1.1",
2828
"@react-native/metro-babel-transformer": "^0.73.12",
2929
"chalk": "^4.0.0",
3030
"execa": "^5.1.1",

packages/react-native/cli.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const {URL} = require('url');
1515
const chalk = require('chalk');
1616
const cli = require('@react-native-community/cli');
1717

18-
const {version: currentVersion} = require('./package.json');
18+
const {version: currentVersion, name} = require('./package.json');
1919

2020
const isNpxRuntime = process.env.npm_lifecycle_event === 'npx';
2121
const DEFAULT_REGISTRY_HOST =
@@ -67,7 +67,7 @@ async function main() {
6767
// Ignore errors, since it's a nice to have warning
6868
}
6969
}
70-
return cli.run();
70+
return cli.run(name);
7171
}
7272

7373
if (require.main === module) {

packages/react-native/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@
9393
},
9494
"dependencies": {
9595
"@jest/create-cache-key-function": "^29.6.3",
96-
"@react-native-community/cli": "12.0.0",
97-
"@react-native-community/cli-platform-android": "12.0.0",
98-
"@react-native-community/cli-platform-ios": "12.0.0",
96+
"@react-native-community/cli": "12.1.1",
97+
"@react-native-community/cli-platform-android": "12.1.1",
98+
"@react-native-community/cli-platform-ios": "12.1.1",
9999
"@react-native/assets-registry": "^0.73.1",
100100
"@react-native/community-cli-plugin": "^0.73.9",
101101
"@react-native/codegen": "^0.73.1",

yarn.lock

Lines changed: 70 additions & 70 deletions
Original file line numberDiff line numberDiff line change
@@ -2366,43 +2366,43 @@
23662366
optionalDependencies:
23672367
npmlog "2 || ^3.1.0 || ^4.0.0"
23682368

2369-
"@react-native-community/cli-clean@12.0.0":
2370-
version "12.0.0"
2371-
resolved "https://registry.yarnpkg.com/@react-native-community/cli-clean/-/cli-clean-12.0.0.tgz#33f83709d566d1a59b317377eeb2a908b17509ae"
2372-
integrity sha512-wpR3317b18vQNAlAl8xa/+DA+3tX7gJj04dw6MWun2c6vk7o/iRCpk/FVbLpGx20k97ASW5fQ9reB2KJ+Wv7zg==
2369+
"@react-native-community/cli-clean@12.1.1":
2370+
version "12.1.1"
2371+
resolved "https://registry.yarnpkg.com/@react-native-community/cli-clean/-/cli-clean-12.1.1.tgz#4f92b3d5eaa301c9db3fef2cbbaf68b87652f6f1"
2372+
integrity sha512-lbEQJ9xO8DmNbES7nFcGIQC0Q15e9q1zwKfkN2ty2eM93ZTFqYzOwsddlNoRN9FO7diakMWoWgielhcfcIeIrQ==
23732373
dependencies:
2374-
"@react-native-community/cli-tools" "12.0.0"
2374+
"@react-native-community/cli-tools" "12.1.1"
23752375
chalk "^4.1.2"
23762376
execa "^5.0.0"
23772377

2378-
"@react-native-community/cli-config@12.0.0":
2379-
version "12.0.0"
2380-
resolved "https://registry.yarnpkg.com/@react-native-community/cli-config/-/cli-config-12.0.0.tgz#ac6ae3cc409be52f3a40971331a5960a54d5977d"
2381-
integrity sha512-xGkqD7VtcAiDhI6pLXigJqGrd9voGPl+eQAhOvWWr1eZN7FfHM+jLhDI+JLDa6b3SNbFJBCXgiBunB6v90giWw==
2378+
"@react-native-community/cli-config@12.1.1":
2379+
version "12.1.1"
2380+
resolved "https://registry.yarnpkg.com/@react-native-community/cli-config/-/cli-config-12.1.1.tgz#6fe932b6215f731b39eb54c800d1b068a2080666"
2381+
integrity sha512-og8/yH7ZNMBcRJOGaHcn9BLt1WJF3XvgBw8iYsByVSEN7yvzAbYZ+CvfN6EdObGOqendbnE4lN9CVyQYM9Ufsw==
23822382
dependencies:
2383-
"@react-native-community/cli-tools" "12.0.0"
2383+
"@react-native-community/cli-tools" "12.1.1"
23842384
chalk "^4.1.2"
23852385
cosmiconfig "^5.1.0"
23862386
deepmerge "^4.3.0"
23872387
glob "^7.1.3"
23882388
joi "^17.2.1"
23892389

2390-
"@react-native-community/cli-debugger-ui@12.0.0":
2391-
version "12.0.0"
2392-
resolved "https://registry.yarnpkg.com/@react-native-community/cli-debugger-ui/-/cli-debugger-ui-12.0.0.tgz#949e48f1770414d5d3c08d14ddd5b5847b6034a4"
2393-
integrity sha512-gOid9bGi9dfGm+Ro89SFY9gZfrEk29MFn8wETgEGZ3K+/lelGzysfZmXyV0qk/N5nNurL3jOyhHRvLqU+XGOdQ==
2390+
"@react-native-community/cli-debugger-ui@12.1.1":
2391+
version "12.1.1"
2392+
resolved "https://registry.yarnpkg.com/@react-native-community/cli-debugger-ui/-/cli-debugger-ui-12.1.1.tgz#b2e3854f8f77d2f60f845a0a9553123cedfa4669"
2393+
integrity sha512-q427jvbJ0WdDuS6HNdc3EbmUu/dX/+FWCcZI60xB7m1i/8p+LzmrsoR2yIJCricsAIV3hhiFOGfquZDgrbF27Q==
23942394
dependencies:
23952395
serve-static "^1.13.1"
23962396

2397-
"@react-native-community/cli-doctor@12.0.0":
2398-
version "12.0.0"
2399-
resolved "https://registry.yarnpkg.com/@react-native-community/cli-doctor/-/cli-doctor-12.0.0.tgz#d5b2a5974911ec628b894180565c5363861c4326"
2400-
integrity sha512-dt38KoQiPCxs2E/RREwucpJHYXUcUIYbPZRvXm1qo71YvxfPSF4a3PM7u9nJw6Oba5F8lpinPpavgY4ykkoQLg==
2397+
"@react-native-community/cli-doctor@12.1.1":
2398+
version "12.1.1"
2399+
resolved "https://registry.yarnpkg.com/@react-native-community/cli-doctor/-/cli-doctor-12.1.1.tgz#e651a63c537ad7c9b8d9baa69e63947f5384a6bd"
2400+
integrity sha512-IUZJ/KUCuz+IzL9GdHUlIf6zF93XadxCBDPseUYb0ucIS+rEb3RmYC+IukYhUWwN3y4F/yxipYy3ytKrQ33AxA==
24012401
dependencies:
2402-
"@react-native-community/cli-config" "12.0.0"
2403-
"@react-native-community/cli-platform-android" "12.0.0"
2404-
"@react-native-community/cli-platform-ios" "12.0.0"
2405-
"@react-native-community/cli-tools" "12.0.0"
2402+
"@react-native-community/cli-config" "12.1.1"
2403+
"@react-native-community/cli-platform-android" "12.1.1"
2404+
"@react-native-community/cli-platform-ios" "12.1.1"
2405+
"@react-native-community/cli-tools" "12.1.1"
24062406
chalk "^4.1.2"
24072407
command-exists "^1.2.8"
24082408
deepmerge "^4.3.0"
@@ -2417,53 +2417,53 @@
24172417
wcwidth "^1.0.1"
24182418
yaml "^2.2.1"
24192419

2420-
"@react-native-community/cli-hermes@12.0.0":
2421-
version "12.0.0"
2422-
resolved "https://registry.yarnpkg.com/@react-native-community/cli-hermes/-/cli-hermes-12.0.0.tgz#b6d04d93e51b68c614a1ff9377694255a5e1294b"
2423-
integrity sha512-7W9bp0II83t9FvZ0UC+UwagBr1ySFWfb8gPfZwdpSRSAzTkrJjpLYjfFKs2uhLV63dzM8jyyE/voiQIWi2hnfA==
2420+
"@react-native-community/cli-hermes@12.1.1":
2421+
version "12.1.1"
2422+
resolved "https://registry.yarnpkg.com/@react-native-community/cli-hermes/-/cli-hermes-12.1.1.tgz#9b48c91acb4db88aab648e92d4d1fe19cd0a6191"
2423+
integrity sha512-J6yxQoZooFRT8+Dtz8Px/bwasQxnbxZZFAFQzOs3f6CAfXrcr/+JLVFZRWRv9XGfcuLdCHr22JUVPAnyEd48DA==
24242424
dependencies:
2425-
"@react-native-community/cli-platform-android" "12.0.0"
2426-
"@react-native-community/cli-tools" "12.0.0"
2425+
"@react-native-community/cli-platform-android" "12.1.1"
2426+
"@react-native-community/cli-tools" "12.1.1"
24272427
chalk "^4.1.2"
24282428
hermes-profile-transformer "^0.0.6"
24292429
ip "^1.1.5"
24302430

2431-
"@react-native-community/cli-platform-android@12.0.0":
2432-
version "12.0.0"
2433-
resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-android/-/cli-platform-android-12.0.0.tgz#55450b94511cea0ea945661c6d4c83ea6770db78"
2434-
integrity sha512-QjQUh5it4TUwKZIn+T3xhU/IvrUrx1el535Ia6y940tyTxnZ5zQPZnd2JxRcOLiHtKSQL72VnD3yBMRjYtp1HA==
2431+
"@react-native-community/cli-platform-android@12.1.1":
2432+
version "12.1.1"
2433+
resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-android/-/cli-platform-android-12.1.1.tgz#f6541ee07ee479ee0e1b082cbf4ff970737606e4"
2434+
integrity sha512-jnyc9y5cPltBo518pfVZ53dtKGDy02kkCkSIwv4ltaHYse7JyEFxFbzBn9lloWvbZ0iFHvEo1NN78YGPAlXSDw==
24352435
dependencies:
2436-
"@react-native-community/cli-tools" "12.0.0"
2436+
"@react-native-community/cli-tools" "12.1.1"
24372437
chalk "^4.1.2"
24382438
execa "^5.0.0"
24392439
fast-xml-parser "^4.2.4"
24402440
glob "^7.1.3"
24412441
logkitty "^0.7.1"
24422442

2443-
"@react-native-community/cli-platform-ios@12.0.0":
2444-
version "12.0.0"
2445-
resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-ios/-/cli-platform-ios-12.0.0.tgz#9489f72ccaf915d4c8a3e1f6edd21908ec1f8d38"
2446-
integrity sha512-4c4xH59CpebgZb6dV/uw3lO3gZOSNY2GL9VjYFTXAMQSAnibnWjd1UFwP89TJNTyr/joYIU+vLDZ6nehZ78WoQ==
2443+
"@react-native-community/cli-platform-ios@12.1.1":
2444+
version "12.1.1"
2445+
resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-ios/-/cli-platform-ios-12.1.1.tgz#399fc39279b8bd95f372c0f69180696b6f9767e1"
2446+
integrity sha512-RA2lvFrswwQRIhCV3hoIYZmLe9TkRegpAWimdubtMxRHiv7Eh2dC0VWWR5VdWy3ltbJzeiEpxCoH/EcrMfp9tg==
24472447
dependencies:
2448-
"@react-native-community/cli-tools" "12.0.0"
2448+
"@react-native-community/cli-tools" "12.1.1"
24492449
chalk "^4.1.2"
24502450
execa "^5.0.0"
24512451
fast-xml-parser "^4.0.12"
24522452
glob "^7.1.3"
24532453
ora "^5.4.1"
24542454

2455-
"@react-native-community/cli-plugin-metro@12.0.0":
2456-
version "12.0.0"
2457-
resolved "https://registry.yarnpkg.com/@react-native-community/cli-plugin-metro/-/cli-plugin-metro-12.0.0.tgz#0203677ced7f3f591b1839468c6d5f6fa3f40871"
2458-
integrity sha512-4fQOg2mBHhGWsSHw5btyI1Qbe8owZ5Ul2Soyysl5XT3aLVuXn+EBurVuH8Zyvbl1T4k09dgj03ojnlPA8PlIOg==
2455+
"@react-native-community/cli-plugin-metro@12.1.1":
2456+
version "12.1.1"
2457+
resolved "https://registry.yarnpkg.com/@react-native-community/cli-plugin-metro/-/cli-plugin-metro-12.1.1.tgz#446f829aa37caee7440d863a42d0f600a4713d8b"
2458+
integrity sha512-HV+lW1mFSu6GL7du+0/tfq8/5jytKp+w3n4+MWzRkx5wXvUq3oJjzwe8y+ZvvCqkRPdsOiwFDgJrtPhvaZp+xA==
24592459

2460-
"@react-native-community/cli-server-api@12.0.0":
2461-
version "12.0.0"
2462-
resolved "https://registry.yarnpkg.com/@react-native-community/cli-server-api/-/cli-server-api-12.0.0.tgz#50961549f715a2a9b3d605e8d21a52bb067de88a"
2463-
integrity sha512-ovHCG71oAsxl3/RNuxBFgqPNZT3aK2eM4o39VetmxQd/KsjKT7mXU02QdwLX53H31wA0Aex/xKwqOGAUBGLHfQ==
2460+
"@react-native-community/cli-server-api@12.1.1":
2461+
version "12.1.1"
2462+
resolved "https://registry.yarnpkg.com/@react-native-community/cli-server-api/-/cli-server-api-12.1.1.tgz#c00319cba3cdd1ba2cf82286cfa4aa3a6bc6a5b2"
2463+
integrity sha512-dUqqEmtEiCMyqFd6LF1UqH0WwXirK2tpU7YhyFsBbigBj3hPz2NmzghCe7DRIcC9iouU0guBxhgmiLtmUEPduQ==
24642464
dependencies:
2465-
"@react-native-community/cli-debugger-ui" "12.0.0"
2466-
"@react-native-community/cli-tools" "12.0.0"
2465+
"@react-native-community/cli-debugger-ui" "12.1.1"
2466+
"@react-native-community/cli-tools" "12.1.1"
24672467
compression "^1.7.1"
24682468
connect "^3.6.5"
24692469
errorhandler "^1.5.1"
@@ -2472,10 +2472,10 @@
24722472
serve-static "^1.13.1"
24732473
ws "^7.5.1"
24742474

2475-
"@react-native-community/cli-tools@12.0.0":
2476-
version "12.0.0"
2477-
resolved "https://registry.yarnpkg.com/@react-native-community/cli-tools/-/cli-tools-12.0.0.tgz#2ff8bff8d6bb0f1162c574fdcf47aa273a48b7ad"
2478-
integrity sha512-p5QN3UMoAKUTpVblKAf+tW3I+nX6wyPgaXYZ+K3H0vZNmbVim+eODFi32NH1XnvuvblVpakovmMrhnBpRnSAgg==
2475+
"@react-native-community/cli-tools@12.1.1":
2476+
version "12.1.1"
2477+
resolved "https://registry.yarnpkg.com/@react-native-community/cli-tools/-/cli-tools-12.1.1.tgz#c70df5da2d3ad61e5e8ab70dd36d84a89c322b23"
2478+
integrity sha512-c9vjDVojZnivGsLoVoTZsJjHnwBEI785yV8mgyKTVFx1sciK8lCsIj1Lke7jNpz7UAE1jW94nI7de2B1aQ9rbA==
24792479
dependencies:
24802480
appdirsjs "^1.2.4"
24812481
chalk "^4.1.2"
@@ -2488,27 +2488,27 @@
24882488
shell-quote "^1.7.3"
24892489
sudo-prompt "^9.0.0"
24902490

2491-
"@react-native-community/cli-types@12.0.0":
2492-
version "12.0.0"
2493-
resolved "https://registry.yarnpkg.com/@react-native-community/cli-types/-/cli-types-12.0.0.tgz#333bcd4803343d5278e6fb436c21524b073cd1e8"
2494-
integrity sha512-1HhPlVqP99qRx1cd4PzQHAdaAW6cSv6LsOz/r+BGTEzl1wZ507vplVDGWDNRX0Zu7nGYiMIGeFBJwz2wINKhiQ==
2491+
"@react-native-community/cli-types@12.1.1":
2492+
version "12.1.1"
2493+
resolved "https://registry.yarnpkg.com/@react-native-community/cli-types/-/cli-types-12.1.1.tgz#5a5c0593f50dc394af5265364d0e919ba6134653"
2494+
integrity sha512-B9lFEIc1/H2GjiyRCk6ISJNn06h5j0cWuokNm3FmeyGOoGIfm4XYUbnM6IpGlIDdQpTtUzZfNq8CL4CIJZXF0g==
24952495
dependencies:
24962496
joi "^17.2.1"
24972497

2498-
"@react-native-community/cli@12.0.0":
2499-
version "12.0.0"
2500-
resolved "https://registry.yarnpkg.com/@react-native-community/cli/-/cli-12.0.0.tgz#8678e937497760788bcc0bde5a4e42be6fa38462"
2501-
integrity sha512-sSw0mPFuS24wHEulNq6hObkRzJbEhzWGb6SWwC59q0xnYztFfjg0M+f0B8EscW8OZ3Ky7vGFqF3IxFR62aP61Q==
2502-
dependencies:
2503-
"@react-native-community/cli-clean" "12.0.0"
2504-
"@react-native-community/cli-config" "12.0.0"
2505-
"@react-native-community/cli-debugger-ui" "12.0.0"
2506-
"@react-native-community/cli-doctor" "12.0.0"
2507-
"@react-native-community/cli-hermes" "12.0.0"
2508-
"@react-native-community/cli-plugin-metro" "12.0.0"
2509-
"@react-native-community/cli-server-api" "12.0.0"
2510-
"@react-native-community/cli-tools" "12.0.0"
2511-
"@react-native-community/cli-types" "12.0.0"
2498+
"@react-native-community/cli@12.1.1":
2499+
version "12.1.1"
2500+
resolved "https://registry.yarnpkg.com/@react-native-community/cli/-/cli-12.1.1.tgz#55e413ee620bea1e6b58c92dad2e9f196d3a5af2"
2501+
integrity sha512-St/lyxQ//crrigfE2QCqmjDb0IH3S9nmolm0eqmCA1bB8WWUk5dpjTgQk6xxDxz+3YtMghDJkGZPK4AxDXT42g==
2502+
dependencies:
2503+
"@react-native-community/cli-clean" "12.1.1"
2504+
"@react-native-community/cli-config" "12.1.1"
2505+
"@react-native-community/cli-debugger-ui" "12.1.1"
2506+
"@react-native-community/cli-doctor" "12.1.1"
2507+
"@react-native-community/cli-hermes" "12.1.1"
2508+
"@react-native-community/cli-plugin-metro" "12.1.1"
2509+
"@react-native-community/cli-server-api" "12.1.1"
2510+
"@react-native-community/cli-tools" "12.1.1"
2511+
"@react-native-community/cli-types" "12.1.1"
25122512
chalk "^4.1.2"
25132513
commander "^9.4.1"
25142514
deepmerge "^4.3.0"

0 commit comments

Comments
 (0)