Skip to content

Commit ca5271a

Browse files
fix(deps): update dependency @types/react-native to v0.69.4
1 parent bcf752e commit ca5271a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@babel/runtime": "^7.16.0",
5454
"@types/color": "3.0.2",
5555
"@types/lodash": "4.14.172",
56-
"@types/react-native": "0.69.1",
56+
"@types/react-native": "0.69.4",
5757
"@uiw/icons": "2.5.3",
5858
"ahooks": "2.10.14",
5959
"color": "4.0.2",

yarn.lock

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4308,6 +4308,13 @@
43084308
dependencies:
43094309
"@types/react" "*"
43104310

4311+
"@types/react-native@0.69.4":
4312+
version "0.69.4"
4313+
resolved "https://registry.yarnpkg.com/@types/react-native/-/react-native-0.69.4.tgz#3ab61e4738b3223dda53d13f365ef806f84ad4b4"
4314+
integrity sha512-K6ebyJYZiMZ0JsIfnX5/RbPxYuGt9ajH0kQk6An7upp9vrnU1T9Xg1cIWhnfYojAhqNxEo3okIcH0lR8+qzrmg==
4315+
dependencies:
4316+
"@types/react" "*"
4317+
43114318
"@types/react-test-renderer@18.0.0":
43124319
version "18.0.0"
43134320
resolved "https://registry.npmjs.org/@types/react-test-renderer/-/react-test-renderer-18.0.0.tgz#7b7f69ca98821ea5501b21ba24ea7b6139da2243"

0 commit comments

Comments
 (0)