Bump @fullcalendar/daygrid in /Plan/react/dashboard (#2515)

Bumps [@fullcalendar/daygrid](https://github.com/fullcalendar/fullcalendar) from 5.11.0 to 5.11.2.
- [Release notes](https://github.com/fullcalendar/fullcalendar/releases)
- [Changelog](https://github.com/fullcalendar/fullcalendar/blob/master/CHANGELOG.md)
- [Commits](https://github.com/fullcalendar/fullcalendar/compare/v5.11.0...v5.11.2)

---
updated-dependencies:
- dependency-name: "@fullcalendar/daygrid"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-08-01 14:04:13 +03:00 committed by GitHub
parent 044ed92d72
commit aef8bc7be8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View File

@ -11,7 +11,7 @@
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@fullcalendar/bootstrap": "^5.11.2",
"@fullcalendar/daygrid": "^5.10.1",
"@fullcalendar/daygrid": "^5.11.2",
"@fullcalendar/react": "^5.10.1",
"@highcharts/map-collection": "^2.0.1",
"@testing-library/jest-dom": "^5.14.1",

View File

@ -1211,12 +1211,12 @@
dependencies:
tslib "^2.1.0"
"@fullcalendar/daygrid@^5.10.1":
version "5.11.0"
resolved "https://registry.yarnpkg.com/@fullcalendar/daygrid/-/daygrid-5.11.0.tgz#fd10391dfc2b6caa3538e0826f8d8f3e83e0e22a"
integrity sha512-Ybh/dfHn/VL0qOVIRVyJc9I8oYiqqHl6xQONk8xXCe456QbPzAQLsAxpLLJLH+3smWNCfoQgvDKzR9e9XTzLMQ==
"@fullcalendar/daygrid@^5.11.2":
version "5.11.2"
resolved "https://registry.yarnpkg.com/@fullcalendar/daygrid/-/daygrid-5.11.2.tgz#9e110d22e20a70c8dd8f32b11f2383d52da3d8a0"
integrity sha512-WmR8EAOR8Y9wyxlCK2gBW6lG/dPSN37eM8L7vgc7YgrQE1knL7ISgaUnDfFUNBFztmLakO/ZpeQQFpz3pnJwXg==
dependencies:
"@fullcalendar/common" "~5.11.0"
"@fullcalendar/common" "~5.11.2"
tslib "^2.1.0"
"@fullcalendar/react@^5.10.1":