Bump @fullcalendar/core from 5.5.0 to 5.6.0

Bumps [@fullcalendar/core](https://github.com/fullcalendar/fullcalendar) from 5.5.0 to 5.6.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.5.0...v5.6.0)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-03-31 14:09:15 +00:00 committed by GitHub
parent e82f2798e0
commit 89f58bc672
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 50 additions and 10 deletions

58
package-lock.json generated
View File

@ -8,7 +8,7 @@
"version": "2.2.0",
"license": "agpl",
"dependencies": {
"@fullcalendar/core": "5.5.0",
"@fullcalendar/core": "5.6.0",
"@fullcalendar/daygrid": "5.5.0",
"@fullcalendar/interaction": "5.5.0",
"@fullcalendar/list": "5.5.0",
@ -3174,15 +3174,23 @@
}
},
"node_modules/@fullcalendar/core": {
"version": "5.5.0",
"resolved": "https://registry.npmjs.org/@fullcalendar/core/-/core-5.5.0.tgz",
"integrity": "sha512-NHyrH6AP1zRRCWsK0NuY/bZFQes1UaGB2pukMv86A0Yq1BI7Y7m9u/yH7D0/ZCaNkCLVxrSlIwAOtMQxPPITdg==",
"version": "5.6.0",
"resolved": "https://registry.npmjs.org/@fullcalendar/core/-/core-5.6.0.tgz",
"integrity": "sha512-RK7WM2oWAd4GJ3Ib6a3ftTmz2UxUD4N2JmH8ml+E3bprS9/wjnfvZppikx30UxKUBCAzQcBGOKV8GXh0Wk7FvA==",
"dependencies": {
"@fullcalendar/common": "~5.5.0",
"@fullcalendar/common": "~5.6.0",
"preact": "^10.0.5",
"tslib": "^2.0.3"
}
},
"node_modules/@fullcalendar/core/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==",
"dependencies": {
"tslib": "^2.0.3"
}
},
"node_modules/@fullcalendar/daygrid": {
"version": "5.5.0",
"resolved": "https://registry.npmjs.org/@fullcalendar/daygrid/-/daygrid-5.5.0.tgz",
@ -3282,6 +3290,16 @@
"tslib": "^2.0.3"
}
},
"node_modules/@fullcalendar/vue/node_modules/@fullcalendar/core": {
"version": "5.5.1",
"resolved": "https://registry.npmjs.org/@fullcalendar/core/-/core-5.5.1.tgz",
"integrity": "sha512-6OAtYhgWekZExakbB3NUiIPZHsebBQQfwdWpccYYEKb5DZi3mf4gUb8CCrvfBp6YXx0hhYNlglPLcfJgxpy5Bg==",
"dependencies": {
"@fullcalendar/common": "~5.5.0",
"preact": "^10.0.5",
"tslib": "^2.0.3"
}
},
"node_modules/@istanbuljs/load-nyc-config": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz",
@ -24067,13 +24085,23 @@
}
},
"@fullcalendar/core": {
"version": "5.5.0",
"resolved": "https://registry.npmjs.org/@fullcalendar/core/-/core-5.5.0.tgz",
"integrity": "sha512-NHyrH6AP1zRRCWsK0NuY/bZFQes1UaGB2pukMv86A0Yq1BI7Y7m9u/yH7D0/ZCaNkCLVxrSlIwAOtMQxPPITdg==",
"version": "5.6.0",
"resolved": "https://registry.npmjs.org/@fullcalendar/core/-/core-5.6.0.tgz",
"integrity": "sha512-RK7WM2oWAd4GJ3Ib6a3ftTmz2UxUD4N2JmH8ml+E3bprS9/wjnfvZppikx30UxKUBCAzQcBGOKV8GXh0Wk7FvA==",
"requires": {
"@fullcalendar/common": "~5.5.0",
"@fullcalendar/common": "~5.6.0",
"preact": "^10.0.5",
"tslib": "^2.0.3"
},
"dependencies": {
"@fullcalendar/common": {
"version": "5.6.0",
"resolved": "https://registry.npmjs.org/@fullcalendar/common/-/common-5.6.0.tgz",
"integrity": "sha512-4i4kZDVpRvfdKoJHRljDHsoYu466Odor9FhekP+67dIUoNnXSDTnQRmGfURwiF4RwaTsdWKe2+B7gors9G7zZA==",
"requires": {
"tslib": "^2.0.3"
}
}
}
},
"@fullcalendar/daygrid": {
@ -24173,6 +24201,18 @@
"requires": {
"@fullcalendar/core": "~5.5.0",
"tslib": "^2.0.3"
},
"dependencies": {
"@fullcalendar/core": {
"version": "5.5.1",
"resolved": "https://registry.npmjs.org/@fullcalendar/core/-/core-5.5.1.tgz",
"integrity": "sha512-6OAtYhgWekZExakbB3NUiIPZHsebBQQfwdWpccYYEKb5DZi3mf4gUb8CCrvfBp6YXx0hhYNlglPLcfJgxpy5Bg==",
"requires": {
"@fullcalendar/common": "~5.5.0",
"preact": "^10.0.5",
"tslib": "^2.0.3"
}
}
}
},
"@istanbuljs/load-nyc-config": {

View File

@ -35,7 +35,7 @@
"test:coverage": "jest --coverage"
},
"dependencies": {
"@fullcalendar/core": "5.5.0",
"@fullcalendar/core": "5.6.0",
"@fullcalendar/daygrid": "5.5.0",
"@fullcalendar/interaction": "5.5.0",
"@fullcalendar/list": "5.5.0",