From 43329e306eafe7bcc9a3a09ad1a51e30f9249041 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 06:17:16 +0000 Subject: [PATCH] Bump @fullcalendar/react from 5.10.1 to 5.11.3 Bumps [@fullcalendar/react](https://github.com/fullcalendar/fullcalendar-react) from 5.10.1 to 5.11.3. - [Release notes](https://github.com/fullcalendar/fullcalendar-react/releases) - [Changelog](https://github.com/fullcalendar/fullcalendar-react/blob/master/CHANGELOG.md) - [Commits](https://github.com/fullcalendar/fullcalendar-react/compare/v5.10.1...v5.11.3) --- updated-dependencies: - dependency-name: "@fullcalendar/react" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 40 +++++++++++++++++++++++++++++----------- package.json | 2 +- 2 files changed, 30 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index c399fd5b8b75c..04dba876d78e9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@fullcalendar/daygrid": "^5.10.1", "@fullcalendar/google-calendar": "^5.10.1", "@fullcalendar/interaction": "^5.11.0", - "@fullcalendar/react": "^5.10.1", + "@fullcalendar/react": "^5.11.3", "@mdx-js/mdx": "^1.6.22", "@mdx-js/react": "^1.6.22", "@react-icons/all-files": "^4.1.0", @@ -2114,16 +2114,24 @@ } }, "node_modules/@fullcalendar/react": { - "version": "5.10.1", - "resolved": "https://registry.npmjs.org/@fullcalendar/react/-/react-5.10.1.tgz", - "integrity": "sha512-+kV5+o9qGjkoO5j0r3oawhig+hP3inE68bHKBl6dtGQ8mi3GkEGsTL12MY2n5N0hXon6+2psIQLnAjMyRYZbmg==", + "version": "5.11.3", + "resolved": "https://registry.npmjs.org/@fullcalendar/react/-/react-5.11.3.tgz", + "integrity": "sha512-pxk6da5V1Mn41M664phQ1cr+0QbhXqkDHUhAVp8OOBrtMW84nhs82IYWTZNA3cbFCn4aUgoG2oGnyxekSF3pYA==", "dependencies": { - "@fullcalendar/common": "~5.10.1", + "@fullcalendar/common": "~5.11.3", "tslib": "^2.1.0" }, "peerDependencies": { - "react": "^16.7.0 || ^17", - "react-dom": "^16.7.0 || ^17" + "react": "^16.7.0 || ^17 || ^18", + "react-dom": "^16.7.0 || ^17 || ^18" + } + }, + "node_modules/@fullcalendar/react/node_modules/@fullcalendar/common": { + "version": "5.11.3", + "resolved": "https://registry.npmjs.org/@fullcalendar/common/-/common-5.11.3.tgz", + "integrity": "sha512-welVwyfQOXQQGfDwBMSfYEPbiO1cPfUD+C7jd3ZoweJR+dSO11ddFugxIQ7dGfABAGZ63oq/+LW9FsmAJezVNg==", + "dependencies": { + "tslib": "^2.1.0" } }, "node_modules/@gatsbyjs/reach-router": { @@ -27878,12 +27886,22 @@ } }, "@fullcalendar/react": { - "version": "5.10.1", - "resolved": "https://registry.npmjs.org/@fullcalendar/react/-/react-5.10.1.tgz", - "integrity": "sha512-+kV5+o9qGjkoO5j0r3oawhig+hP3inE68bHKBl6dtGQ8mi3GkEGsTL12MY2n5N0hXon6+2psIQLnAjMyRYZbmg==", + "version": "5.11.3", + "resolved": "https://registry.npmjs.org/@fullcalendar/react/-/react-5.11.3.tgz", + "integrity": "sha512-pxk6da5V1Mn41M664phQ1cr+0QbhXqkDHUhAVp8OOBrtMW84nhs82IYWTZNA3cbFCn4aUgoG2oGnyxekSF3pYA==", "requires": { - "@fullcalendar/common": "~5.10.1", + "@fullcalendar/common": "~5.11.3", "tslib": "^2.1.0" + }, + "dependencies": { + "@fullcalendar/common": { + "version": "5.11.3", + "resolved": "https://registry.npmjs.org/@fullcalendar/common/-/common-5.11.3.tgz", + "integrity": "sha512-welVwyfQOXQQGfDwBMSfYEPbiO1cPfUD+C7jd3ZoweJR+dSO11ddFugxIQ7dGfABAGZ63oq/+LW9FsmAJezVNg==", + "requires": { + "tslib": "^2.1.0" + } + } } }, "@gatsbyjs/reach-router": { diff --git a/package.json b/package.json index 9ec5382974516..241b8854a0f16 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@fullcalendar/daygrid": "^5.10.1", "@fullcalendar/google-calendar": "^5.10.1", "@fullcalendar/interaction": "^5.11.0", - "@fullcalendar/react": "^5.10.1", + "@fullcalendar/react": "^5.11.3", "@mdx-js/mdx": "^1.6.22", "@mdx-js/react": "^1.6.22", "@react-icons/all-files": "^4.1.0",