Skip to content

Commit 8a6d307

Browse files
committed
fix(deps): update dependency react-native to v0.66.3
1 parent 5540cb7 commit 8a6d307

File tree

4 files changed

+40
-3
lines changed

4 files changed

+40
-3
lines changed

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": "2.11.1",
1414
"react": "17.0.2",
15-
"react-native": "0.66.1",
15+
"react-native": "0.66.3",
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.3",
3838
"@jest/core": "26.6.3"
3939
},
4040
"dependencies": {

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.3",
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
@@ -17200,6 +17200,43 @@ react-native@0.66.1:
1720017200
whatwg-fetch "^3.0.0"
1720117201
ws "^6.1.4"
1720217202

17203+
react-native@0.66.3:
17204+
version "0.66.3"
17205+
resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.66.3.tgz#25c7c4c7d81867326b3eb7a36f0fe6a61fa4104e"
17206+
integrity sha512-B/dQpuvta9YvF5MihDWefoGlTvxzUHK5X5RjdrXHAu/ihTehJXxEA+m6z/tufp1ZUMDjU+tMZK6gnehzCuYfzw==
17207+
dependencies:
17208+
"@jest/create-cache-key-function" "^27.0.1"
17209+
"@react-native-community/cli" "^6.0.0"
17210+
"@react-native-community/cli-platform-android" "^6.0.0"
17211+
"@react-native-community/cli-platform-ios" "^6.0.0"
17212+
"@react-native/assets" "1.0.0"
17213+
"@react-native/normalize-color" "1.0.0"
17214+
"@react-native/polyfills" "2.0.0"
17215+
abort-controller "^3.0.0"
17216+
anser "^1.4.9"
17217+
base64-js "^1.1.2"
17218+
event-target-shim "^5.0.1"
17219+
hermes-engine "~0.9.0"
17220+
invariant "^2.2.4"
17221+
jsc-android "^250230.2.1"
17222+
metro-babel-register "0.66.2"
17223+
metro-react-native-babel-transformer "0.66.2"
17224+
metro-runtime "0.66.2"
17225+
metro-source-map "0.66.2"
17226+
nullthrows "^1.1.1"
17227+
pretty-format "^26.5.2"
17228+
promise "^8.0.3"
17229+
prop-types "^15.7.2"
17230+
react-devtools-core "^4.13.0"
17231+
react-native-codegen "^0.0.7"
17232+
react-refresh "^0.4.0"
17233+
regenerator-runtime "^0.13.2"
17234+
scheduler "^0.20.2"
17235+
stacktrace-parser "^0.1.3"
17236+
use-subscription "^1.0.0"
17237+
whatwg-fetch "^3.0.0"
17238+
ws "^6.1.4"
17239+
1720317240
react-proxy@^1.1.7:
1720417241
version "1.1.8"
1720517242
resolved "https://registry.yarnpkg.com/react-proxy/-/react-proxy-1.1.8.tgz#9dbfd9d927528c3aa9f444e4558c37830ab8c26a"

0 commit comments

Comments
 (0)