Skip to content

Commit

Permalink
[LOCAL] bump CLI to 11.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kelset committed Jun 13, 2023
1 parent b2f2737 commit a2df07e
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 75 deletions.
6 changes: 3 additions & 3 deletions packages/react-native/package.json
Expand Up @@ -79,9 +79,9 @@
},
"dependencies": {
"@jest/create-cache-key-function": "^29.2.1",
"@react-native-community/cli": "11.3.1",
"@react-native-community/cli-platform-android": "11.3.1",
"@react-native-community/cli-platform-ios": "11.3.1",
"@react-native-community/cli": "11.3.2",
"@react-native-community/cli-platform-android": "11.3.2",
"@react-native-community/cli-platform-ios": "11.3.2",
"@react-native/assets-registry": "^0.72.0",
"@react-native/codegen": "^0.72.6",
"@react-native/gradle-plugin": "^0.72.10",
Expand Down
144 changes: 72 additions & 72 deletions yarn.lock
Expand Up @@ -2337,44 +2337,44 @@
optionalDependencies:
npmlog "2 || ^3.1.0 || ^4.0.0"

"@react-native-community/cli-clean@11.3.1":
version "11.3.1"
resolved "https://registry.yarnpkg.com/@react-native-community/cli-clean/-/cli-clean-11.3.1.tgz#604e3f25d4f0952f56c92ad7083daa1f0d4c3e29"
integrity sha512-yX524E2HkMxdJlI/si9QuV6Z8phVNm8h9xNrkO75BocuLpNFnYxJwnbD/LEQiOMVD3mtJSR4GeBblJl5/FenWA==
"@react-native-community/cli-clean@11.3.2":
version "11.3.2"
resolved "https://registry.yarnpkg.com/@react-native-community/cli-clean/-/cli-clean-11.3.2.tgz#45dc0aa379deeb13834b661f8eeb2e63ed34316f"
integrity sha512-OIKeP8fYtaa9qw4bpf1m3WJDWx4GvcxTYkyycH5SDu+pZjYWNix7XtKhwoL3Ol2NJLWxdY4LnmQG1yy8OGeIRw==
dependencies:
"@react-native-community/cli-tools" "11.3.1"
"@react-native-community/cli-tools" "11.3.2"
chalk "^4.1.2"
execa "^5.0.0"
prompts "^2.4.0"

"@react-native-community/cli-config@11.3.1":
version "11.3.1"
resolved "https://registry.yarnpkg.com/@react-native-community/cli-config/-/cli-config-11.3.1.tgz#d77ae12a500f04d6dbe086f710283f6589d2d189"
integrity sha512-If4iYuuRIyFl2wMFgZmwC4VhA3K6FoF/ryGEQw4/vxJ70vRcIor420403jUUyBE7Ij5XCUdMEvr9HBM3YdN/OQ==
"@react-native-community/cli-config@11.3.2":
version "11.3.2"
resolved "https://registry.yarnpkg.com/@react-native-community/cli-config/-/cli-config-11.3.2.tgz#1bf268589f7261920dd65a78d7a0a1099792a7f9"
integrity sha512-hMAIR3QTjzDUmOSsbroXeNkZAcf8lpOGo1fj8CwJNfjuVho1RZZSlHKp8G7FU2sgqZmb8jWN+9tFvCRACXVYoQ==
dependencies:
"@react-native-community/cli-tools" "11.3.1"
"@react-native-community/cli-tools" "11.3.2"
chalk "^4.1.2"
cosmiconfig "^5.1.0"
deepmerge "^4.3.0"
glob "^7.1.3"
joi "^17.2.1"

"@react-native-community/cli-debugger-ui@11.3.1":
version "11.3.1"
resolved "https://registry.yarnpkg.com/@react-native-community/cli-debugger-ui/-/cli-debugger-ui-11.3.1.tgz#6d1b2b123e7729adbb0dd8089d7e0132594ba38c"
integrity sha512-Erc9jgnU0v18qwl+mT8zsE+wn+AsVKvl+wroi06XSeera+rSTa/CA6TEAGF4TG8zJYlhZEe5U1NTHv4p5RzvEQ==
"@react-native-community/cli-debugger-ui@11.3.2":
version "11.3.2"
resolved "https://registry.yarnpkg.com/@react-native-community/cli-debugger-ui/-/cli-debugger-ui-11.3.2.tgz#35f29daf8354e8e516cb05ca471fb705780efdd7"
integrity sha512-pAKBcjrNl0iJoi42Ekqn3UH/QZ48pxfAIhsKkc3WmBqYetdByobhkYWfchHq3j9bilgiaBquPQaKzkg69kQw3w==
dependencies:
serve-static "^1.13.1"

"@react-native-community/cli-doctor@11.3.1":
version "11.3.1"
resolved "https://registry.yarnpkg.com/@react-native-community/cli-doctor/-/cli-doctor-11.3.1.tgz#1f70e2e54cfaf532c985620eaf927d3d149b09e6"
integrity sha512-j8BOeMQFTopDAPcE8RlOMuQLUEUOxCRkwXZR5ynO1sHNndwtnd39PzS4qwKYd6UYTksncGcTDCXRk6ng3cMtng==
"@react-native-community/cli-doctor@11.3.2":
version "11.3.2"
resolved "https://registry.yarnpkg.com/@react-native-community/cli-doctor/-/cli-doctor-11.3.2.tgz#d8eb867b80da66ce7b11e0e6e4e07ab152ffbf7b"
integrity sha512-tvmAQzz+qOJwtBCVEdhHweMeGaoHauGn3ef4tsHyqlDc0fF1K5No9DGXSESlLHpsopg066sIHWGq0PmAIeChiA==
dependencies:
"@react-native-community/cli-config" "11.3.1"
"@react-native-community/cli-platform-android" "11.3.1"
"@react-native-community/cli-platform-ios" "11.3.1"
"@react-native-community/cli-tools" "11.3.1"
"@react-native-community/cli-config" "11.3.2"
"@react-native-community/cli-platform-android" "11.3.2"
"@react-native-community/cli-platform-ios" "11.3.2"
"@react-native-community/cli-tools" "11.3.2"
chalk "^4.1.2"
command-exists "^1.2.8"
envinfo "^7.7.2"
Expand All @@ -2390,47 +2390,47 @@
wcwidth "^1.0.1"
yaml "^2.2.1"

"@react-native-community/cli-hermes@11.3.1":
version "11.3.1"
resolved "https://registry.yarnpkg.com/@react-native-community/cli-hermes/-/cli-hermes-11.3.1.tgz#429dbdb57b9a72f567b7279e897a3b1ad321ebd7"
integrity sha512-o91yh18SB4jSzT/ejFHd+tUHZS1PcKWkFrFLaL3oM71KF4ougq/7Fw+4xIerIyCJX7TCmjaD88yKUcA4MTf1fA==
"@react-native-community/cli-hermes@11.3.2":
version "11.3.2"
resolved "https://registry.yarnpkg.com/@react-native-community/cli-hermes/-/cli-hermes-11.3.2.tgz#842b21a1cd3960295eed3591ab81e6f9e68aa606"
integrity sha512-IfzdYTjxu+BFEvweY9TXpLkOmWq0sxK8PTN+u0BduiT9cJRvcO0CxjOpLHAabVrSJc6o+7aLfEvogBmdN53Xfg==
dependencies:
"@react-native-community/cli-platform-android" "11.3.1"
"@react-native-community/cli-tools" "11.3.1"
"@react-native-community/cli-platform-android" "11.3.2"
"@react-native-community/cli-tools" "11.3.2"
chalk "^4.1.2"
hermes-profile-transformer "^0.0.6"
ip "^1.1.5"

"@react-native-community/cli-platform-android@11.3.1":
version "11.3.1"
resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-android/-/cli-platform-android-11.3.1.tgz#19aaaca50ee22b5cdf29e76982c5e9cce0e8d1ca"
integrity sha512-uUEyfupGtG6/GP4UZzacTEDusbfraocn9vcEft1KhGFWlLPBeaXHoPR3dU956D4256LbCA2qirZNedAGKf6TEQ==
"@react-native-community/cli-platform-android@11.3.2":
version "11.3.2"
resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-android/-/cli-platform-android-11.3.2.tgz#d9528306c3751f7d6d1fd3d5a56187708dd65829"
integrity sha512-NKxyBP0/gwL4/tNWrkevFSjeb7Dw2SByNfE9wFXBaAvZHxbxxJUjZOTOW3ueOXEpgOMU7IYYOiSOz2M10IRQ2A==
dependencies:
"@react-native-community/cli-tools" "11.3.1"
"@react-native-community/cli-tools" "11.3.2"
chalk "^4.1.2"
execa "^5.0.0"
glob "^7.1.3"
logkitty "^0.7.1"

"@react-native-community/cli-platform-ios@11.3.1":
version "11.3.1"
resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-ios/-/cli-platform-ios-11.3.1.tgz#47b5980f60ff7822fcb5db9f0575330ae7320039"
integrity sha512-E6Yzw8mapN8bcP1fPKO/5q+pnyCZcvzNQzKSaCYWj3SrifgeYLJ3lqTNY09Jaf8qn0mDT18NNi0Pg7XOuaINjQ==
"@react-native-community/cli-platform-ios@11.3.2":
version "11.3.2"
resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-ios/-/cli-platform-ios-11.3.2.tgz#cfecce27641950603d736e1f41fcae088e3ada1f"
integrity sha512-XPrfsI7dNY3f9crsKDDRIss+GHYX/snuYfMrjg4ZBHpYB5JdLepO8FJ5bFz+/s9KXDm045ijo8QFcIf3XJR0YQ==
dependencies:
"@react-native-community/cli-tools" "11.3.1"
"@react-native-community/cli-tools" "11.3.2"
chalk "^4.1.2"
execa "^5.0.0"
fast-xml-parser "^4.0.12"
glob "^7.1.3"
ora "^5.4.1"

"@react-native-community/cli-plugin-metro@11.3.1":
version "11.3.1"
resolved "https://registry.yarnpkg.com/@react-native-community/cli-plugin-metro/-/cli-plugin-metro-11.3.1.tgz#7c13ea0831caed63340655179974cf612fc103ea"
integrity sha512-KTVhdMg1jIv07zeesQFIZF1gw29UAscLHidjpV2/2XOd53q9wfSf8Ca1oQsE6Ak1peJcuewrWZLgo29845klXQ==
"@react-native-community/cli-plugin-metro@11.3.2":
version "11.3.2"
resolved "https://registry.yarnpkg.com/@react-native-community/cli-plugin-metro/-/cli-plugin-metro-11.3.2.tgz#dbdf6d04b3c608a11dea833a9f882420352dda44"
integrity sha512-r1rZYCFfxZWIiUlukjMcDlxfCtm+QNYu+vFyVfE9yvN9gaNPBAi9029eVzkRkFuJ8Rxwr67HnYEAdGYLWQ1uIw==
dependencies:
"@react-native-community/cli-server-api" "11.3.1"
"@react-native-community/cli-tools" "11.3.1"
"@react-native-community/cli-server-api" "11.3.2"
"@react-native-community/cli-tools" "11.3.2"
chalk "^4.1.2"
execa "^5.0.0"
metro "0.76.5"
Expand All @@ -2441,13 +2441,13 @@
metro-runtime "0.76.5"
readline "^1.3.0"

"@react-native-community/cli-server-api@11.3.1":
version "11.3.1"
resolved "https://registry.yarnpkg.com/@react-native-community/cli-server-api/-/cli-server-api-11.3.1.tgz#23c9819db1ec7fb526f93dad9726dfb30dafcf89"
integrity sha512-zY4P9FKDqv37t6DNTigBzg/S0/oxU+TLsSovwhbJ0+17TFx2IG9E9u26C0L10liisjb7ElEgeQ95eYHFASYqQg==
"@react-native-community/cli-server-api@11.3.2":
version "11.3.2"
resolved "https://registry.yarnpkg.com/@react-native-community/cli-server-api/-/cli-server-api-11.3.2.tgz#79f06606aa1cf7f84dc5c4c53f9a6de0d98142d4"
integrity sha512-6rMb37HYWOdmiMGCxsttHDLIP7KmcJjWvzTJzb2tm9P5FoMvSSmSOn981MuP835Lk1U+IdjVcwtsA247Im4mkg==
dependencies:
"@react-native-community/cli-debugger-ui" "11.3.1"
"@react-native-community/cli-tools" "11.3.1"
"@react-native-community/cli-debugger-ui" "11.3.2"
"@react-native-community/cli-tools" "11.3.2"
compression "^1.7.1"
connect "^3.6.5"
errorhandler "^1.5.1"
Expand All @@ -2456,10 +2456,10 @@
serve-static "^1.13.1"
ws "^7.5.1"

"@react-native-community/cli-tools@11.3.1":
version "11.3.1"
resolved "https://registry.yarnpkg.com/@react-native-community/cli-tools/-/cli-tools-11.3.1.tgz#365cef877a93462b68f8499394622ed061337d57"
integrity sha512-JuV2RXTemrsl8fwLgw0SYZsMMCcUwxyQWrcuMTds/bBBT0ij6CDVePagyVjbrWzdPbvPoX6Wr1CFKsem2vOfrQ==
"@react-native-community/cli-tools@11.3.2":
version "11.3.2"
resolved "https://registry.yarnpkg.com/@react-native-community/cli-tools/-/cli-tools-11.3.2.tgz#29c01e0978199e3d65a2ed234a629a9cf05db8ca"
integrity sha512-rAnFPzRITeEhBLwC73ucvWsYjsGyotSOI4c+k8t9wUqcIk1Q+RFnuWozGc13msOPdESvBHt2MPJBwXrtKgKn1g==
dependencies:
appdirsjs "^1.2.4"
chalk "^4.1.2"
Expand All @@ -2471,27 +2471,27 @@
semver "^6.3.0"
shell-quote "^1.7.3"

"@react-native-community/cli-types@11.3.1":
version "11.3.1"
resolved "https://registry.yarnpkg.com/@react-native-community/cli-types/-/cli-types-11.3.1.tgz#0421a6815d3619815a4928437bbcf731ff76c1e8"
integrity sha512-u4vZ5ldVJuq2AyWeka5PwNlyzi2liSlmRhEC4CRbasNcyXZttnR4sHLIbi/Dn8P54j/5wcxYiEfZeI1D7vxvlQ==
"@react-native-community/cli-types@11.3.2":
version "11.3.2"
resolved "https://registry.yarnpkg.com/@react-native-community/cli-types/-/cli-types-11.3.2.tgz#09531e83ddda582c7321752d1d80674578bc8ea7"
integrity sha512-jba1Z1YgC4JIHPADSqpl4ATsrJaOja1zlQCbH/yE8McHRjVBzeYGeHIvG5jw7iU5cw6FFifH5vvr23JPGk8oyw==
dependencies:
joi "^17.2.1"

"@react-native-community/cli@11.3.1":
version "11.3.1"
resolved "https://registry.yarnpkg.com/@react-native-community/cli/-/cli-11.3.1.tgz#4426d80e4a6c1b1d9e857a356d02b5ec3ca39542"
integrity sha512-fa8wdO8AxYi/WZuHEa1dd0mySd73CjTfdsB9N/qM4WWYJMNjnzQ0Yh0ZDWdOAnGIjcxmvO4R56Z4HTGIGA4VeQ==
dependencies:
"@react-native-community/cli-clean" "11.3.1"
"@react-native-community/cli-config" "11.3.1"
"@react-native-community/cli-debugger-ui" "11.3.1"
"@react-native-community/cli-doctor" "11.3.1"
"@react-native-community/cli-hermes" "11.3.1"
"@react-native-community/cli-plugin-metro" "11.3.1"
"@react-native-community/cli-server-api" "11.3.1"
"@react-native-community/cli-tools" "11.3.1"
"@react-native-community/cli-types" "11.3.1"
"@react-native-community/cli@11.3.2":
version "11.3.2"
resolved "https://registry.yarnpkg.com/@react-native-community/cli/-/cli-11.3.2.tgz#a14c341c2421a929a322b11d02a60f7ac8ff5ee9"
integrity sha512-riyMvro6HH2NLUhcnjUrOFwi2IHb6/GOC1WKf7GvGH1L4KnIo/jP4Sk9QV+pROg1Gd9btrCTnyY7WbWuPWJJ3w==
dependencies:
"@react-native-community/cli-clean" "11.3.2"
"@react-native-community/cli-config" "11.3.2"
"@react-native-community/cli-debugger-ui" "11.3.2"
"@react-native-community/cli-doctor" "11.3.2"
"@react-native-community/cli-hermes" "11.3.2"
"@react-native-community/cli-plugin-metro" "11.3.2"
"@react-native-community/cli-server-api" "11.3.2"
"@react-native-community/cli-tools" "11.3.2"
"@react-native-community/cli-types" "11.3.2"
chalk "^4.1.2"
commander "^9.4.1"
execa "^5.0.0"
Expand Down

0 comments on commit a2df07e

Please sign in to comment.