diff --git a/package-lock.json b/package-lock.json index 454a3d6..dfbf069 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "@fontsource/fraunces": "^5.2.9", "@fontsource/source-sans-3": "^5.2.9", "@fullcalendar/angular": "^6.1.20", - "@fullcalendar/core": "^6.1.20", + "@fullcalendar/core": "^7.0.2", "@fullcalendar/daygrid": "^6.1.20", "@primeuix/themes": "^2.0.3", "aws-amplify": "^6.20.0", @@ -4849,12 +4849,13 @@ } }, "node_modules/@fullcalendar/core": { - "version": "6.1.20", - "resolved": "https://registry.npmjs.org/@fullcalendar/core/-/core-6.1.20.tgz", - "integrity": "sha512-1cukXLlePFiJ8YKXn/4tMKsy0etxYLCkXk8nUCFi11nRONF2Ba2CD5b21/ovtOO2tL6afTJfwmc1ed3HG7eB1g==", + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/@fullcalendar/core/-/core-7.0.2.tgz", + "integrity": "sha512-EkhE1wkPttp5kKNmUNLsMwl8nUuQmLdj30SPKagOEWMJUE4AHETAu/F/SbYoRq+nksm2GWPe9cQs1kbQP2H9pA==", "license": "MIT", - "dependencies": { - "preact": "~10.12.1" + "peerDependencies": { + "@full-ui/headless-calendar": "7.0.2", + "temporal-polyfill": "^1.0.1" } }, "node_modules/@fullcalendar/daygrid": { @@ -19842,16 +19843,6 @@ "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" } }, - "node_modules/preact": { - "version": "10.12.1", - "resolved": "https://registry.npmjs.org/preact/-/preact-10.12.1.tgz", - "integrity": "sha512-l8386ixSsBdbreOAkqtrwqHwdvR35ID8c3rKPa8lCWuO86dBi32QWHV4vfsZK1utLLFMvw+Z5Ad4XLkZzchscg==", - "license": "MIT", - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/preact" - } - }, "node_modules/prelude-ls": { "version": "1.2.1", "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz", diff --git a/package.json b/package.json index 46264d0..7b72785 100644 --- a/package.json +++ b/package.json @@ -197,7 +197,7 @@ "@fontsource/fraunces": "^5.2.9", "@fontsource/source-sans-3": "^5.2.9", "@fullcalendar/angular": "^6.1.20", - "@fullcalendar/core": "^6.1.20", + "@fullcalendar/core": "^7.0.2", "@fullcalendar/daygrid": "^6.1.20", "@primeuix/themes": "^2.0.3", "aws-amplify": "^6.20.0",