Skip to content

Commit f0717e8

Browse files
committed
chore: update react-native version
1 parent 99033d0 commit f0717e8

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"postinstall-postinstall": "^2.1.0",
6161
"prettier": "^2.5.1",
6262
"react": "17.0.2",
63-
"react-native": "0.66.4",
63+
"react-native": "0.66.5",
6464
"react-native-builder-bob": "^0.18.2",
6565
"react-native-fast-image": "^8.5.11",
6666
"react-native-safe-area-context": "^3.3.2",

packages/uikit-react-native-foundation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@types/react": "*",
4545
"@types/react-native": "*",
4646
"react": "17.0.2",
47-
"react-native": "0.66.4",
47+
"react-native": "0.66.5",
4848
"react-native-builder-bob": "^0.18.0",
4949
"react-native-fast-image": "^8.5.11",
5050
"react-native-safe-area-context": "^3.3.2",

packages/uikit-react-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"inquirer": "^8.2.0",
6868
"js-convert-case": "^4.2.0",
6969
"react": "17.0.2",
70-
"react-native": "0.66.4",
70+
"react-native": "0.66.5",
7171
"react-native-builder-bob": "^0.18.0",
7272
"react-native-create-thumbnail": "^1.5.1",
7373
"react-native-document-picker": "^8.0.0",

packages/uikit-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@types/react": "*",
4646
"@types/react-native": "*",
4747
"react": "17.0.2",
48-
"react-native": "0.66.4",
48+
"react-native": "0.66.5",
4949
"react-native-builder-bob": "^0.18.0",
5050
"typescript": "^4.1.3"
5151
},

sample/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"axios": "^0.27.2",
3939
"fbjs": "^3.0.4",
4040
"react": "17.0.2",
41-
"react-native": "0.66.4",
41+
"react-native": "0.66.5",
4242
"react-native-create-thumbnail": "^1.5.1",
4343
"react-native-document-picker": "^8.0.0",
4444
"react-native-fast-image": "^8.5.11",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12951,10 +12951,10 @@ react-native-video@^5.2.0:
1295112951
prop-types "^15.7.2"
1295212952
shaka-player "^2.5.9"
1295312953

12954-
react-native@0.66.4:
12955-
version "0.66.4"
12956-
resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.66.4.tgz#bf89a5fb18bd23046d889fb4de4ea2822a4d7805"
12957-
integrity sha512-9vx5dlSfQlKbbDtr8+xMon6qsmSu7jvjdXWZpEKh3XVKpUidbbODv7048gwVKX8YAel1egeR7hN8vzSeI6ssTw==
12954+
react-native@0.66.5:
12955+
version "0.66.5"
12956+
resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.66.5.tgz#9056a2f7ad04d5e75b3a00dab847b3366d69f26a"
12957+
integrity sha512-dC5xmE1anT+m8eGU0N/gv2XUWZygii6TTqbwZPsN+uMhVvjxt4FsTqpZOFFvA5sxLPR/NDEz8uybTvItNBMClw==
1295812958
dependencies:
1295912959
"@jest/create-cache-key-function" "^27.0.1"
1296012960
"@react-native-community/cli" "^6.0.0"

0 commit comments

Comments
 (0)