diff --git a/package-lock.json b/package-lock.json index 6821a41b20d..a47769c9c91 100644 --- a/package-lock.json +++ b/package-lock.json @@ -59416,7 +59416,7 @@ "focus-visible": "5.2.0", "i18next": "23.11.4", "i18next-http-backend": "2.5.1", - "marked": "13.0.2", + "marked": "12.0.2", "stencil-inline-svg": "1.1.0", "ts-debounce": "^4.0.0" }, @@ -59590,7 +59590,7 @@ "@coveo/headless": "2.72.0", "@coveo/release": "1.0.0", "@rollup/plugin-commonjs": "^26.0.0", - "@rollup/plugin-node-resolve": "15.2.3", + "@rollup/plugin-node-resolve": "^15.0.0", "@rollup/plugin-replace": "^5.0.0", "@rollup/plugin-terser": "0.4.4", "@rollup/plugin-typescript": "^11.0.0", @@ -61965,7 +61965,7 @@ "@coveo/bueno": "0.45.9", "@coveo/headless": "2.72.0", "dompurify": "3.1.5", - "marked": "13.0.2" + "marked": "12.0.2" }, "devDependencies": { "@ckeditor/jsdoc-plugins": "40.3.0", diff --git a/packages/atomic/package.json b/packages/atomic/package.json index b720b7ccba3..35a28a64ac7 100644 --- a/packages/atomic/package.json +++ b/packages/atomic/package.json @@ -58,7 +58,7 @@ "focus-visible": "5.2.0", "i18next": "23.11.4", "i18next-http-backend": "2.5.1", - "marked": "13.0.2", + "marked": "12.0.2", "stencil-inline-svg": "1.1.0", "ts-debounce": "^4.0.0" }, diff --git a/packages/quantic/package.json b/packages/quantic/package.json index 6d6b61c3d39..b8a939b9a5d 100644 --- a/packages/quantic/package.json +++ b/packages/quantic/package.json @@ -48,7 +48,7 @@ "@coveo/bueno": "0.45.9", "@coveo/headless": "2.72.0", "dompurify": "3.1.5", - "marked": "13.0.2" + "marked": "12.0.2" }, "engines": { "node": ">=14.0.0" diff --git a/packages/samples/headless-react/src/reportWebVitals.ts b/packages/samples/headless-react/src/reportWebVitals.ts index b7876a4776d..44740d1baee 100644 --- a/packages/samples/headless-react/src/reportWebVitals.ts +++ b/packages/samples/headless-react/src/reportWebVitals.ts @@ -1,13 +1,13 @@ -import {ReportHandler} from 'web-vitals'; +import {ReportCallback} from 'web-vitals'; -const reportWebVitals = (onPerfEntry?: ReportHandler) => { +const reportWebVitals = (onPerfEntry?: ReportCallback) => { if (onPerfEntry && onPerfEntry instanceof Function) { - import('web-vitals').then(({getCLS, getFID, getFCP, getLCP, getTTFB}) => { - getCLS(onPerfEntry); - getFID(onPerfEntry); - getFCP(onPerfEntry); - getLCP(onPerfEntry); - getTTFB(onPerfEntry); + import('web-vitals').then(({onCLS, onFID, onFCP, onLCP, onTTFB}) => { + onCLS(onPerfEntry); + onFID(onPerfEntry); + onFCP(onPerfEntry); + onLCP(onPerfEntry); + onTTFB(onPerfEntry); }); } }; diff --git a/patches/@stencil+angular-output-target+0.8.2.patch b/patches/@stencil+angular-output-target+0.8.4.patch similarity index 100% rename from patches/@stencil+angular-output-target+0.8.2.patch rename to patches/@stencil+angular-output-target+0.8.4.patch diff --git a/patches/@storybook+blocks+8.1.5.patch b/patches/@storybook+blocks+8.1.11.patch similarity index 100% rename from patches/@storybook+blocks+8.1.5.patch rename to patches/@storybook+blocks+8.1.11.patch diff --git a/patches/@storybook+web-components+8.1.5.patch b/patches/@storybook+web-components+8.1.11.patch similarity index 100% rename from patches/@storybook+web-components+8.1.5.patch rename to patches/@storybook+web-components+8.1.11.patch