Skip to content

Commit 85f4fb1

Browse files
⬆️ Upgrade @types/react-native, fixing missing type
1 parent 171e900 commit 85f4fb1

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@testing-library/react-native": "7.2.0",
2727
"@types/jest": "27.0.2",
2828
"@types/react": "16.14.17",
29-
"@types/react-native": "0.62.18",
29+
"@types/react-native": "0.64.12",
3030
"all-contributors-cli": "6.15.0",
3131
"auto": "9.26.8",
3232
"eslint": "7.3.1",

yarn.lock

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1868,6 +1868,7 @@
18681868
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.3.tgz#2ab0d5da2e5815f94b0b9d4b95d1e5f243ab2ca7"
18691869
integrity sha512-KfRL3PuHmqQLOG+2tGpRO26Ctg+Cq1E01D2DMriKEATHgWLfeNDmq9e29Q9WIky0dQ3NPkd1mzYH8Lm936Z9qw==
18701870

1871+
<<<<<<< HEAD
18711872
"@types/react-dom@>=16.9.0":
18721873
version "17.0.9"
18731874
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.9.tgz#441a981da9d7be117042e1a6fd3dac4b30f55add"
@@ -1879,6 +1880,12 @@
18791880
version "0.62.18"
18801881
resolved "https://registry.yarnpkg.com/@types/react-native/-/react-native-0.62.18.tgz#ad63691e7c44edef2beeb6af52b2eb942c3ed8a1"
18811882
integrity sha512-7QfU8EzIYxYqeXpPf8QNv2xi8hrePlgTbRATRo+plRSdVfJu7N6sAXqrFxKJp6bGLvp82GV1gczl93gqiAfXPA==
1883+
=======
1884+
1885+
version "0.64.12"
1886+
resolved "https://registry.yarnpkg.com/@types/react-native/-/react-native-0.64.12.tgz#1c6a3226c26d7a5949cdf8878e6cfe95fe0951d6"
1887+
integrity sha512-sw6WGSaL219zqrgdb4kQUtFB9iGXC/LmecLZ+UUWEgwYvD0YH81FqWYmONa2HuTkOFAsxu2bK4DspkWRUHIABQ==
1888+
>>>>>>> 3339af8 (⬆️ Upgrade @types/react-native, fixing missing type)
18821889
dependencies:
18831890
"@types/react" "*"
18841891

0 commit comments

Comments
 (0)