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

View File

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