Update dependency @types/react to v17.0.27

This commit is contained in:
Renovate Bot
2021-10-03 15:49:37 +00:00
committed by Thomas Ruoff
parent d04954ec5b
commit 8e2c4458dd
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -2288,9 +2288,9 @@
"dev": true "dev": true
}, },
"@types/react": { "@types/react": {
"version": "17.0.26", "version": "17.0.27",
"resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.26.tgz", "resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.27.tgz",
"integrity": "sha512-MXxuXrH2xOcv5cp/su4oz69dNQnSA90JjFw5HBd5wifw6Ihi94j7dRJm7qNsB30tnruXSCPc9qmlhGop4nh9Hw==", "integrity": "sha512-zgiJwtsggVGtr53MndV7jfiUESTqrbxOcBvwfe6KS/9bzaVPCTDieTWnFNecVNx6EAaapg5xsLLWFfHHR437AA==",
"dev": true, "dev": true,
"requires": { "requires": {
"@types/prop-types": "*", "@types/prop-types": "*",

View File

@@ -30,7 +30,7 @@
"devDependencies": { "devDependencies": {
"@types/classnames": "2.3.1", "@types/classnames": "2.3.1",
"@types/jest": "27.0.2", "@types/jest": "27.0.2",
"@types/react": "17.0.26", "@types/react": "17.0.27",
"@types/react-calendar": "3.4.3", "@types/react-calendar": "3.4.3",
"@types/uuid": "8.3.1", "@types/uuid": "8.3.1",
"eslint": "7.32.0", "eslint": "7.32.0",