Skip to content

Commit 09ef0ae

Browse files
chore(deps-dev): bump react-native from 0.70.3 to 0.70.4 (#1201)
Bumps [react-native](https://github.com/facebook/react-native) from 0.70.3 to 0.70.4. - [Release notes](https://github.com/facebook/react-native/releases) - [Changelog](https://github.com/facebook/react-native/blob/main/CHANGELOG.md) - [Commits](facebook/react-native@v0.70.3...v0.70.4) --- updated-dependencies: - dependency-name: react-native dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4567862 commit 09ef0ae

File tree

2 files changed

+79
-79
lines changed

2 files changed

+79
-79
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"flow-copy-source": "^2.0.9",
5050
"jest": "^29.0.3",
5151
"react": "18.1.0",
52-
"react-native": "0.70.3",
52+
"react-native": "0.70.4",
5353
"react-test-renderer": "18.1.0",
5454
"strip-ansi": "^6.0.0",
5555
"typescript": "^4.0.2"

yarn.lock

Lines changed: 78 additions & 78 deletions
Original file line numberDiff line numberDiff line change
@@ -1290,12 +1290,12 @@
12901290
slash "^3.0.0"
12911291
strip-ansi "^6.0.0"
12921292

1293-
"@jest/create-cache-key-function@^27.0.1":
1294-
version "27.2.5"
1295-
resolved "https://registry.yarnpkg.com/@jest/create-cache-key-function/-/create-cache-key-function-27.2.5.tgz#7ae71360c66d9cd0f29da2fbf10efdea7147962c"
1296-
integrity sha512-QoZk3Cq/EcEY3yZf5zkpqexoCzDfvj6MFzOlvLBrg1O7JWwTkKjpNOEDarxVILVcxMLZfxHURWnki78o7l8F0A==
1293+
"@jest/create-cache-key-function@^29.0.3":
1294+
version "29.2.1"
1295+
resolved "https://registry.yarnpkg.com/@jest/create-cache-key-function/-/create-cache-key-function-29.2.1.tgz#5f168051001ffea318b720cd6062daaf0b074913"
1296+
integrity sha512-///wxGQUyP0GCr3L1OcqIzhsKvN2gOyqWsRxs56XGCdD8EEuoKg857G9nC+zcWIpIsG+3J5UnEbhe3LJw8CNmQ==
12971297
dependencies:
1298-
"@jest/types" "^27.2.5"
1298+
"@jest/types" "^29.2.1"
12991299

13001300
"@jest/environment@^29.2.1":
13011301
version "29.2.1"
@@ -1449,7 +1449,7 @@
14491449
"@types/yargs" "^15.0.0"
14501450
chalk "^4.0.0"
14511451

1452-
"@jest/types@^27.2.5", "@jest/types@^27.5.1":
1452+
"@jest/types@^27.5.1":
14531453
version "27.5.1"
14541454
resolved "https://registry.yarnpkg.com/@jest/types/-/types-27.5.1.tgz#3c79ec4a8ba61c170bf937bcf9e98a9df175ec80"
14551455
integrity sha512-Cx46iJ9QpwQTjIdq5VJu2QTMMs3QlEjI0x1QbBP5W1+nMzyc2XmimiRR/CbX9TO0cPTeUlxWMOu8mslYsJ8DEw==
@@ -1535,22 +1535,22 @@
15351535
"@nodelib/fs.scandir" "2.1.5"
15361536
fastq "^1.6.0"
15371537

1538-
"@react-native-community/cli-clean@^9.1.0":
1539-
version "9.1.0"
1540-
resolved "https://registry.yarnpkg.com/@react-native-community/cli-clean/-/cli-clean-9.1.0.tgz#8d6c3591dbaa52a02bf345dcd79c3a997df6ade5"
1541-
integrity sha512-3HznNw8EBQtLsVyV8b8+h76M9EeJcJgYn5wZVGQ5mghAOhqnSWVbwRvpDdb8ITXaiTIXFGNOxXnGKMXsu0CYTw==
1538+
"@react-native-community/cli-clean@^9.2.1":
1539+
version "9.2.1"
1540+
resolved "https://registry.yarnpkg.com/@react-native-community/cli-clean/-/cli-clean-9.2.1.tgz#198c5dd39c432efb5374582073065ff75d67d018"
1541+
integrity sha512-dyNWFrqRe31UEvNO+OFWmQ4hmqA07bR9Ief/6NnGwx67IO9q83D5PEAf/o96ML6jhSbDwCmpPKhPwwBbsyM3mQ==
15421542
dependencies:
1543-
"@react-native-community/cli-tools" "^9.1.0"
1543+
"@react-native-community/cli-tools" "^9.2.1"
15441544
chalk "^4.1.2"
15451545
execa "^1.0.0"
15461546
prompts "^2.4.0"
15471547

1548-
"@react-native-community/cli-config@^9.1.0":
1549-
version "9.1.0"
1550-
resolved "https://registry.yarnpkg.com/@react-native-community/cli-config/-/cli-config-9.1.0.tgz#f5775b920742672e222e531c04ed3075a6465cf9"
1551-
integrity sha512-6G9d5weedQ6EMz37ZYXrFHCU2DG3yqvdLs4Jo2383cSxal+oO+kggaTgqLBKoMETz/S80KsMeC/l+MoRjc1pzw==
1548+
"@react-native-community/cli-config@^9.2.1":
1549+
version "9.2.1"
1550+
resolved "https://registry.yarnpkg.com/@react-native-community/cli-config/-/cli-config-9.2.1.tgz#54eb026d53621ccf3a9df8b189ac24f6e56b8750"
1551+
integrity sha512-gHJlBBXUgDN9vrr3aWkRqnYrPXZLztBDQoY97Mm5Yo6MidsEpYo2JIP6FH4N/N2p1TdjxJL4EFtdd/mBpiR2MQ==
15521552
dependencies:
1553-
"@react-native-community/cli-tools" "^9.1.0"
1553+
"@react-native-community/cli-tools" "^9.2.1"
15541554
cosmiconfig "^5.1.0"
15551555
deepmerge "^3.2.0"
15561556
glob "^7.1.3"
@@ -1563,14 +1563,14 @@
15631563
dependencies:
15641564
serve-static "^1.13.1"
15651565

1566-
"@react-native-community/cli-doctor@^9.1.2":
1567-
version "9.1.2"
1568-
resolved "https://registry.yarnpkg.com/@react-native-community/cli-doctor/-/cli-doctor-9.1.2.tgz#b82e5b709e2829d0fd3bbdd8f9d531b2886a0afe"
1569-
integrity sha512-BmacbikyaxR4s54kq17LE0bBK7g8bcjc679ee36DqkX+Xij2VHHynLzTpuDJ8y6iHI2v13vauEMjnh4j612u5w==
1566+
"@react-native-community/cli-doctor@^9.2.1":
1567+
version "9.2.1"
1568+
resolved "https://registry.yarnpkg.com/@react-native-community/cli-doctor/-/cli-doctor-9.2.1.tgz#04859a93f0ea87d78cc7050362b6ce2b1c54fd36"
1569+
integrity sha512-RpUax0pkKumXJ5hcRG0Qd+oYWsA2RFeMWKY+Npg8q05Cwd1rqDQfWGprkHC576vz26+FPuvwEagoAf6fR2bvJA==
15701570
dependencies:
1571-
"@react-native-community/cli-config" "^9.1.0"
1572-
"@react-native-community/cli-platform-ios" "^9.1.2"
1573-
"@react-native-community/cli-tools" "^9.1.0"
1571+
"@react-native-community/cli-config" "^9.2.1"
1572+
"@react-native-community/cli-platform-ios" "^9.2.1"
1573+
"@react-native-community/cli-tools" "^9.2.1"
15741574
chalk "^4.1.2"
15751575
command-exists "^1.2.8"
15761576
envinfo "^7.7.2"
@@ -1585,48 +1585,48 @@
15851585
sudo-prompt "^9.0.0"
15861586
wcwidth "^1.0.1"
15871587

1588-
"@react-native-community/cli-hermes@^9.1.0":
1589-
version "9.1.0"
1590-
resolved "https://registry.yarnpkg.com/@react-native-community/cli-hermes/-/cli-hermes-9.1.0.tgz#7e98f89767401dcf0be8c6fc8e36228557244014"
1591-
integrity sha512-Ly4dnlRZZ7FckFfSWnaD5BxszuEe9/WcJ6A7srW5UobqnnmEznDv1IY0oBTq1ggnmzIquM9dJQZ0UbcZeQjkoA==
1588+
"@react-native-community/cli-hermes@^9.2.1":
1589+
version "9.2.1"
1590+
resolved "https://registry.yarnpkg.com/@react-native-community/cli-hermes/-/cli-hermes-9.2.1.tgz#c4aeadc4aa2b55cd0dd931a1a1c1909fd426f31a"
1591+
integrity sha512-723/NMb7egXzJrbWT1uEkN2hOpw+OOtWTG2zKJ3j7KKgUd8u/pP+/z5jO8xVrq+eYJEMjDK0FBEo1Xj7maR4Sw==
15921592
dependencies:
1593-
"@react-native-community/cli-platform-android" "^9.1.0"
1594-
"@react-native-community/cli-tools" "^9.1.0"
1593+
"@react-native-community/cli-platform-android" "^9.2.1"
1594+
"@react-native-community/cli-tools" "^9.2.1"
15951595
chalk "^4.1.2"
15961596
hermes-profile-transformer "^0.0.6"
15971597
ip "^1.1.5"
15981598

1599-
"@react-native-community/cli-platform-android@9.1.0", "@react-native-community/cli-platform-android@^9.1.0":
1600-
version "9.1.0"
1601-
resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-android/-/cli-platform-android-9.1.0.tgz#3f80c202196c3874b86395b7f3f5fc13093d2d9e"
1602-
integrity sha512-OZ/Krq0wH6T7LuAvwFdJYe47RrHG8IOcoab47H4QQdYGTmJgTS3SlVkr6gn79pZyBGyp7xVizD30QJrIIyDjnw==
1599+
"@react-native-community/cli-platform-android@9.2.1", "@react-native-community/cli-platform-android@^9.2.1":
1600+
version "9.2.1"
1601+
resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-android/-/cli-platform-android-9.2.1.tgz#cd73cb6bbaeb478cafbed10bd12dfc01b484d488"
1602+
integrity sha512-VamCZ8nido3Q3Orhj6pBIx48itORNPLJ7iTfy3nucD1qISEDih3DOzCaQCtmqdEBgUkNkNl0O+cKgq5A3th3Zg==
16031603
dependencies:
1604-
"@react-native-community/cli-tools" "^9.1.0"
1604+
"@react-native-community/cli-tools" "^9.2.1"
16051605
chalk "^4.1.2"
16061606
execa "^1.0.0"
16071607
fs-extra "^8.1.0"
16081608
glob "^7.1.3"
16091609
logkitty "^0.7.1"
16101610
slash "^3.0.0"
16111611

1612-
"@react-native-community/cli-platform-ios@9.1.2", "@react-native-community/cli-platform-ios@^9.1.2":
1613-
version "9.1.2"
1614-
resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-ios/-/cli-platform-ios-9.1.2.tgz#fd59b2aadee8d54317f204b3c640767dca5e6225"
1615-
integrity sha512-XpgA9ymm76yjvtYPByqFF1LP7eM/lH5K3zpkZkV9MJLStOIo3mrzN2ywRDZ/xVOheh5LafS4YMmrjIajf11oIQ==
1612+
"@react-native-community/cli-platform-ios@9.2.1", "@react-native-community/cli-platform-ios@^9.2.1":
1613+
version "9.2.1"
1614+
resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-ios/-/cli-platform-ios-9.2.1.tgz#d90740472216ffae5527dfc5f49063ede18a621f"
1615+
integrity sha512-dEgvkI6CFgPk3vs8IOR0toKVUjIFwe4AsXFvWWJL5qhrIzW9E5Owi0zPkSvzXsMlfYMbVX0COfVIK539ZxguSg==
16161616
dependencies:
1617-
"@react-native-community/cli-tools" "^9.1.0"
1617+
"@react-native-community/cli-tools" "^9.2.1"
16181618
chalk "^4.1.2"
16191619
execa "^1.0.0"
16201620
glob "^7.1.3"
16211621
ora "^5.4.1"
16221622

1623-
"@react-native-community/cli-plugin-metro@^9.1.3":
1624-
version "9.1.3"
1625-
resolved "https://registry.yarnpkg.com/@react-native-community/cli-plugin-metro/-/cli-plugin-metro-9.1.3.tgz#3c701110dadded44cc2dcbd7067dcbf35a669779"
1626-
integrity sha512-eLZiGIMybNwkbfKRd8wfNP1u5pnsGYLD3YHlNQyRlfS7AMG7NCQN8bk2uWWJJmWAv632KFLConwJGcLhk6ZNMQ==
1623+
"@react-native-community/cli-plugin-metro@^9.2.1":
1624+
version "9.2.1"
1625+
resolved "https://registry.yarnpkg.com/@react-native-community/cli-plugin-metro/-/cli-plugin-metro-9.2.1.tgz#0ec207e78338e0cc0a3cbe1b43059c24afc66158"
1626+
integrity sha512-byBGBH6jDfUvcHGFA45W/sDwMlliv7flJ8Ns9foCh3VsIeYYPoDjjK7SawE9cPqRdMAD4SY7EVwqJnOtRbwLiQ==
16271627
dependencies:
1628-
"@react-native-community/cli-server-api" "^9.1.0"
1629-
"@react-native-community/cli-tools" "^9.1.0"
1628+
"@react-native-community/cli-server-api" "^9.2.1"
1629+
"@react-native-community/cli-tools" "^9.2.1"
16301630
chalk "^4.1.2"
16311631
metro "0.72.3"
16321632
metro-config "0.72.3"
@@ -1636,13 +1636,13 @@
16361636
metro-runtime "0.72.3"
16371637
readline "^1.3.0"
16381638

1639-
"@react-native-community/cli-server-api@^9.1.0":
1640-
version "9.1.0"
1641-
resolved "https://registry.yarnpkg.com/@react-native-community/cli-server-api/-/cli-server-api-9.1.0.tgz#efe04975ea6ea24f86a16d207288e8ac581e6509"
1642-
integrity sha512-Xf3hUqUc99hVmWOsmfNqUQ+sxhut9MIHlINzlo7Azxlmg9v9U/vtwJVJSIPD6iwPzvaPH1qeshzwy/r0GUR7fg==
1639+
"@react-native-community/cli-server-api@^9.2.1":
1640+
version "9.2.1"
1641+
resolved "https://registry.yarnpkg.com/@react-native-community/cli-server-api/-/cli-server-api-9.2.1.tgz#41ac5916b21d324bccef447f75600c03b2f54fbe"
1642+
integrity sha512-EI+9MUxEbWBQhWw2PkhejXfkcRqPl+58+whlXJvKHiiUd7oVbewFs0uLW0yZffUutt4FGx6Uh88JWEgwOzAdkw==
16431643
dependencies:
16441644
"@react-native-community/cli-debugger-ui" "^9.0.0"
1645-
"@react-native-community/cli-tools" "^9.1.0"
1645+
"@react-native-community/cli-tools" "^9.2.1"
16461646
compression "^1.7.1"
16471647
connect "^3.6.5"
16481648
errorhandler "^1.5.0"
@@ -1651,10 +1651,10 @@
16511651
serve-static "^1.13.1"
16521652
ws "^7.5.1"
16531653

1654-
"@react-native-community/cli-tools@^9.1.0":
1655-
version "9.1.0"
1656-
resolved "https://registry.yarnpkg.com/@react-native-community/cli-tools/-/cli-tools-9.1.0.tgz#81daf5c2aab2f7d681bb4a6a34246f043ef567c4"
1657-
integrity sha512-07Z1hyy4cYty84P9cGq+Xf8Vb0S/0ffxLVdVQEMmLjU71sC9YTUv1anJdZyt6f9uUPvA9+e/YIXw5Bu0rvuXIw==
1654+
"@react-native-community/cli-tools@^9.2.1":
1655+
version "9.2.1"
1656+
resolved "https://registry.yarnpkg.com/@react-native-community/cli-tools/-/cli-tools-9.2.1.tgz#c332324b1ea99f9efdc3643649bce968aa98191c"
1657+
integrity sha512-bHmL/wrKmBphz25eMtoJQgwwmeCylbPxqFJnFSbkqJPXQz3ManQ6q/gVVMqFyz7D3v+riaus/VXz3sEDa97uiQ==
16581658
dependencies:
16591659
appdirsjs "^1.2.4"
16601660
chalk "^4.1.2"
@@ -1673,19 +1673,19 @@
16731673
dependencies:
16741674
joi "^17.2.1"
16751675

1676-
"@react-native-community/cli@9.1.3":
1677-
version "9.1.3"
1678-
resolved "https://registry.yarnpkg.com/@react-native-community/cli/-/cli-9.1.3.tgz#abe5e406214edb2ca828c51fbdaed7baf776298c"
1679-
integrity sha512-dfiBxNvqSwxkMduH0eAEJNS+LBbwxm1rOlTO7bN+FZvUwZNCCgIYrixfRo+ifqDUv8N5AbpQB5umnLbs0AjPaA==
1676+
"@react-native-community/cli@9.2.1":
1677+
version "9.2.1"
1678+
resolved "https://registry.yarnpkg.com/@react-native-community/cli/-/cli-9.2.1.tgz#15cc32531fc323d4232d57b1f2d7c571816305ac"
1679+
integrity sha512-feMYS5WXXKF4TSWnCXozHxtWq36smyhGaENXlkiRESfYZ1mnCUlPfOanNCAvNvBqdyh9d4o0HxhYKX1g9l6DCQ==
16801680
dependencies:
1681-
"@react-native-community/cli-clean" "^9.1.0"
1682-
"@react-native-community/cli-config" "^9.1.0"
1681+
"@react-native-community/cli-clean" "^9.2.1"
1682+
"@react-native-community/cli-config" "^9.2.1"
16831683
"@react-native-community/cli-debugger-ui" "^9.0.0"
1684-
"@react-native-community/cli-doctor" "^9.1.2"
1685-
"@react-native-community/cli-hermes" "^9.1.0"
1686-
"@react-native-community/cli-plugin-metro" "^9.1.3"
1687-
"@react-native-community/cli-server-api" "^9.1.0"
1688-
"@react-native-community/cli-tools" "^9.1.0"
1684+
"@react-native-community/cli-doctor" "^9.2.1"
1685+
"@react-native-community/cli-hermes" "^9.2.1"
1686+
"@react-native-community/cli-plugin-metro" "^9.2.1"
1687+
"@react-native-community/cli-server-api" "^9.2.1"
1688+
"@react-native-community/cli-tools" "^9.2.1"
16891689
"@react-native-community/cli-types" "^9.1.0"
16901690
chalk "^4.1.2"
16911691
commander "^9.4.0"
@@ -6620,10 +6620,10 @@ react-is@^17.0.1:
66206620
resolved "https://registry.yarnpkg.com/react-is/-/react-is-17.0.2.tgz#e691d4a8e9c789365655539ab372762b0efb54f0"
66216621
integrity sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==
66226622

6623-
react-native-codegen@^0.70.5:
6624-
version "0.70.5"
6625-
resolved "https://registry.yarnpkg.com/react-native-codegen/-/react-native-codegen-0.70.5.tgz#afcfec394fc9357d870452eace5c7550e6ac403f"
6626-
integrity sha512-vXqgCWWIWlzsCtwD6hbmwmCleGNJYm+n4xO9VMfzzlF3xt9gjC7/USSMTf/YZlCK/hDwQU412QrNS6A9OH+mag==
6623+
react-native-codegen@^0.70.6:
6624+
version "0.70.6"
6625+
resolved "https://registry.yarnpkg.com/react-native-codegen/-/react-native-codegen-0.70.6.tgz#2ce17d1faad02ad4562345f8ee7cbe6397eda5cb"
6626+
integrity sha512-kdwIhH2hi+cFnG5Nb8Ji2JwmcCxnaOOo9440ov7XDzSvGfmUStnCzl+MCW8jLjqHcE4icT7N9y+xx4f50vfBTw==
66276627
dependencies:
66286628
"@babel/parser" "^7.14.0"
66296629
flow-parser "^0.121.0"
@@ -6635,15 +6635,15 @@ react-native-gradle-plugin@^0.70.3:
66356635
resolved "https://registry.yarnpkg.com/react-native-gradle-plugin/-/react-native-gradle-plugin-0.70.3.tgz#cbcf0619cbfbddaa9128701aa2d7b4145f9c4fc8"
66366636
integrity sha512-oOanj84fJEXUg9FoEAQomA8ISG+DVIrTZ3qF7m69VQUJyOGYyDZmPqKcjvRku4KXlEH6hWO9i4ACLzNBh8gC0A==
66376637

6638-
react-native@0.70.3:
6639-
version "0.70.3"
6640-
resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.70.3.tgz#a5315ce14dd3f51f9ef97827af5b0a470ade1d9c"
6641-
integrity sha512-EiJxOonyvpSWa3Eik7a6YAD6QU8lK2W9M/DDdYlpWmIlGLCd5110rIpEZjxttsyrohxlRJAYRgJ9Tx2mMXqtfw==
6638+
react-native@0.70.4:
6639+
version "0.70.4"
6640+
resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.70.4.tgz#f2a3a7996431a47a45ce1f5097352c5721417516"
6641+
integrity sha512-1e4jWotS20AJ/4lGVkZQs2wE0PvCpIRmPQEQ1FyH7wdyuewFFIxbUHqy6vAj1JWVFfAzbDakOQofrIkkHWLqNA==
66426642
dependencies:
6643-
"@jest/create-cache-key-function" "^27.0.1"
6644-
"@react-native-community/cli" "9.1.3"
6645-
"@react-native-community/cli-platform-android" "9.1.0"
6646-
"@react-native-community/cli-platform-ios" "9.1.2"
6643+
"@jest/create-cache-key-function" "^29.0.3"
6644+
"@react-native-community/cli" "9.2.1"
6645+
"@react-native-community/cli-platform-android" "9.2.1"
6646+
"@react-native-community/cli-platform-ios" "9.2.1"
66476647
"@react-native/assets" "1.0.0"
66486648
"@react-native/normalize-color" "2.0.0"
66496649
"@react-native/polyfills" "2.0.0"
@@ -6662,7 +6662,7 @@ react-native@0.70.3:
66626662
pretty-format "^26.5.2"
66636663
promise "^8.0.3"
66646664
react-devtools-core "4.24.0"
6665-
react-native-codegen "^0.70.5"
6665+
react-native-codegen "^0.70.6"
66666666
react-native-gradle-plugin "^0.70.3"
66676667
react-refresh "^0.4.0"
66686668
react-shallow-renderer "^16.15.0"

0 commit comments

Comments
 (0)