Bump @fullcalendar/daygrid from 5.6.0 to 5.7.0 (#5618)

* Bump @fullcalendar/daygrid from 5.6.0 to 5.7.0

Bumps [@fullcalendar/daygrid](https://github.com/fullcalendar/fullcalendar) from 5.6.0 to 5.7.0.
- [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.6.0...v5.7.0)

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

* Update full fullcalendar suite

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
This commit is contained in:
dependabot[bot]
2021-05-14 12:20:57 -04:00
committed by GitHub
parent 7133df2d56
commit d8665dd7f0
2 changed files with 113 additions and 63 deletions

View File

@@ -29,11 +29,11 @@
"devDependencies": {
"@directus/docs": "9.0.0-rc.64",
"@directus/format-title": "9.0.0-rc.64",
"@fullcalendar/core": "^5.6.0",
"@fullcalendar/daygrid": "^5.6.0",
"@fullcalendar/interaction": "^5.6.0",
"@fullcalendar/list": "^5.6.0",
"@fullcalendar/timegrid": "^5.6.0",
"@fullcalendar/core": "^5.7.0",
"@fullcalendar/daygrid": "^5.7.0",
"@fullcalendar/interaction": "^5.7.0",
"@fullcalendar/list": "^5.7.0",
"@fullcalendar/timegrid": "^5.7.0",
"@popperjs/core": "^2.9.1",
"@sindresorhus/slugify": "^1.1.0",
"@tinymce/tinymce-vue": "^3.2.8",

166
package-lock.json generated
View File

@@ -276,11 +276,11 @@
"devDependencies": {
"@directus/docs": "9.0.0-rc.64",
"@directus/format-title": "9.0.0-rc.64",
"@fullcalendar/core": "^5.6.0",
"@fullcalendar/daygrid": "^5.6.0",
"@fullcalendar/interaction": "^5.6.0",
"@fullcalendar/list": "^5.6.0",
"@fullcalendar/timegrid": "^5.6.0",
"@fullcalendar/core": "^5.7.0",
"@fullcalendar/daygrid": "^5.7.0",
"@fullcalendar/interaction": "^5.7.0",
"@fullcalendar/list": "^5.7.0",
"@fullcalendar/timegrid": "^5.7.0",
"@popperjs/core": "^2.9.1",
"@sindresorhus/slugify": "^1.1.0",
"@tinymce/tinymce-vue": "^3.2.8",
@@ -344,6 +344,25 @@
"webpack-assets-manifest": "^3.1.1"
}
},
"app/node_modules/@fullcalendar/common": {
"version": "5.7.0",
"resolved": "https://registry.npmjs.org/@fullcalendar/common/-/common-5.7.0.tgz",
"integrity": "sha512-8zKa4q9cQ5xjuAyN0d8AlpCrEC9Kmar5Oq3iMcPbPIO2AtNXTvifzCG44VIgm3/skjDBZ/wYvjJyyB+4WdmT6g==",
"dev": true,
"dependencies": {
"tslib": "^2.0.3"
}
},
"app/node_modules/@fullcalendar/daygrid": {
"version": "5.7.0",
"resolved": "https://registry.npmjs.org/@fullcalendar/daygrid/-/daygrid-5.7.0.tgz",
"integrity": "sha512-K/0A1XIcf527Q18Hg4eMXCdZwd9AkkfrOqm/rtzULnM5cRkd2oaHOksdrQ5V0kGHAQeV96sp9OCg8PPBrdlBoQ==",
"dev": true,
"dependencies": {
"@fullcalendar/common": "~5.7.0",
"tslib": "^2.0.3"
}
},
"app/node_modules/date-fns": {
"version": "2.21.1",
"resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.21.1.tgz",
@@ -387,6 +406,12 @@
"rimraf": "bin.js"
}
},
"app/node_modules/tslib": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.2.0.tgz",
"integrity": "sha512-gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w==",
"dev": true
},
"docs": {
"name": "@directus/docs",
"version": "9.0.0-rc.64",
@@ -2501,9 +2526,9 @@
}
},
"node_modules/@fullcalendar/common": {
"version": "5.6.0",
"resolved": "https://registry.npmjs.org/@fullcalendar/common/-/common-5.6.0.tgz",
"integrity": "sha512-4i4kZDVpRvfdKoJHRljDHsoYu466Odor9FhekP+67dIUoNnXSDTnQRmGfURwiF4RwaTsdWKe2+B7gors9G7zZA==",
"version": "5.7.0",
"resolved": "https://registry.npmjs.org/@fullcalendar/common/-/common-5.7.0.tgz",
"integrity": "sha512-8zKa4q9cQ5xjuAyN0d8AlpCrEC9Kmar5Oq3iMcPbPIO2AtNXTvifzCG44VIgm3/skjDBZ/wYvjJyyB+4WdmT6g==",
"dev": true,
"dependencies": {
"tslib": "^2.0.3"
@@ -2516,12 +2541,12 @@
"dev": true
},
"node_modules/@fullcalendar/core": {
"version": "5.6.0",
"resolved": "https://registry.npmjs.org/@fullcalendar/core/-/core-5.6.0.tgz",
"integrity": "sha512-RK7WM2oWAd4GJ3Ib6a3ftTmz2UxUD4N2JmH8ml+E3bprS9/wjnfvZppikx30UxKUBCAzQcBGOKV8GXh0Wk7FvA==",
"version": "5.7.0",
"resolved": "https://registry.npmjs.org/@fullcalendar/core/-/core-5.7.0.tgz",
"integrity": "sha512-V9kNy/fgZLMPNarS1Eav3WUZIhdyzanYJPWTTxycCT/AiTxyw+RyinowhR9qnv3ZnUTMrZzCAplMT0HKdRFfnA==",
"dev": true,
"dependencies": {
"@fullcalendar/common": "~5.6.0",
"@fullcalendar/common": "~5.7.0",
"preact": "^10.0.5",
"tslib": "^2.0.3"
}
@@ -2533,12 +2558,12 @@
"dev": true
},
"node_modules/@fullcalendar/daygrid": {
"version": "5.6.0",
"resolved": "https://registry.npmjs.org/@fullcalendar/daygrid/-/daygrid-5.6.0.tgz",
"integrity": "sha512-UaNn6/vKQ3zI4/sDhrMACkIHOSZb/MA0JGlvvw3OTYFULqE5TISuYYnDbo9S1Wdz3AbTBvCzYy5Qk1vZQFsGwg==",
"version": "5.7.0",
"resolved": "https://registry.npmjs.org/@fullcalendar/daygrid/-/daygrid-5.7.0.tgz",
"integrity": "sha512-K/0A1XIcf527Q18Hg4eMXCdZwd9AkkfrOqm/rtzULnM5cRkd2oaHOksdrQ5V0kGHAQeV96sp9OCg8PPBrdlBoQ==",
"dev": true,
"dependencies": {
"@fullcalendar/common": "~5.6.0",
"@fullcalendar/common": "~5.7.0",
"tslib": "^2.0.3"
}
},
@@ -2549,12 +2574,12 @@
"dev": true
},
"node_modules/@fullcalendar/interaction": {
"version": "5.6.0",
"resolved": "https://registry.npmjs.org/@fullcalendar/interaction/-/interaction-5.6.0.tgz",
"integrity": "sha512-2Jlr3e9hKanctmwXKio84Wv070bJn1Im+ZVWjdzUcF/wtUrsD1Kd5dcPBfl9jfTwl2jX/eCWBU3o6ZCLdgoaDg==",
"version": "5.7.0",
"resolved": "https://registry.npmjs.org/@fullcalendar/interaction/-/interaction-5.7.0.tgz",
"integrity": "sha512-GSIMP+b+fN6DZQ6VFkoZvLX94r3o5MmCMRvHfUVWx4XcOF1T1rytcKtPpLv/7HQJpXwX7LAQXEJnywBcXUTbXQ==",
"dev": true,
"dependencies": {
"@fullcalendar/common": "~5.6.0",
"@fullcalendar/common": "~5.7.0",
"tslib": "^2.0.3"
}
},
@@ -2565,12 +2590,12 @@
"dev": true
},
"node_modules/@fullcalendar/list": {
"version": "5.6.0",
"resolved": "https://registry.npmjs.org/@fullcalendar/list/-/list-5.6.0.tgz",
"integrity": "sha512-cpMjW9yUGrKkkoTWBKgo6MWH5P3MWCs3HjFxZd79oeXUY1/6ltyM2rwlSwbV8cCfEUaO+ovsRWzyh0mvSpaGDA==",
"version": "5.7.0",
"resolved": "https://registry.npmjs.org/@fullcalendar/list/-/list-5.7.0.tgz",
"integrity": "sha512-+EYUnWyjcCYppX52VRD4paaJx9c7ly8aCekGBKDsMbs3+KmgTbMEWNdoQKXJGE8Hn668x7OCo8RRZoT65YjTxQ==",
"dev": true,
"dependencies": {
"@fullcalendar/common": "~5.6.0",
"@fullcalendar/common": "~5.7.0",
"tslib": "^2.0.3"
}
},
@@ -2581,13 +2606,13 @@
"dev": true
},
"node_modules/@fullcalendar/timegrid": {
"version": "5.6.0",
"resolved": "https://registry.npmjs.org/@fullcalendar/timegrid/-/timegrid-5.6.0.tgz",
"integrity": "sha512-NG55pzPvrzZEuVq+/Vn1ZbyKARVjsE6PzhiOHvJuyt3gzVPeWjXGUWjDN3BSDZ8p/4dthbF6H9mCPia977aV1g==",
"version": "5.7.0",
"resolved": "https://registry.npmjs.org/@fullcalendar/timegrid/-/timegrid-5.7.0.tgz",
"integrity": "sha512-CTDkrqllYZyICd75MeGUJ45e4EC8SZsSwDN6DtUD5wPTfQW2j8vGX89iy/yEnhNUi8yzWe70St95vGFo1IeakQ==",
"dev": true,
"dependencies": {
"@fullcalendar/common": "~5.6.0",
"@fullcalendar/daygrid": "~5.6.0",
"@fullcalendar/common": "~5.7.0",
"@fullcalendar/daygrid": "~5.7.0",
"tslib": "^2.0.3"
}
},
@@ -52884,11 +52909,11 @@
"requires": {
"@directus/docs": "9.0.0-rc.64",
"@directus/format-title": "9.0.0-rc.64",
"@fullcalendar/core": "^5.6.0",
"@fullcalendar/daygrid": "^5.6.0",
"@fullcalendar/interaction": "^5.6.0",
"@fullcalendar/list": "^5.6.0",
"@fullcalendar/timegrid": "^5.6.0",
"@fullcalendar/core": "^5.7.0",
"@fullcalendar/daygrid": "^5.7.0",
"@fullcalendar/interaction": "^5.7.0",
"@fullcalendar/list": "^5.7.0",
"@fullcalendar/timegrid": "^5.7.0",
"@popperjs/core": "^2.9.1",
"@sindresorhus/slugify": "^1.1.0",
"@tinymce/tinymce-vue": "^3.2.8",
@@ -52952,6 +52977,25 @@
"webpack-assets-manifest": "^3.1.1"
},
"dependencies": {
"@fullcalendar/common": {
"version": "5.7.0",
"resolved": "https://registry.npmjs.org/@fullcalendar/common/-/common-5.7.0.tgz",
"integrity": "sha512-8zKa4q9cQ5xjuAyN0d8AlpCrEC9Kmar5Oq3iMcPbPIO2AtNXTvifzCG44VIgm3/skjDBZ/wYvjJyyB+4WdmT6g==",
"dev": true,
"requires": {
"tslib": "^2.0.3"
}
},
"@fullcalendar/daygrid": {
"version": "5.7.0",
"resolved": "https://registry.npmjs.org/@fullcalendar/daygrid/-/daygrid-5.7.0.tgz",
"integrity": "sha512-K/0A1XIcf527Q18Hg4eMXCdZwd9AkkfrOqm/rtzULnM5cRkd2oaHOksdrQ5V0kGHAQeV96sp9OCg8PPBrdlBoQ==",
"dev": true,
"requires": {
"@fullcalendar/common": "~5.7.0",
"tslib": "^2.0.3"
}
},
"date-fns": {
"version": "2.21.1",
"resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.21.1.tgz",
@@ -52977,6 +53021,12 @@
"requires": {
"glob": "^7.1.3"
}
},
"tslib": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.2.0.tgz",
"integrity": "sha512-gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w==",
"dev": true
}
}
},
@@ -55435,9 +55485,9 @@
}
},
"@fullcalendar/common": {
"version": "5.6.0",
"resolved": "https://registry.npmjs.org/@fullcalendar/common/-/common-5.6.0.tgz",
"integrity": "sha512-4i4kZDVpRvfdKoJHRljDHsoYu466Odor9FhekP+67dIUoNnXSDTnQRmGfURwiF4RwaTsdWKe2+B7gors9G7zZA==",
"version": "5.7.0",
"resolved": "https://registry.npmjs.org/@fullcalendar/common/-/common-5.7.0.tgz",
"integrity": "sha512-8zKa4q9cQ5xjuAyN0d8AlpCrEC9Kmar5Oq3iMcPbPIO2AtNXTvifzCG44VIgm3/skjDBZ/wYvjJyyB+4WdmT6g==",
"dev": true,
"requires": {
"tslib": "^2.0.3"
@@ -55452,12 +55502,12 @@
}
},
"@fullcalendar/core": {
"version": "5.6.0",
"resolved": "https://registry.npmjs.org/@fullcalendar/core/-/core-5.6.0.tgz",
"integrity": "sha512-RK7WM2oWAd4GJ3Ib6a3ftTmz2UxUD4N2JmH8ml+E3bprS9/wjnfvZppikx30UxKUBCAzQcBGOKV8GXh0Wk7FvA==",
"version": "5.7.0",
"resolved": "https://registry.npmjs.org/@fullcalendar/core/-/core-5.7.0.tgz",
"integrity": "sha512-V9kNy/fgZLMPNarS1Eav3WUZIhdyzanYJPWTTxycCT/AiTxyw+RyinowhR9qnv3ZnUTMrZzCAplMT0HKdRFfnA==",
"dev": true,
"requires": {
"@fullcalendar/common": "~5.6.0",
"@fullcalendar/common": "~5.7.0",
"preact": "^10.0.5",
"tslib": "^2.0.3"
},
@@ -55471,12 +55521,12 @@
}
},
"@fullcalendar/daygrid": {
"version": "5.6.0",
"resolved": "https://registry.npmjs.org/@fullcalendar/daygrid/-/daygrid-5.6.0.tgz",
"integrity": "sha512-UaNn6/vKQ3zI4/sDhrMACkIHOSZb/MA0JGlvvw3OTYFULqE5TISuYYnDbo9S1Wdz3AbTBvCzYy5Qk1vZQFsGwg==",
"version": "5.7.0",
"resolved": "https://registry.npmjs.org/@fullcalendar/daygrid/-/daygrid-5.7.0.tgz",
"integrity": "sha512-K/0A1XIcf527Q18Hg4eMXCdZwd9AkkfrOqm/rtzULnM5cRkd2oaHOksdrQ5V0kGHAQeV96sp9OCg8PPBrdlBoQ==",
"dev": true,
"requires": {
"@fullcalendar/common": "~5.6.0",
"@fullcalendar/common": "~5.7.0",
"tslib": "^2.0.3"
},
"dependencies": {
@@ -55489,12 +55539,12 @@
}
},
"@fullcalendar/interaction": {
"version": "5.6.0",
"resolved": "https://registry.npmjs.org/@fullcalendar/interaction/-/interaction-5.6.0.tgz",
"integrity": "sha512-2Jlr3e9hKanctmwXKio84Wv070bJn1Im+ZVWjdzUcF/wtUrsD1Kd5dcPBfl9jfTwl2jX/eCWBU3o6ZCLdgoaDg==",
"version": "5.7.0",
"resolved": "https://registry.npmjs.org/@fullcalendar/interaction/-/interaction-5.7.0.tgz",
"integrity": "sha512-GSIMP+b+fN6DZQ6VFkoZvLX94r3o5MmCMRvHfUVWx4XcOF1T1rytcKtPpLv/7HQJpXwX7LAQXEJnywBcXUTbXQ==",
"dev": true,
"requires": {
"@fullcalendar/common": "~5.6.0",
"@fullcalendar/common": "~5.7.0",
"tslib": "^2.0.3"
},
"dependencies": {
@@ -55507,12 +55557,12 @@
}
},
"@fullcalendar/list": {
"version": "5.6.0",
"resolved": "https://registry.npmjs.org/@fullcalendar/list/-/list-5.6.0.tgz",
"integrity": "sha512-cpMjW9yUGrKkkoTWBKgo6MWH5P3MWCs3HjFxZd79oeXUY1/6ltyM2rwlSwbV8cCfEUaO+ovsRWzyh0mvSpaGDA==",
"version": "5.7.0",
"resolved": "https://registry.npmjs.org/@fullcalendar/list/-/list-5.7.0.tgz",
"integrity": "sha512-+EYUnWyjcCYppX52VRD4paaJx9c7ly8aCekGBKDsMbs3+KmgTbMEWNdoQKXJGE8Hn668x7OCo8RRZoT65YjTxQ==",
"dev": true,
"requires": {
"@fullcalendar/common": "~5.6.0",
"@fullcalendar/common": "~5.7.0",
"tslib": "^2.0.3"
},
"dependencies": {
@@ -55525,13 +55575,13 @@
}
},
"@fullcalendar/timegrid": {
"version": "5.6.0",
"resolved": "https://registry.npmjs.org/@fullcalendar/timegrid/-/timegrid-5.6.0.tgz",
"integrity": "sha512-NG55pzPvrzZEuVq+/Vn1ZbyKARVjsE6PzhiOHvJuyt3gzVPeWjXGUWjDN3BSDZ8p/4dthbF6H9mCPia977aV1g==",
"version": "5.7.0",
"resolved": "https://registry.npmjs.org/@fullcalendar/timegrid/-/timegrid-5.7.0.tgz",
"integrity": "sha512-CTDkrqllYZyICd75MeGUJ45e4EC8SZsSwDN6DtUD5wPTfQW2j8vGX89iy/yEnhNUi8yzWe70St95vGFo1IeakQ==",
"dev": true,
"requires": {
"@fullcalendar/common": "~5.6.0",
"@fullcalendar/daygrid": "~5.6.0",
"@fullcalendar/common": "~5.7.0",
"@fullcalendar/daygrid": "~5.7.0",
"tslib": "^2.0.3"
},
"dependencies": {