[0.73] Update react-native 0.73.4 -> 0.73.6 (#12832)
* Update react-native 0.73.4 -> 0.73.6 * Change files
This commit is contained in:
Родитель
f41eb1dfcb
Коммит
e0cd40b5f2
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"type": "patch",
|
||||
"comment": "Update react-native 0.73.4 -> 0.73.6",
|
||||
"packageName": "@office-iss/react-native-win32",
|
||||
"email": "30809111+acoates-ms@users.noreply.github.com",
|
||||
"dependentChangeType": "patch"
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"type": "patch",
|
||||
"comment": "Update react-native 0.73.4 -> 0.73.6",
|
||||
"packageName": "react-native-windows",
|
||||
"email": "30809111+acoates-ms@users.noreply.github.com",
|
||||
"dependentChangeType": "patch"
|
||||
}
|
|
@ -5,7 +5,7 @@
|
|||
"excludePatterns": [
|
||||
"src/js/examples-win32/**"
|
||||
],
|
||||
"baseVersion": "0.73.4",
|
||||
"baseVersion": "0.73.6",
|
||||
"overrides": [
|
||||
{
|
||||
"type": "patch",
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
"@types/node": "^18.0.0",
|
||||
"eslint": "^8.19.0",
|
||||
"just-scripts": "^1.3.3",
|
||||
"react-native": "0.73.4",
|
||||
"react-native": "0.73.6",
|
||||
"react-native-platform-override": "^1.9.16",
|
||||
"typescript": "^4.9.5"
|
||||
},
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
"**/__snapshots__/**",
|
||||
"src/rntypes/**"
|
||||
],
|
||||
"baseVersion": "0.73.4",
|
||||
"baseVersion": "0.73.6",
|
||||
"overrides": [
|
||||
{
|
||||
"type": "derived",
|
||||
|
|
|
@ -26,12 +26,12 @@
|
|||
"dependencies": {
|
||||
"@babel/runtime": "^7.0.0",
|
||||
"@jest/create-cache-key-function": "^29.6.3",
|
||||
"@react-native-community/cli": "12.3.2",
|
||||
"@react-native-community/cli-platform-android": "12.3.2",
|
||||
"@react-native-community/cli-platform-ios": "12.3.2",
|
||||
"@react-native-community/cli": "12.3.6",
|
||||
"@react-native-community/cli-platform-android": "12.3.6",
|
||||
"@react-native-community/cli-platform-ios": "12.3.6",
|
||||
"@react-native/assets-registry": "0.73.1",
|
||||
"@react-native/codegen": "0.73.3",
|
||||
"@react-native/community-cli-plugin": "0.73.16",
|
||||
"@react-native/community-cli-plugin": "0.73.17",
|
||||
"@react-native/gradle-plugin": "0.73.4",
|
||||
"@react-native/js-polyfills": "0.73.1",
|
||||
"@react-native/metro-config": "^0.73.0",
|
||||
|
@ -85,7 +85,7 @@
|
|||
"just-scripts": "^1.3.3",
|
||||
"prettier": "^2.4.1",
|
||||
"react": "18.2.0",
|
||||
"react-native": "0.73.4",
|
||||
"react-native": "0.73.6",
|
||||
"react-native-platform-override": "^1.9.16",
|
||||
"typescript": "^4.9.5"
|
||||
},
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
"just-scripts": "^1.3.2",
|
||||
"prettier": "^2.4.1",
|
||||
"react": "18.2.0",
|
||||
"react-native": "0.73.4",
|
||||
"react-native": "0.73.6",
|
||||
"react-native-windows": "0.73.10",
|
||||
"typescript": "^4.9.5"
|
||||
},
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"excludePatterns": [
|
||||
"src/js/examples-win/**"
|
||||
],
|
||||
"baseVersion": "0.73.4",
|
||||
"baseVersion": "0.73.6",
|
||||
"overrides": [
|
||||
{
|
||||
"type": "patch",
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
"@types/node": "^18.0.0",
|
||||
"eslint": "^8.19.0",
|
||||
"just-scripts": "^1.3.3",
|
||||
"react-native": "0.73.4",
|
||||
"react-native": "0.73.6",
|
||||
"react-native-platform-override": "^1.9.16",
|
||||
"react-native-windows": "0.73.10",
|
||||
"typescript": "^4.9.5"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"baseVersion": "0.73.4",
|
||||
"baseVersion": "0.73.6",
|
||||
"overrides": [
|
||||
{
|
||||
"type": "patch",
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"baseVersion": "0.73.4",
|
||||
"baseVersion": "0.73.6",
|
||||
"overrides": [
|
||||
{
|
||||
"type": "copy",
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
"@typescript-eslint/eslint-plugin": "^5.21.0",
|
||||
"@typescript-eslint/parser": "^5.21.0",
|
||||
"react": "18.2.0",
|
||||
"react-native": "0.73.4",
|
||||
"react-native": "0.73.6",
|
||||
"react-native-windows": "0.73.10"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
"@typescript-eslint/eslint-plugin": "^5.21.0",
|
||||
"@typescript-eslint/parser": "^5.21.0",
|
||||
"react": "18.2.0",
|
||||
"react-native": "0.73.4",
|
||||
"react-native": "0.73.6",
|
||||
"react-native-windows": "0.73.10",
|
||||
"react-native-xaml": "^0.0.76"
|
||||
},
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
"@typescript-eslint/parser": "^5.21.0",
|
||||
"chai": "^4.2.0",
|
||||
"react": "18.2.0",
|
||||
"react-native": "0.73.4",
|
||||
"react-native": "0.73.6",
|
||||
"react-native-windows": "0.73.10"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
"@typescript-eslint/eslint-plugin": "^5.21.0",
|
||||
"@typescript-eslint/parser": "^5.21.0",
|
||||
"react": "18.2.0",
|
||||
"react-native": "0.73.4",
|
||||
"react-native": "0.73.6",
|
||||
"react-native-windows": "0.73.10"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
"@typescript-eslint/eslint-plugin": "^5.30.5",
|
||||
"@typescript-eslint/parser": "^5.57.1",
|
||||
"react": "18.2.0",
|
||||
"react-native": "0.73.4",
|
||||
"react-native": "0.73.6",
|
||||
"react-native-windows": "0.73.10"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
"**/__snapshots__/**",
|
||||
"src/rntypes/**"
|
||||
],
|
||||
"baseVersion": "0.73.4",
|
||||
"baseVersion": "0.73.6",
|
||||
"overrides": [
|
||||
{
|
||||
"type": "derived",
|
||||
|
|
|
@ -23,13 +23,13 @@
|
|||
"dependencies": {
|
||||
"@babel/runtime": "^7.0.0",
|
||||
"@jest/create-cache-key-function": "^29.6.3",
|
||||
"@react-native-community/cli": "12.3.2",
|
||||
"@react-native-community/cli-platform-android": "12.3.2",
|
||||
"@react-native-community/cli-platform-ios": "12.3.2",
|
||||
"@react-native-community/cli": "12.3.6",
|
||||
"@react-native-community/cli-platform-android": "12.3.6",
|
||||
"@react-native-community/cli-platform-ios": "12.3.6",
|
||||
"@react-native-windows/cli": "0.73.2",
|
||||
"@react-native/assets-registry": "0.73.1",
|
||||
"@react-native/codegen": "0.73.3",
|
||||
"@react-native/community-cli-plugin": "0.73.16",
|
||||
"@react-native/community-cli-plugin": "0.73.17",
|
||||
"@react-native/gradle-plugin": "0.73.4",
|
||||
"@react-native/js-polyfills": "0.73.1",
|
||||
"@react-native/normalize-colors": "0.73.2",
|
||||
|
@ -81,7 +81,7 @@
|
|||
"just-scripts": "^1.3.3",
|
||||
"prettier": "^2.4.1",
|
||||
"react": "18.2.0",
|
||||
"react-native": "0.73.4",
|
||||
"react-native": "0.73.6",
|
||||
"react-native-platform-override": "^1.9.16",
|
||||
"react-refresh": "^0.4.0",
|
||||
"typescript": "^4.9.5"
|
||||
|
|
199
yarn.lock
199
yarn.lock
|
@ -2025,12 +2025,12 @@
|
|||
optionalDependencies:
|
||||
npmlog "2 || ^3.1.0 || ^4.0.0"
|
||||
|
||||
"@react-native-community/cli-clean@12.3.2":
|
||||
version "12.3.2"
|
||||
resolved "https://registry.yarnpkg.com/@react-native-community/cli-clean/-/cli-clean-12.3.2.tgz#d4f1730c3d22d816b4d513d330d5f3896a3f5921"
|
||||
integrity sha512-90k2hCX0ddSFPT7EN7h5SZj0XZPXP0+y/++v262hssoey3nhurwF57NGWN0XAR0o9BSW7+mBfeInfabzDraO6A==
|
||||
"@react-native-community/cli-clean@12.3.6":
|
||||
version "12.3.6"
|
||||
resolved "https://registry.yarnpkg.com/@react-native-community/cli-clean/-/cli-clean-12.3.6.tgz#e8a7910bebc97266fd5068649013a03958021fc4"
|
||||
integrity sha512-gUU29ep8xM0BbnZjwz9MyID74KKwutq9x5iv4BCr2im6nly4UMf1B1D+V225wR7VcDGzbgWjaezsJShLLhC5ig==
|
||||
dependencies:
|
||||
"@react-native-community/cli-tools" "12.3.2"
|
||||
"@react-native-community/cli-tools" "12.3.6"
|
||||
chalk "^4.1.2"
|
||||
execa "^5.0.0"
|
||||
|
||||
|
@ -2046,10 +2046,22 @@
|
|||
glob "^7.1.3"
|
||||
joi "^17.2.1"
|
||||
|
||||
"@react-native-community/cli-debugger-ui@12.3.2":
|
||||
version "12.3.2"
|
||||
resolved "https://registry.yarnpkg.com/@react-native-community/cli-debugger-ui/-/cli-debugger-ui-12.3.2.tgz#b2743876b03e560fbf5ef516e95387fcb6d91630"
|
||||
integrity sha512-nSWQUL+51J682DlfcC1bjkUbQbGvHCC25jpqTwHIjmmVjYCX1uHuhPSqQKgPNdvtfOkrkACxczd7kVMmetxY2Q==
|
||||
"@react-native-community/cli-config@12.3.6":
|
||||
version "12.3.6"
|
||||
resolved "https://registry.yarnpkg.com/@react-native-community/cli-config/-/cli-config-12.3.6.tgz#5f0be68270217908a739c32e3155a0e354773251"
|
||||
integrity sha512-JGWSYQ9EAK6m2v0abXwFLEfsqJ1zkhzZ4CV261QZF9MoUNB6h57a274h1MLQR9mG6Tsh38wBUuNfEPUvS1vYew==
|
||||
dependencies:
|
||||
"@react-native-community/cli-tools" "12.3.6"
|
||||
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@12.3.6":
|
||||
version "12.3.6"
|
||||
resolved "https://registry.yarnpkg.com/@react-native-community/cli-debugger-ui/-/cli-debugger-ui-12.3.6.tgz#418027a1ae76850079684d309a732eb378c7f690"
|
||||
integrity sha512-SjUKKsx5FmcK9G6Pb6UBFT0s9JexVStK5WInmANw75Hm7YokVvHEgtprQDz2Uvy5znX5g2ujzrkIU//T15KQzA==
|
||||
dependencies:
|
||||
serve-static "^1.13.1"
|
||||
|
||||
|
@ -2076,16 +2088,37 @@
|
|||
wcwidth "^1.0.1"
|
||||
yaml "^2.2.1"
|
||||
|
||||
"@react-native-community/cli-hermes@12.3.2":
|
||||
version "12.3.2"
|
||||
resolved "https://registry.yarnpkg.com/@react-native-community/cli-hermes/-/cli-hermes-12.3.2.tgz#5f266985fe32a37e9020e881460e9017870be2e5"
|
||||
integrity sha512-SL6F9O8ghp4ESBFH2YAPLtIN39jdnvGBKnK4FGKpDCjtB3DnUmDsGFlH46S+GGt5M6VzfG2eeKEOKf3pZ6jUzA==
|
||||
"@react-native-community/cli-doctor@12.3.6":
|
||||
version "12.3.6"
|
||||
resolved "https://registry.yarnpkg.com/@react-native-community/cli-doctor/-/cli-doctor-12.3.6.tgz#f68b51bbc6554ff4837269d98e9e405044e6f1b9"
|
||||
integrity sha512-fvBDv2lTthfw4WOQKkdTop2PlE9GtfrlNnpjB818MhcdEnPjfQw5YaTUcnNEGsvGomdCs1MVRMgYXXwPSN6OvQ==
|
||||
dependencies:
|
||||
"@react-native-community/cli-platform-android" "12.3.2"
|
||||
"@react-native-community/cli-tools" "12.3.2"
|
||||
"@react-native-community/cli-config" "12.3.6"
|
||||
"@react-native-community/cli-platform-android" "12.3.6"
|
||||
"@react-native-community/cli-platform-ios" "12.3.6"
|
||||
"@react-native-community/cli-tools" "12.3.6"
|
||||
chalk "^4.1.2"
|
||||
command-exists "^1.2.8"
|
||||
deepmerge "^4.3.0"
|
||||
envinfo "^7.10.0"
|
||||
execa "^5.0.0"
|
||||
hermes-profile-transformer "^0.0.6"
|
||||
node-stream-zip "^1.9.1"
|
||||
ora "^5.4.1"
|
||||
semver "^7.5.2"
|
||||
strip-ansi "^5.2.0"
|
||||
wcwidth "^1.0.1"
|
||||
yaml "^2.2.1"
|
||||
|
||||
"@react-native-community/cli-hermes@12.3.6":
|
||||
version "12.3.6"
|
||||
resolved "https://registry.yarnpkg.com/@react-native-community/cli-hermes/-/cli-hermes-12.3.6.tgz#5ac2c9ee26c69e1ce6b5047ba0f399984a6dea16"
|
||||
integrity sha512-sNGwfOCl8OAIjWCkwuLpP8NZbuO0dhDI/2W7NeOGDzIBsf4/c4MptTrULWtGIH9okVPLSPX0NnRyGQ+mSwWyuQ==
|
||||
dependencies:
|
||||
"@react-native-community/cli-platform-android" "12.3.6"
|
||||
"@react-native-community/cli-tools" "12.3.6"
|
||||
chalk "^4.1.2"
|
||||
hermes-profile-transformer "^0.0.6"
|
||||
ip "^1.1.5"
|
||||
|
||||
"@react-native-community/cli-platform-android@12.3.2":
|
||||
version "12.3.2"
|
||||
|
@ -2099,6 +2132,18 @@
|
|||
glob "^7.1.3"
|
||||
logkitty "^0.7.1"
|
||||
|
||||
"@react-native-community/cli-platform-android@12.3.6":
|
||||
version "12.3.6"
|
||||
resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-android/-/cli-platform-android-12.3.6.tgz#e1103692c659ff0b72ee6f00b7c72578db7376ec"
|
||||
integrity sha512-DeDDAB8lHpuGIAPXeeD9Qu2+/wDTFPo99c8uSW49L0hkmZJixzvvvffbGQAYk32H0TmaI7rzvzH+qzu7z3891g==
|
||||
dependencies:
|
||||
"@react-native-community/cli-tools" "12.3.6"
|
||||
chalk "^4.1.2"
|
||||
execa "^5.0.0"
|
||||
fast-xml-parser "^4.2.4"
|
||||
glob "^7.1.3"
|
||||
logkitty "^0.7.1"
|
||||
|
||||
"@react-native-community/cli-platform-ios@12.3.2":
|
||||
version "12.3.2"
|
||||
resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-ios/-/cli-platform-ios-12.3.2.tgz#07e298f69761424da85909790a43ec60ebfe6097"
|
||||
|
@ -2111,18 +2156,30 @@
|
|||
glob "^7.1.3"
|
||||
ora "^5.4.1"
|
||||
|
||||
"@react-native-community/cli-plugin-metro@12.3.2":
|
||||
version "12.3.2"
|
||||
resolved "https://registry.yarnpkg.com/@react-native-community/cli-plugin-metro/-/cli-plugin-metro-12.3.2.tgz#7db7dc8939b821b9aeebdd5ee3293f3a0201a2ea"
|
||||
integrity sha512-FpFBwu+d2E7KRhYPTkKvQsWb2/JKsJv+t1tcqgQkn+oByhp+qGyXBobFB8/R3yYvRRDCSDhS+atWTJzk9TjM8g==
|
||||
|
||||
"@react-native-community/cli-server-api@12.3.2":
|
||||
version "12.3.2"
|
||||
resolved "https://registry.yarnpkg.com/@react-native-community/cli-server-api/-/cli-server-api-12.3.2.tgz#11df4e20ed72d59cf22adf77bd30aff3d6e70dc9"
|
||||
integrity sha512-iwa7EO9XFA/OjI5pPLLpI/6mFVqv8L73kNck3CNOJIUCCveGXBKK0VMyOkXaf/BYnihgQrXh+x5cxbDbggr7+Q==
|
||||
"@react-native-community/cli-platform-ios@12.3.6":
|
||||
version "12.3.6"
|
||||
resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-ios/-/cli-platform-ios-12.3.6.tgz#e7decb5ee764f5fdc7a6ad1ba5e15de8929d54a5"
|
||||
integrity sha512-3eZ0jMCkKUO58wzPWlvAPRqezVKm9EPZyaPyHbRPWU8qw7JqkvnRlWIaYDGpjCJgVW4k2hKsEursLtYKb188tg==
|
||||
dependencies:
|
||||
"@react-native-community/cli-debugger-ui" "12.3.2"
|
||||
"@react-native-community/cli-tools" "12.3.2"
|
||||
"@react-native-community/cli-tools" "12.3.6"
|
||||
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@12.3.6":
|
||||
version "12.3.6"
|
||||
resolved "https://registry.yarnpkg.com/@react-native-community/cli-plugin-metro/-/cli-plugin-metro-12.3.6.tgz#ae62de18e998478db60a3fe10dc746162c272dbd"
|
||||
integrity sha512-3jxSBQt4fkS+KtHCPSyB5auIT+KKIrPCv9Dk14FbvOaEh9erUWEm/5PZWmtboW1z7CYeNbFMeXm9fM2xwtVOpg==
|
||||
|
||||
"@react-native-community/cli-server-api@12.3.6":
|
||||
version "12.3.6"
|
||||
resolved "https://registry.yarnpkg.com/@react-native-community/cli-server-api/-/cli-server-api-12.3.6.tgz#cd78122954a02d22c7821c365938635b51ddd1bd"
|
||||
integrity sha512-80NIMzo8b2W+PL0Jd7NjiJW9mgaT8Y8wsIT/lh6mAvYH7mK0ecDJUYUTAAv79Tbo1iCGPAr3T295DlVtS8s4yQ==
|
||||
dependencies:
|
||||
"@react-native-community/cli-debugger-ui" "12.3.6"
|
||||
"@react-native-community/cli-tools" "12.3.6"
|
||||
compression "^1.7.1"
|
||||
connect "^3.6.5"
|
||||
errorhandler "^1.5.1"
|
||||
|
@ -2147,6 +2204,22 @@
|
|||
shell-quote "^1.7.3"
|
||||
sudo-prompt "^9.0.0"
|
||||
|
||||
"@react-native-community/cli-tools@12.3.6":
|
||||
version "12.3.6"
|
||||
resolved "https://registry.yarnpkg.com/@react-native-community/cli-tools/-/cli-tools-12.3.6.tgz#c39965982347635dfaf1daa7b3c0133b3bd45e64"
|
||||
integrity sha512-FPEvZn19UTMMXUp/piwKZSh8cMEfO8G3KDtOwo53O347GTcwNrKjgZGtLSPELBX2gr+YlzEft3CoRv2Qmo83fQ==
|
||||
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.3.2":
|
||||
version "12.3.2"
|
||||
resolved "https://registry.yarnpkg.com/@react-native-community/cli-types/-/cli-types-12.3.2.tgz#0551c553c87701faae580097d7786dfff8ec2ef4"
|
||||
|
@ -2154,20 +2227,27 @@
|
|||
dependencies:
|
||||
joi "^17.2.1"
|
||||
|
||||
"@react-native-community/cli@12.3.2":
|
||||
version "12.3.2"
|
||||
resolved "https://registry.yarnpkg.com/@react-native-community/cli/-/cli-12.3.2.tgz#002ae3683b9fe6b0a83a837f41d9db541ea7667f"
|
||||
integrity sha512-WgoUWwLDcf/G1Su2COUUVs3RzAwnV/vUTdISSpAUGgSc57mPabaAoUctKTnfYEhCnE3j02k3VtaVPwCAFRO3TQ==
|
||||
"@react-native-community/cli-types@12.3.6":
|
||||
version "12.3.6"
|
||||
resolved "https://registry.yarnpkg.com/@react-native-community/cli-types/-/cli-types-12.3.6.tgz#239de348800fe1ffba3eb1fe0edbeb9306981e57"
|
||||
integrity sha512-xPqTgcUtZowQ8WKOkI9TLGBwH2bGggOC4d2FFaIRST3gTcjrEeGRNeR5aXCzJFIgItIft8sd7p2oKEdy90+01Q==
|
||||
dependencies:
|
||||
"@react-native-community/cli-clean" "12.3.2"
|
||||
"@react-native-community/cli-config" "12.3.2"
|
||||
"@react-native-community/cli-debugger-ui" "12.3.2"
|
||||
"@react-native-community/cli-doctor" "12.3.2"
|
||||
"@react-native-community/cli-hermes" "12.3.2"
|
||||
"@react-native-community/cli-plugin-metro" "12.3.2"
|
||||
"@react-native-community/cli-server-api" "12.3.2"
|
||||
"@react-native-community/cli-tools" "12.3.2"
|
||||
"@react-native-community/cli-types" "12.3.2"
|
||||
joi "^17.2.1"
|
||||
|
||||
"@react-native-community/cli@12.3.6":
|
||||
version "12.3.6"
|
||||
resolved "https://registry.yarnpkg.com/@react-native-community/cli/-/cli-12.3.6.tgz#7a323b78725b959bb8a31cca1145918263ff3c8d"
|
||||
integrity sha512-647OSi6xBb8FbwFqX9zsJxOzu685AWtrOUWHfOkbKD+5LOpGORw+GQo0F9rWZnB68rLQyfKUZWJeaD00pGv5fw==
|
||||
dependencies:
|
||||
"@react-native-community/cli-clean" "12.3.6"
|
||||
"@react-native-community/cli-config" "12.3.6"
|
||||
"@react-native-community/cli-debugger-ui" "12.3.6"
|
||||
"@react-native-community/cli-doctor" "12.3.6"
|
||||
"@react-native-community/cli-hermes" "12.3.6"
|
||||
"@react-native-community/cli-plugin-metro" "12.3.6"
|
||||
"@react-native-community/cli-server-api" "12.3.6"
|
||||
"@react-native-community/cli-tools" "12.3.6"
|
||||
"@react-native-community/cli-types" "12.3.6"
|
||||
chalk "^4.1.2"
|
||||
commander "^9.4.1"
|
||||
deepmerge "^4.3.0"
|
||||
|
@ -2256,14 +2336,14 @@
|
|||
mkdirp "^0.5.1"
|
||||
nullthrows "^1.1.1"
|
||||
|
||||
"@react-native/community-cli-plugin@0.73.16":
|
||||
version "0.73.16"
|
||||
resolved "https://registry.yarnpkg.com/@react-native/community-cli-plugin/-/community-cli-plugin-0.73.16.tgz#29dca91aa3e24c8cd534dbf3db5766509da92ea3"
|
||||
integrity sha512-eNH3v3qJJF6f0n/Dck90qfC9gVOR4coAXMTdYECO33GfgjTi+73vf/SBqlXw9HICH/RNZYGPM3wca4FRF7TYeQ==
|
||||
"@react-native/community-cli-plugin@0.73.17":
|
||||
version "0.73.17"
|
||||
resolved "https://registry.yarnpkg.com/@react-native/community-cli-plugin/-/community-cli-plugin-0.73.17.tgz#37b381a8b503a3296eaa6727e0c52ea8835add28"
|
||||
integrity sha512-F3PXZkcHg+1ARIr6FRQCQiB7ZAA+MQXGmq051metRscoLvgYJwj7dgC8pvgy0kexzUkHu5BNKrZeySzUft3xuQ==
|
||||
dependencies:
|
||||
"@react-native-community/cli-server-api" "12.3.2"
|
||||
"@react-native-community/cli-tools" "12.3.2"
|
||||
"@react-native/dev-middleware" "0.73.7"
|
||||
"@react-native-community/cli-server-api" "12.3.6"
|
||||
"@react-native-community/cli-tools" "12.3.6"
|
||||
"@react-native/dev-middleware" "0.73.8"
|
||||
"@react-native/metro-babel-transformer" "0.73.15"
|
||||
chalk "^4.0.0"
|
||||
execa "^5.1.1"
|
||||
|
@ -2278,10 +2358,10 @@
|
|||
resolved "https://registry.yarnpkg.com/@react-native/debugger-frontend/-/debugger-frontend-0.73.3.tgz#033757614d2ada994c68a1deae78c1dd2ad33c2b"
|
||||
integrity sha512-RgEKnWuoo54dh7gQhV7kvzKhXZEhpF9LlMdZolyhGxHsBqZ2gXdibfDlfcARFFifPIiaZ3lXuOVVa4ei+uPgTw==
|
||||
|
||||
"@react-native/dev-middleware@0.73.7":
|
||||
version "0.73.7"
|
||||
resolved "https://registry.yarnpkg.com/@react-native/dev-middleware/-/dev-middleware-0.73.7.tgz#61d2bf08973d9a537fa3f2a42deeb13530d721ae"
|
||||
integrity sha512-BZXpn+qKp/dNdr4+TkZxXDttfx8YobDh8MFHsMk9usouLm22pKgFIPkGBV0X8Do4LBkFNPGtrnsKkWk/yuUXKg==
|
||||
"@react-native/dev-middleware@0.73.8":
|
||||
version "0.73.8"
|
||||
resolved "https://registry.yarnpkg.com/@react-native/dev-middleware/-/dev-middleware-0.73.8.tgz#2e43722a00c7b8db753f747f40267cbad6caba4d"
|
||||
integrity sha512-oph4NamCIxkMfUL/fYtSsE+JbGOnrlawfQ0kKtDQ5xbOjPKotKoXqrs1eGwozNKv7FfQ393stk1by9a6DyASSg==
|
||||
dependencies:
|
||||
"@isaacs/ttlcache" "^1.4.1"
|
||||
"@react-native/debugger-frontend" "0.73.3"
|
||||
|
@ -2293,6 +2373,7 @@
|
|||
open "^7.0.3"
|
||||
serve-static "^1.13.1"
|
||||
temp-dir "^2.0.0"
|
||||
ws "^6.2.2"
|
||||
|
||||
"@react-native/eslint-config@^0.73.0":
|
||||
version "0.73.0"
|
||||
|
@ -9884,18 +9965,18 @@ react-native-xaml@^0.0.76:
|
|||
"@types/react-native" "*"
|
||||
typescript "^4.4.3"
|
||||
|
||||
react-native@0.73.4:
|
||||
version "0.73.4"
|
||||
resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.73.4.tgz#81e07d4e7b6308c4649d5fa24038c0e87b17f2e1"
|
||||
integrity sha512-VtS+Yr6OOTIuJGDECIYWzNU8QpJjASQYvMtfa/Hvm/2/h5GdB6W9H9TOmh13x07Lj4AOhNMx3XSsz6TdrO4jIg==
|
||||
react-native@0.73.6:
|
||||
version "0.73.6"
|
||||
resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.73.6.tgz#ed4c675e205a34bd62c4ce8b9bd1ca5c85126d5b"
|
||||
integrity sha512-oqmZe8D2/VolIzSPZw+oUd6j/bEmeRHwsLn1xLA5wllEYsZ5zNuMsDus235ONOnCRwexqof/J3aztyQswSmiaA==
|
||||
dependencies:
|
||||
"@jest/create-cache-key-function" "^29.6.3"
|
||||
"@react-native-community/cli" "12.3.2"
|
||||
"@react-native-community/cli-platform-android" "12.3.2"
|
||||
"@react-native-community/cli-platform-ios" "12.3.2"
|
||||
"@react-native-community/cli" "12.3.6"
|
||||
"@react-native-community/cli-platform-android" "12.3.6"
|
||||
"@react-native-community/cli-platform-ios" "12.3.6"
|
||||
"@react-native/assets-registry" "0.73.1"
|
||||
"@react-native/codegen" "0.73.3"
|
||||
"@react-native/community-cli-plugin" "0.73.16"
|
||||
"@react-native/community-cli-plugin" "0.73.17"
|
||||
"@react-native/gradle-plugin" "0.73.4"
|
||||
"@react-native/js-polyfills" "0.73.1"
|
||||
"@react-native/normalize-colors" "0.73.2"
|
||||
|
|
Загрузка…
Ссылка в новой задаче