From 40c149b0c4354564c305378aebdc79b9b4d34e7e Mon Sep 17 00:00:00 2001 From: Luna Wei Date: Fri, 3 Nov 2023 10:38:27 -0700 Subject: [PATCH] Update missing rnc/cli related packages to 12.0.0 and update lockfile --- packages/community-cli-plugin/package.json | 4 +-- yarn.lock | 38 ---------------------- 2 files changed, 2 insertions(+), 40 deletions(-) diff --git a/packages/community-cli-plugin/package.json b/packages/community-cli-plugin/package.json index 2bb8e42f1ca..18ffd124724 100644 --- a/packages/community-cli-plugin/package.json +++ b/packages/community-cli-plugin/package.json @@ -23,8 +23,8 @@ ], "dependencies": { "@react-native/dev-middleware": "^0.73.4", - "@react-native-community/cli-server-api": "12.0.0-alpha.17", - "@react-native-community/cli-tools": "12.0.0-alpha.17", + "@react-native-community/cli-server-api": "12.0.0", + "@react-native-community/cli-tools": "12.0.0", "@react-native/metro-babel-transformer": "^0.73.12", "chalk": "^4.0.0", "execa": "^5.1.1", diff --git a/yarn.lock b/yarn.lock index ecd826ca549..a08381fc081 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2394,13 +2394,6 @@ dependencies: serve-static "^1.13.1" -"@react-native-community/cli-debugger-ui@12.0.0-alpha.17": - version "12.0.0-alpha.17" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-debugger-ui/-/cli-debugger-ui-12.0.0-alpha.17.tgz#e984231ce3fe3fc9489bc5ca892718e8372de690" - integrity sha512-JWP3cmtoThy/xaH7E/hqalanEqfRTduMwxd5F4hpZvVgbNJ9CSjrJoEMC362g4R2Uq5h/ZiD0EzhXYEZH1pRIg== - dependencies: - serve-static "^1.13.1" - "@react-native-community/cli-doctor@12.0.0": version "12.0.0" resolved "https://registry.yarnpkg.com/@react-native-community/cli-doctor/-/cli-doctor-12.0.0.tgz#d5b2a5974911ec628b894180565c5363861c4326" @@ -2479,21 +2472,6 @@ serve-static "^1.13.1" ws "^7.5.1" -"@react-native-community/cli-server-api@12.0.0-alpha.17": - version "12.0.0-alpha.17" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-server-api/-/cli-server-api-12.0.0-alpha.17.tgz#f80fe0f40b465a0cbba0b3d166db6f45111ac9ef" - integrity sha512-G7qJZkHEC445ltX6hM7xByWfHajuCP+jDOTzV5I4CSFzGS4f1xVhkNtuWphsnP3dKvNgOzp4t5GZrWo9qksJQQ== - dependencies: - "@react-native-community/cli-debugger-ui" "12.0.0-alpha.17" - "@react-native-community/cli-tools" "12.0.0-alpha.17" - compression "^1.7.1" - connect "^3.6.5" - errorhandler "^1.5.1" - nocache "^3.0.1" - pretty-format "^26.6.2" - serve-static "^1.13.1" - ws "^7.5.1" - "@react-native-community/cli-tools@12.0.0": version "12.0.0" resolved "https://registry.yarnpkg.com/@react-native-community/cli-tools/-/cli-tools-12.0.0.tgz#2ff8bff8d6bb0f1162c574fdcf47aa273a48b7ad" @@ -2510,22 +2488,6 @@ shell-quote "^1.7.3" sudo-prompt "^9.0.0" -"@react-native-community/cli-tools@12.0.0-alpha.17": - version "12.0.0-alpha.17" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-tools/-/cli-tools-12.0.0-alpha.17.tgz#0c7520b41aa411b52a4cdc83ece759aa3dba72fa" - integrity sha512-NcBEiPgAp1iM5NSnZffizRHUYF38w4d+chT3MUgJWEGqSgQBnITqOF/tsnk4XBU8UH1lnxt9Hqng0Dh4RpPNAQ== - dependencies: - appdirsjs "^1.2.4" - chalk "^4.1.2" - find-up "^5.0.0" - mime "^2.4.1" - node-fetch "^2.6.0" - open "^6.2.0" - ora "^5.4.1" - semver "^7.5.2" - shell-quote "^1.7.3" - sudo-prompt "^9.0.0" - "@react-native-community/cli-types@12.0.0": version "12.0.0" resolved "https://registry.yarnpkg.com/@react-native-community/cli-types/-/cli-types-12.0.0.tgz#333bcd4803343d5278e6fb436c21524b073cd1e8"