Skip to content

Commit 493cc6a

Browse files
fix(deps): update dependency @types/react-native to v0.69.7
1 parent 09dc547 commit 493cc6a

2 files changed

Lines changed: 12 additions & 5 deletions

File tree

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.18.9",
5454
"@types/color": "~3.0.3",
5555
"@types/lodash": "4.14.172",
56-
"@types/react-native": "0.69.1",
56+
"@types/react-native": "0.69.7",
5757
"@uiw/icons": "2.5.3",
5858
"ahooks": "2.10.14",
5959
"color": "4.2.3",

yarn.lock

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4141,6 +4141,13 @@
41414141
dependencies:
41424142
"@types/react" "*"
41434143

4144+
"@types/react-native@0.69.7":
4145+
version "0.69.7"
4146+
resolved "https://registry.yarnpkg.com/@types/react-native/-/react-native-0.69.7.tgz#fc2f2cfa0ef824ff6094eb7385f6bfab2ef1345e"
4147+
integrity sha512-IVWswgynlIfYLJHegI4ABCO+7p5sY+vq4/+lHV/NKVZ9WjZj9HrBsLJjWAqO1fMywyAaR8gGMSUtAilu5e2E3A==
4148+
dependencies:
4149+
"@types/react" "*"
4150+
41444151
"@types/react-test-renderer@18.0.0":
41454152
version "18.0.0"
41464153
resolved "https://registry.yarnpkg.com/@types/react-test-renderer/-/react-test-renderer-18.0.0.tgz#7b7f69ca98821ea5501b21ba24ea7b6139da2243"
@@ -5030,10 +5037,10 @@
50305037
"@uiw/utils" "^4.21.14"
50315038
react-transition-group "~4.4.2"
50325039

5033-
"@uiw/reset.css@1.0.5":
5034-
version "1.0.5"
5035-
resolved "https://registry.yarnpkg.com/@uiw/reset.css/-/reset.css-1.0.5.tgz#bba28f4050dbbfaca37000abecd17d7fc1ed8841"
5036-
integrity sha512-74Y6A1dPGkIUxA8L9poN/dh7V5TWS1SRgXxVkDzUlFIuFVuGksCvR019BzusiVyUBfGgzlVcxR5JES1bDcXwSA==
5040+
"@uiw/reset.css@~1.0.6":
5041+
version "1.0.6"
5042+
resolved "https://registry.yarnpkg.com/@uiw/reset.css/-/reset.css-1.0.6.tgz#5b4a0e291ac015118258e0e17442c3d4ccb966fd"
5043+
integrity sha512-PNN0LeBf9zHtO5LE6h55n5RyuPKFP9PzBkh/UclmlG9bUIxkhDtCbWInDBLtWV3FXEXrpGOXGTlE0+wIEmM1Ag==
50375044

50385045
"@uiw/utils@^4.21.14":
50395046
version "4.21.14"

0 commit comments

Comments
 (0)