Skip to content

Commit 2f1bf6b

Browse files
committed
fix(deps): update dependency react-native to v0.67.3
1 parent a1c2657 commit 2f1bf6b

File tree

4 files changed

+53
-4
lines changed

4 files changed

+53
-4
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": "3.0.3",
1414
"react": "17.0.2",
15-
"react-native": "0.66.1",
15+
"react-native": "0.67.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
@@ -36,7 +36,7 @@
3636
"fs-extra": "10.0.0",
3737
"metro-react-native-babel-preset": "0.66.2",
3838
"react": "17.0.2",
39-
"react-native": "0.66.1"
39+
"react-native": "0.67.3"
4040
},
4141
"dependencies": {
4242
"husky": "7.0.4",

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@uiw/reset.css": "1.0.5",
2121
"react": "17.0.2",
2222
"react-dom": "17.0.2",
23-
"react-native": "0.66.1",
23+
"react-native": "0.67.3",
2424
"react-native-web": "0.17.5",
2525
"react-router-dom": "6.2.1",
2626
"uiw": "4.7.16"

yarn.lock

Lines changed: 50 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3102,6 +3102,11 @@
31023102
resolved "https://registry.yarnpkg.com/@react-native/normalize-color/-/normalize-color-1.0.0.tgz#c52a99d4fe01049102d47dc45d40cbde4f720ab6"
31033103
integrity sha512-xUNRvNmCl3UGCPbbHvfyFMnpvLPoOjDCcp5bT9m2k+TF/ZBklEQwhPZlkrxRx2NhgFh1X3a5uL7mJ7ZR+8G7Qg==
31043104

3105+
"@react-native/normalize-color@2.0.0":
3106+
version "2.0.0"
3107+
resolved "https://registry.yarnpkg.com/@react-native/normalize-color/-/normalize-color-2.0.0.tgz#da955909432474a9a0fe1cbffc66576a0447f567"
3108+
integrity sha512-Wip/xsc5lw8vsBlmY2MO/gFLp3MvuZ2baBZjDeTjjndMgM0h5sxz7AZR62RDPGgstp8Np7JzjvVqVT7tpFZqsw==
3109+
31053110
"@react-native/polyfills@2.0.0":
31063111
version "2.0.0"
31073112
resolved "https://registry.yarnpkg.com/@react-native/polyfills/-/polyfills-2.0.0.tgz#4c40b74655c83982c8cf47530ee7dc13d957b6aa"
@@ -15279,6 +15284,14 @@ react-dev-utils@^12.0.0:
1527915284
strip-ansi "^6.0.1"
1528015285
text-table "^0.2.0"
1528115286

15287+
react-devtools-core@4.19.1:
15288+
version "4.19.1"
15289+
resolved "https://registry.yarnpkg.com/react-devtools-core/-/react-devtools-core-4.19.1.tgz#bc37c2ef2f48f28c6af4c7292be9dca1b63deace"
15290+
integrity sha512-2wJiGffPWK0KggBjVwnTaAk+Z3MSxKInHmdzPTrBh1mAarexsa93Kw+WMX88+XjN+TtYgAiLe9xeTqcO5FfJTw==
15291+
dependencies:
15292+
shell-quote "^1.6.1"
15293+
ws "^7"
15294+
1528215295
react-devtools-core@^4.13.0:
1528315296
version "4.22.1"
1528415297
resolved "https://registry.yarnpkg.com/react-devtools-core/-/react-devtools-core-4.22.1.tgz#b276d42f860bedc373c9b3c0f5f96734318dd453"
@@ -15331,7 +15344,7 @@ react-markdown@7.1.2:
1533115344
unist-util-visit "^4.0.0"
1533215345
vfile "^5.0.0"
1533315346

15334-
react-native-codegen@0.0.8:
15347+
react-native-codegen@0.0.8, react-native-codegen@^0.0.8:
1533515348
version "0.0.8"
1533615349
resolved "https://registry.yarnpkg.com/react-native-codegen/-/react-native-codegen-0.0.8.tgz#b7796a54074139d956fff2862cf1285db43c891b"
1533715350
integrity sha512-k/944+0XD+8l7zDaiKfYabyEKmAmyZgS1mj+4LcSRPyHnrjgCHKrh/Y6jM6kucQ6xU1+1uyMmF/dSkikxK8i+Q==
@@ -15435,6 +15448,42 @@ react-native@0.66.1:
1543515448
whatwg-fetch "^3.0.0"
1543615449
ws "^6.1.4"
1543715450

15451+
react-native@0.67.3:
15452+
version "0.67.3"
15453+
resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.67.3.tgz#ee8bafb644afbe511a4a2c8e9c144a9720d06dd8"
15454+
integrity sha512-epMVRMRH7dLCis97+YwiV4dmTVZO6qKmQgwcTNcxVt/kEMxAa+OYK7h81+99/n7XCeMFk/U2zYOBuQqc7c5Amg==
15455+
dependencies:
15456+
"@jest/create-cache-key-function" "^27.0.1"
15457+
"@react-native-community/cli" "^6.0.0"
15458+
"@react-native-community/cli-platform-android" "^6.0.0"
15459+
"@react-native-community/cli-platform-ios" "^6.0.0"
15460+
"@react-native/assets" "1.0.0"
15461+
"@react-native/normalize-color" "2.0.0"
15462+
"@react-native/polyfills" "2.0.0"
15463+
abort-controller "^3.0.0"
15464+
anser "^1.4.9"
15465+
base64-js "^1.1.2"
15466+
event-target-shim "^5.0.1"
15467+
hermes-engine "~0.9.0"
15468+
invariant "^2.2.4"
15469+
jsc-android "^250230.2.1"
15470+
metro-react-native-babel-transformer "0.66.2"
15471+
metro-runtime "0.66.2"
15472+
metro-source-map "0.66.2"
15473+
nullthrows "^1.1.1"
15474+
pretty-format "^26.5.2"
15475+
promise "^8.0.3"
15476+
prop-types "^15.7.2"
15477+
react-devtools-core "4.19.1"
15478+
react-native-codegen "^0.0.8"
15479+
react-refresh "^0.4.0"
15480+
regenerator-runtime "^0.13.2"
15481+
scheduler "^0.20.2"
15482+
stacktrace-parser "^0.1.3"
15483+
use-subscription "^1.0.0"
15484+
whatwg-fetch "^3.0.0"
15485+
ws "^6.1.4"
15486+
1543815487
react-proxy@^1.1.7:
1543915488
version "1.1.8"
1544015489
resolved "https://registry.yarnpkg.com/react-proxy/-/react-proxy-1.1.8.tgz#9dbfd9d927528c3aa9f444e4558c37830ab8c26a"

0 commit comments

Comments
 (0)