Skip to content

Commit 7ec13b6

Browse files
committed
fix(deps): update dependency @types/react-native to v0.65.9
1 parent eca96cf commit 7ec13b6

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@react-native-picker/picker": "2.1.0",
5555
"@types/color": "3.0.2",
5656
"@types/lodash": "4.14.172",
57-
"@types/react-native": "0.65.5",
57+
"@types/react-native": "0.65.9",
5858
"@uiw/icons": "2.5.1",
5959
"color": "4.0.1",
6060
"lodash": "4.17.21",

yarn.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3799,15 +3799,15 @@
37993799
color "^3.1.3"
38003800
warn-once "^0.1.0"
38013801

3802-
"@rematch/[email protected].0":
3803-
version "2.1.0"
3804-
resolved "https://registry.yarnpkg.com/@rematch/core/-/core-2.1.0.tgz#e067ed78a6895d17e3cc2e15aa0db5148c9c6279"
3805-
integrity sha512-izr4LlXsHp1gfK8v05FNvqSthX64cCj59/x3tu+3qNXSuSM7d1/YXAlUtBJIoX9RApr+d1mqA7CCAteUjZrdLg==
3802+
"@rematch/[email protected].1":
3803+
version "2.1.1"
3804+
resolved "https://registry.yarnpkg.com/@rematch/core/-/core-2.1.1.tgz#448362d694988682419c3f8f4246b712804ce13f"
3805+
integrity sha512-bybueWnn3r5vPFuyrx3GsVDGki5ql6x+15WI4FQLPCvRF3bbTN93X9GSz3tfNL39NcHoljVkL4t3oYDbpel23A==
38063806

3807-
"@rematch/[email protected].0":
3808-
version "2.1.0"
3809-
resolved "https://registry.yarnpkg.com/@rematch/loading/-/loading-2.1.0.tgz#516ec49b178479a374d263d481be8669f1e64356"
3810-
integrity sha512-4sLWHiuTW50zjdbhUVHb9HB9Ors6+ktM9tANBOinYu4c43TSArZLkaC7lb8fZYLb6eCsHHAtrrWYsz8lBJ6UOw==
3807+
"@rematch/[email protected].1":
3808+
version "2.1.1"
3809+
resolved "https://registry.yarnpkg.com/@rematch/loading/-/loading-2.1.1.tgz#51854003167929a8020bc15a0b6cebdb1e569875"
3810+
integrity sha512-kBKKRW+x9NTa2C6dw5Q+HVpbB62J3EeBmV4mmqDPOX53YV2pKXeQZOKvc9Iz54txPYac4uhZrxnRzM0Voz7aaQ==
38113811

38123812
"@rollup/plugin-node-resolve@^7.1.1":
38133813
version "7.1.3"
@@ -4477,10 +4477,10 @@
44774477
dependencies:
44784478
"@types/react" "*"
44794479

4480-
"@types/[email protected].5":
4481-
version "0.65.5"
4482-
resolved "https://registry.yarnpkg.com/@types/react-native/-/react-native-0.65.5.tgz#e5e473be8c7ed784419554f25cc8850b9c3ce68d"
4483-
integrity sha512-lc2JVmqVIkFmEtUHX8jCkuepqRSzlhRPBIlVFVc0hgfoUxvntrORhmK7LCnAbHfmpUqVVGhMjax27CCTACQ2Kw==
4480+
"@types/[email protected].9":
4481+
version "0.65.9"
4482+
resolved "https://registry.yarnpkg.com/@types/react-native/-/react-native-0.65.9.tgz#477e4358e7d7978e9400d91ae90c9805d7ec34ca"
4483+
integrity sha512-CYHmz66i88WpkQAkRmHGCQb8J7SWT0nWwMTN21AIfZJ3dQ5uz9c8+aFQS+nZpsphpa0cjcgqw3ilvMe/EJrM5w==
44844484
dependencies:
44854485
"@types/react" "*"
44864486

0 commit comments

Comments
 (0)