Skip to content

Commit 58364cd

Browse files
fix(deps): update dependency @types/react-native to v0.69.3
1 parent 792c5ef commit 58364cd

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.3",
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.3":
4312+
version "0.69.3"
4313+
resolved "https://registry.yarnpkg.com/@types/react-native/-/react-native-0.69.3.tgz#344074ef5a8b95815128cceb4d1dc212d115faf3"
4314+
integrity sha512-htIxgvwUlYMFKogynsoMeZgxHq9WVEMJGl1UoVdRFctYCR/gSjapN+vKjxX+eo5qh/WSOYdzC/hOEz0cgLkTtQ==
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)