Update dependency @types/react-calendar to v3.5.1

This commit is contained in:
Renovate Bot
2022-05-17 19:19:18 +00:00
committed by Thomas Ruoff
parent 438aa47842
commit a8faf90f5a
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -30,7 +30,7 @@
"@types/classnames": "2.3.1", "@types/classnames": "2.3.1",
"@types/jest": "27.5.1", "@types/jest": "27.5.1",
"@types/react": "18.0.9", "@types/react": "18.0.9",
"@types/react-calendar": "3.5.0", "@types/react-calendar": "3.5.1",
"@types/uuid": "8.3.4", "@types/uuid": "8.3.4",
"eslint": "8.15.0", "eslint": "8.15.0",
"eslint-config-next": "12.1.6", "eslint-config-next": "12.1.6",
@@ -1719,9 +1719,9 @@
} }
}, },
"node_modules/@types/react-calendar": { "node_modules/@types/react-calendar": {
"version": "3.5.0", "version": "3.5.1",
"resolved": "https://registry.npmjs.org/@types/react-calendar/-/react-calendar-3.5.0.tgz", "resolved": "https://registry.npmjs.org/@types/react-calendar/-/react-calendar-3.5.1.tgz",
"integrity": "sha512-qVSA5M0+SwLRINpE81TMUTh0NwJVed8T+lplJ7v0XAe4EHlMyNeNlkN9suKBxlwIEZ/62QP/m0QjGNCwdOy8PQ==", "integrity": "sha512-d71cKkkSN8CA4PWx87jQOrEyElc2uY3hwpXmceroaPMrMaZ9fPlLFPLP0OCaay5nlJ6ErNmHVb75lE1huharPQ==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@types/react": "*" "@types/react": "*"
@@ -10812,9 +10812,9 @@
} }
}, },
"@types/react-calendar": { "@types/react-calendar": {
"version": "3.5.0", "version": "3.5.1",
"resolved": "https://registry.npmjs.org/@types/react-calendar/-/react-calendar-3.5.0.tgz", "resolved": "https://registry.npmjs.org/@types/react-calendar/-/react-calendar-3.5.1.tgz",
"integrity": "sha512-qVSA5M0+SwLRINpE81TMUTh0NwJVed8T+lplJ7v0XAe4EHlMyNeNlkN9suKBxlwIEZ/62QP/m0QjGNCwdOy8PQ==", "integrity": "sha512-d71cKkkSN8CA4PWx87jQOrEyElc2uY3hwpXmceroaPMrMaZ9fPlLFPLP0OCaay5nlJ6ErNmHVb75lE1huharPQ==",
"dev": true, "dev": true,
"requires": { "requires": {
"@types/react": "*" "@types/react": "*"

View File

@@ -32,7 +32,7 @@
"@types/classnames": "2.3.1", "@types/classnames": "2.3.1",
"@types/jest": "27.5.1", "@types/jest": "27.5.1",
"@types/react": "18.0.9", "@types/react": "18.0.9",
"@types/react-calendar": "3.5.0", "@types/react-calendar": "3.5.1",
"@types/uuid": "8.3.4", "@types/uuid": "8.3.4",
"eslint": "8.15.0", "eslint": "8.15.0",
"eslint-config-next": "12.1.6", "eslint-config-next": "12.1.6",