Bump @types/react-calendar from 3.1.6 to 3.4.0

Bumps [@types/react-calendar](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-calendar) from 3.1.6 to 3.4.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-calendar)

---
updated-dependencies:
- dependency-name: "@types/react-calendar"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-06-09 21:00:00 +00:00
committed by Thomas Ruoff
parent bafdcbe82b
commit 865bbb20fa
2 changed files with 8 additions and 5 deletions

11
package-lock.json generated
View File

@@ -2036,10 +2036,13 @@
}
},
"@types/react-calendar": {
"version": "3.1.6",
"resolved": "https://registry.npmjs.org/@types/react-calendar/-/react-calendar-3.1.6.tgz",
"integrity": "sha512-/7Qe6mFrl0llA76FJZFmjYaUjrKOdSqk3cBxZPGEd3z4UAO1DHPwcJEBAO1h912NJxVv5TYj+a/J7LMEznda/g==",
"dev": true
"version": "3.4.0",
"resolved": "https://registry.npmjs.org/@types/react-calendar/-/react-calendar-3.4.0.tgz",
"integrity": "sha512-KBo9URrdpzZ8SXGg6E0NhrRQob/iwFICgkvOZPwoZ/N1lSYW1+ZYc+uWe6tpEZwcnCrc8KZ7p0CKmL+8/NQ1+w==",
"dev": true,
"requires": {
"@types/react": "*"
}
},
"@types/retry": {
"version": "0.12.0",