Update dependency @types/react to v17.0.21
This commit is contained in:
parent
b70346204f
commit
59db3e1d96
2 changed files with 5 additions and 5 deletions
|
@ -54,7 +54,7 @@
|
|||
"@redux-devtools/cli": "1.0.0-9",
|
||||
"@types/jest": "27.0.1",
|
||||
"@types/node": "15.14.9",
|
||||
"@types/react": "17.0.20",
|
||||
"@types/react": "17.0.21",
|
||||
"@types/react-dom": "17.0.9",
|
||||
"@types/remote-redux-devtools": "0.5.5",
|
||||
"@types/styled-components": "5.1.14",
|
||||
|
|
|
@ -2211,10 +2211,10 @@
|
|||
"@types/scheduler" "*"
|
||||
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==
|
||||
"@types/react@17.0.21":
|
||||
version "17.0.21"
|
||||
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.21.tgz#069c43177cd419afaab5ce26bb4e9056549f7ea6"
|
||||
integrity sha512-GzzXCpOthOjXvrAUFQwU/svyxu658cwu00Q9ugujS4qc1zXgLFaO0kS2SLOaMWLt2Jik781yuHCWB7UcYdGAeQ==
|
||||
dependencies:
|
||||
"@types/prop-types" "*"
|
||||
"@types/scheduler" "*"
|
||||
|
|
Reference in a new issue