Skip to content

Commit 7ffffa8

Browse files
committed
fix(deps): update dependency react-native to v0.66.4
1 parent 154af23 commit 7ffffa8

4 files changed

Lines changed: 40 additions & 3 deletions

File tree

example/base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"@uiw/react-native": "3.0.3",
1414
"react": "17.0.2",
15-
"react-native": "0.66.1",
15+
"react-native": "0.66.4",
1616
"react-native-svg": "12.1.1"
1717
},
1818
"devDependencies": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"fs-extra": "10.0.0",
3535
"metro-react-native-babel-preset": "0.66.2",
3636
"react": "17.0.2",
37-
"react-native": "0.66.1"
37+
"react-native": "0.66.4"
3838
},
3939
"dependencies": {
4040
"husky": "7.0.4",

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@uiw/reset.css": "1.0.5",
2323
"react": "17.0.2",
2424
"react-dom": "17.0.2",
25-
"react-native": "0.66.1",
25+
"react-native": "0.66.4",
2626
"react-native-web": "0.17.5",
2727
"react-redux": "7.2.6",
2828
"react-router-dom": "6.0.2",

yarn.lock

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15500,6 +15500,43 @@ react-native@0.66.1:
1550015500
whatwg-fetch "^3.0.0"
1550115501
ws "^6.1.4"
1550215502

15503+
react-native@0.66.4:
15504+
version "0.66.4"
15505+
resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.66.4.tgz#bf89a5fb18bd23046d889fb4de4ea2822a4d7805"
15506+
integrity sha512-9vx5dlSfQlKbbDtr8+xMon6qsmSu7jvjdXWZpEKh3XVKpUidbbODv7048gwVKX8YAel1egeR7hN8vzSeI6ssTw==
15507+
dependencies:
15508+
"@jest/create-cache-key-function" "^27.0.1"
15509+
"@react-native-community/cli" "^6.0.0"
15510+
"@react-native-community/cli-platform-android" "^6.0.0"
15511+
"@react-native-community/cli-platform-ios" "^6.0.0"
15512+
"@react-native/assets" "1.0.0"
15513+
"@react-native/normalize-color" "1.0.0"
15514+
"@react-native/polyfills" "2.0.0"
15515+
abort-controller "^3.0.0"
15516+
anser "^1.4.9"
15517+
base64-js "^1.1.2"
15518+
event-target-shim "^5.0.1"
15519+
hermes-engine "~0.9.0"
15520+
invariant "^2.2.4"
15521+
jsc-android "^250230.2.1"
15522+
metro-babel-register "0.66.2"
15523+
metro-react-native-babel-transformer "0.66.2"
15524+
metro-runtime "0.66.2"
15525+
metro-source-map "0.66.2"
15526+
nullthrows "^1.1.1"
15527+
pretty-format "^26.5.2"
15528+
promise "^8.0.3"
15529+
prop-types "^15.7.2"
15530+
react-devtools-core "^4.13.0"
15531+
react-native-codegen "^0.0.7"
15532+
react-refresh "^0.4.0"
15533+
regenerator-runtime "^0.13.2"
15534+
scheduler "^0.20.2"
15535+
stacktrace-parser "^0.1.3"
15536+
use-subscription "^1.0.0"
15537+
whatwg-fetch "^3.0.0"
15538+
ws "^6.1.4"
15539+
1550315540
react-proxy@^1.1.7:
1550415541
version "1.1.8"
1550515542
resolved "https://registry.yarnpkg.com/react-proxy/-/react-proxy-1.1.8.tgz#9dbfd9d927528c3aa9f444e4558c37830ab8c26a"

0 commit comments

Comments
 (0)