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

This commit is contained in:
Renovate Bot
2022-03-05 03:58:29 +00:00
committed by renovate[bot]
parent 266b0d7816
commit bdfc74f22a
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -2033,9 +2033,9 @@
}
},
"@types/react-calendar": {
"version": "3.4.5",
"resolved": "https://registry.npmjs.org/@types/react-calendar/-/react-calendar-3.4.5.tgz",
"integrity": "sha512-GAilbiUjVlD7RZzb6mxEMd80a2dbwpo8oFabvqmg1BLxs28xPxnvHZ+zCo38VztBnQwt3qHqgmyBcXbYczPN2w==",
"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==",
"dev": true,
"requires": {
"@types/react": "*"

View File

@@ -32,7 +32,7 @@
"@types/classnames": "2.3.1",
"@types/jest": "27.4.1",
"@types/react": "17.0.39",
"@types/react-calendar": "3.4.5",
"@types/react-calendar": "3.5.0",
"@types/uuid": "8.3.4",
"eslint": "8.10.0",
"eslint-config-next": "12.1.0",