Bump react-calendar from 3.2.1 to 3.3.0

Bumps [react-calendar](https://github.com/wojtekmaj/react-calendar) from 3.2.1 to 3.3.0.
- [Release notes](https://github.com/wojtekmaj/react-calendar/releases)
- [Commits](https://github.com/wojtekmaj/react-calendar/compare/v3.2.1...v3.3.0)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-01-04 06:51:16 +00:00
committed by Thomas Ruoff
parent 5759f8c565
commit 6302ba9d9a
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -9953,9 +9953,9 @@
}
},
"react-calendar": {
"version": "3.2.1",
"resolved": "https://registry.npmjs.org/react-calendar/-/react-calendar-3.2.1.tgz",
"integrity": "sha512-nuS2o4FLGdVSNLniP3JatbYDSgp4hVRG2lWFmhx79qwm+XawmziF3aOjixCW6pxdBU36CagvGaGukKTfPfOOwg==",
"version": "3.3.0",
"resolved": "https://registry.npmjs.org/react-calendar/-/react-calendar-3.3.0.tgz",
"integrity": "sha512-Mdzchiidfch0Bfqg+7oQ938PRrHJKK9aMCDdfDmJ5+0qhmvonvaMn1mDHq9ppCpjdrqYXmnUW+7C6PhrhJ14ZQ==",
"requires": {
"@wojtekmaj/date-utils": "^1.0.2",
"get-user-locale": "^1.2.0",

View File

@@ -18,7 +18,7 @@
"next-iron-session": "^4.1.10",
"p-retry": "^4.2.0",
"react": "^17.0.1",
"react-calendar": "^3.2.1",
"react-calendar": "^3.3.0",
"react-dom": "^17.0.1",
"ts-jest": "^26.4.4",
"uuid": "^8.3.2"