Skip to content

Commit 5bce5fd

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update dependency @types/react to ^16.9.41
1 parent 0995bd2 commit 5bce5fd

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@types/eslint": "^7.2.0",
3333
"@types/jest": "^26.0.3",
3434
"@types/node": "^14.0.14",
35-
"@types/react": "^16.9.36",
35+
"@types/react": "^16.9.41",
3636
"@types/rebass": "^4.0.6",
3737
"@types/unist": "^2.0.3",
3838
"cosmiconfig": "^6.0.0",

yarn.lock

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3088,14 +3088,22 @@
30883088
dependencies:
30893089
"@types/react" "*"
30903090

3091-
"@types/react@*", "@types/react@^16.9.36":
3091+
"@types/react@*":
30923092
version "16.9.36"
30933093
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.36.tgz#ade589ff51e2a903e34ee4669e05dbfa0c1ce849"
30943094
integrity sha512-mGgUb/Rk/vGx4NCvquRuSH0GHBQKb1OqpGS9cT9lFxlTLHZgkksgI60TuIxubmn7JuCb+sENHhQciqa0npm0AQ==
30953095
dependencies:
30963096
"@types/prop-types" "*"
30973097
csstype "^2.2.0"
30983098

3099+
"@types/react@^16.9.41":
3100+
version "16.9.41"
3101+
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.41.tgz#925137ee4d2ff406a0ecf29e8e9237390844002e"
3102+
integrity sha512-6cFei7F7L4wwuM+IND/Q2cV1koQUvJ8iSV+Gwn0c3kvABZ691g7sp3hfEQHOUBJtccl1gPi+EyNjMIl9nGA0ug==
3103+
dependencies:
3104+
"@types/prop-types" "*"
3105+
csstype "^2.2.0"
3106+
30993107
"@types/rebass@^4.0.6":
31003108
version "4.0.6"
31013109
resolved "https://registry.yarnpkg.com/@types/rebass/-/rebass-4.0.6.tgz#c33d133baca8a440b22ca4b3038014d0b0e8ce59"

0 commit comments

Comments
 (0)