Merge pull request #42 from GHOSCHT/renovate/react-17.x
Update dependency @types/react to v17.0.20
This commit is contained in:
commit
e8fe89154c
2 changed files with 11 additions and 2 deletions
|
@ -54,7 +54,7 @@
|
||||||
"@redux-devtools/cli": "1.0.0-9",
|
"@redux-devtools/cli": "1.0.0-9",
|
||||||
"@types/jest": "27.0.1",
|
"@types/jest": "27.0.1",
|
||||||
"@types/node": "15.14.9",
|
"@types/node": "15.14.9",
|
||||||
"@types/react": "17.0.19",
|
"@types/react": "17.0.20",
|
||||||
"@types/react-dom": "17.0.9",
|
"@types/react-dom": "17.0.9",
|
||||||
"@types/remote-redux-devtools": "0.5.5",
|
"@types/remote-redux-devtools": "0.5.5",
|
||||||
"@types/styled-components": "5.1.13",
|
"@types/styled-components": "5.1.13",
|
||||||
|
|
|
@ -2019,7 +2019,7 @@
|
||||||
dependencies:
|
dependencies:
|
||||||
"@types/react" "*"
|
"@types/react" "*"
|
||||||
|
|
||||||
"@types/react@*", "@types/react@17.0.19":
|
"@types/react@*":
|
||||||
version "17.0.19"
|
version "17.0.19"
|
||||||
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.19.tgz#8f2a85e8180a43b57966b237d26a29481dacc991"
|
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.19.tgz#8f2a85e8180a43b57966b237d26a29481dacc991"
|
||||||
integrity sha512-sX1HisdB1/ZESixMTGnMxH9TDe8Sk709734fEQZzCV/4lSu9kJCPbo2PbTRoZM+53Pp0P10hYVyReUueGwUi4A==
|
integrity sha512-sX1HisdB1/ZESixMTGnMxH9TDe8Sk709734fEQZzCV/4lSu9kJCPbo2PbTRoZM+53Pp0P10hYVyReUueGwUi4A==
|
||||||
|
@ -2028,6 +2028,15 @@
|
||||||
"@types/scheduler" "*"
|
"@types/scheduler" "*"
|
||||||
csstype "^3.0.2"
|
csstype "^3.0.2"
|
||||||
|
|
||||||
|
"@types/react@17.0.20":
|
||||||
|
version "17.0.20"
|
||||||
|
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.20.tgz#a4284b184d47975c71658cd69e759b6bd37c3b8c"
|
||||||
|
integrity sha512-wWZrPlihslrPpcKyCSlmIlruakxr57/buQN1RjlIeaaTWDLtJkTtRW429MoQJergvVKc4IWBpRhWw7YNh/7GVA==
|
||||||
|
dependencies:
|
||||||
|
"@types/prop-types" "*"
|
||||||
|
"@types/scheduler" "*"
|
||||||
|
csstype "^3.0.2"
|
||||||
|
|
||||||
"@types/react@^16.9.46":
|
"@types/react@^16.9.46":
|
||||||
version "16.14.14"
|
version "16.14.14"
|
||||||
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.14.14.tgz#853de95a32a6a0e719192e222eacad024add2b8e"
|
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.14.14.tgz#853de95a32a6a0e719192e222eacad024add2b8e"
|
||||||
|
|
Reference in a new issue