Update dependency @types/react to v17.0.20

This commit is contained in:
Renovate Bot
2021-09-08 21:04:16 +00:00
committed by Thomas Ruoff
parent e76f683ef9
commit ce17fb13dc
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -2162,9 +2162,9 @@
"dev": true
},
"@types/react": {
"version": "17.0.19",
"resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.19.tgz",
"integrity": "sha512-sX1HisdB1/ZESixMTGnMxH9TDe8Sk709734fEQZzCV/4lSu9kJCPbo2PbTRoZM+53Pp0P10hYVyReUueGwUi4A==",
"version": "17.0.20",
"resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.20.tgz",
"integrity": "sha512-wWZrPlihslrPpcKyCSlmIlruakxr57/buQN1RjlIeaaTWDLtJkTtRW429MoQJergvVKc4IWBpRhWw7YNh/7GVA==",
"dev": true,
"requires": {
"@types/prop-types": "*",

View File

@@ -28,7 +28,7 @@
"devDependencies": {
"@types/classnames": "2.3.1",
"@types/jest": "26.0.24",
"@types/react": "17.0.19",
"@types/react": "17.0.20",
"@types/react-calendar": "3.4.3",
"@types/uuid": "8.3.0",
"eslint": "7.30.0",