Skip to content

Commit bf8ee03

Browse files
committed
1 parent 5c06a21 commit bf8ee03

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@testing-library/react-hooks": "3.2.1",
2626
"@testing-library/react-native": "5.0.3",
2727
"@types/jest": "25.2.1",
28-
"@types/react": "16.9.25",
28+
"@types/react": "16.9.34",
2929
"@types/react-native": "0.62.2",
3030
"all-contributors-cli": "6.14.1",
3131
"auto": "9.26.8",

tsconfig.json

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
// "importHelpers": true, /* Import emit helpers from 'tslib'. */
2222
// "downlevelIteration": true, /* Provide full support for iterables in 'for-of', spread, and destructuring when targeting 'ES5' or 'ES3'. */
2323
// "isolatedModules": true, /* Transpile each file as a separate module (similar to 'ts.transpileModule'). */
24+
"skipLibCheck": true,
2425

2526
/* Strict Type-Checking Options */
2627
"strict": true, /* Enable all strict type-checking options. */

yarn.lock

+9-1
Original file line numberDiff line numberDiff line change
@@ -1527,14 +1527,22 @@
15271527
dependencies:
15281528
"@types/react" "*"
15291529

1530-
"@types/react@*", "@types/[email protected]":
1530+
"@types/react@*":
15311531
version "16.9.25"
15321532
resolved "https://registry.npmjs.org/@types/react/-/react-16.9.25.tgz#6ae2159b40138c792058a23c3c04fd3db49e929e"
15331533
integrity sha512-Dlj2V72cfYLPNscIG3/SMUOzhzj7GK3bpSrfefwt2YT9GLynvLCCZjbhyF6VsT0q0+aRACRX03TDJGb7cA0cqg==
15341534
dependencies:
15351535
"@types/prop-types" "*"
15361536
csstype "^2.2.0"
15371537

1538+
1539+
version "16.9.34"
1540+
resolved "https://registry.npmjs.org/@types/react/-/react-16.9.34.tgz#f7d5e331c468f53affed17a8a4d488cd44ea9349"
1541+
integrity sha512-8AJlYMOfPe1KGLKyHpflCg5z46n0b5DbRfqDksxBLBTUpB75ypDBAO9eCUcjNwE6LCUslwTz00yyG/X9gaVtow==
1542+
dependencies:
1543+
"@types/prop-types" "*"
1544+
csstype "^2.2.0"
1545+
15381546
"@types/stack-utils@^1.0.1":
15391547
version "1.0.1"
15401548
resolved "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-1.0.1.tgz#0a851d3bd96498fa25c33ab7278ed3bd65f06c3e"

0 commit comments

Comments
 (0)