Bump react-calendar from 3.3.1 to 3.4.0

Bumps [react-calendar](https://github.com/wojtekmaj/react-calendar) from 3.3.1 to 3.4.0.
- [Release notes](https://github.com/wojtekmaj/react-calendar/releases)
- [Commits](https://github.com/wojtekmaj/react-calendar/compare/v3.3.1...v3.4.0)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-04-19 06:13:35 +00:00
committed by Thomas Ruoff
parent 8619ca7daa
commit 88b550300b
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -12676,9 +12676,9 @@
}
},
"react-calendar": {
"version": "3.3.1",
"resolved": "https://registry.npmjs.org/react-calendar/-/react-calendar-3.3.1.tgz",
"integrity": "sha512-iDIrhE0ABz3mChAIvA+5d2UtQGEb5oaUpLiEbrRdWHBYb45MhsbO59pG9HIy2uTdHkBF/nvzRV2JBmMfdg/0Qg==",
"version": "3.4.0",
"resolved": "https://registry.npmjs.org/react-calendar/-/react-calendar-3.4.0.tgz",
"integrity": "sha512-ykbvXASArQQ8KZlCEXEdE+w+KFGSj7kDpdTRzbLVJeN26oUIu+EFavFDAqg4G//zTO0tSq5SMfqAa6fjrdGQjQ==",
"requires": {
"@wojtekmaj/date-utils": "^1.0.2",
"get-user-locale": "^1.2.0",

View File

@@ -19,7 +19,7 @@
"next-mdx-remote": "^2.1.4",
"p-retry": "^4.5.0",
"react": "^17.0.2",
"react-calendar": "^3.3.1",
"react-calendar": "^3.4.0",
"react-dom": "^17.0.2",
"ts-jest": "^26.5.4",
"uuid": "^8.3.2"