From 641a169e6f1fb1989144ea74e0820110b583c884 Mon Sep 17 00:00:00 2001 From: Kristin Aoki <42981026+KristinAoki@users.noreply.github.com> Date: Wed, 22 Mar 2023 14:52:22 -0400 Subject: [PATCH] feat: upgrade flcc to 1.11.8.0 (#466) --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 073a5b214..ce2f735af 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@edx/brand": "npm:@edx/brand-openedx@1.1.0", "@edx/frontend-component-footer": "11.1.1", - "@edx/frontend-lib-content-components": "^1.117.1", + "@edx/frontend-lib-content-components": "^1.118.0", "@edx/frontend-platform": "2.5.1", "@edx/paragon": "^20.28.0", "@fortawesome/fontawesome-svg-core": "1.2.28", @@ -2229,9 +2229,9 @@ } }, "node_modules/@edx/frontend-lib-content-components": { - "version": "1.117.1", - "resolved": "https://registry.npmjs.org/@edx/frontend-lib-content-components/-/frontend-lib-content-components-1.117.1.tgz", - "integrity": "sha512-ZbSvR0UE3ICgCBcwnzd6DWPqlk0fYYNqEx/gY0Cmn1u/r5aGz/TIyDU9D0CUxBxLjtf9S2LCre6O1Tp2TAfVjQ==", + "version": "1.118.0", + "resolved": "https://registry.npmjs.org/@edx/frontend-lib-content-components/-/frontend-lib-content-components-1.118.0.tgz", + "integrity": "sha512-iJRqX2sQMr0v+4A/iFecs7FJ2igs00IY2Wkni01ljYgx5NhcFe1HFFnajYdFwsBQd3HzYyVQClqghGWdeYHUyQ==", "dependencies": { "@codemirror/lang-html": "^6.0.0", "@codemirror/lang-xml": "^6.0.0", @@ -26916,9 +26916,9 @@ } }, "@edx/frontend-lib-content-components": { - "version": "1.117.1", - "resolved": "https://registry.npmjs.org/@edx/frontend-lib-content-components/-/frontend-lib-content-components-1.117.1.tgz", - "integrity": "sha512-ZbSvR0UE3ICgCBcwnzd6DWPqlk0fYYNqEx/gY0Cmn1u/r5aGz/TIyDU9D0CUxBxLjtf9S2LCre6O1Tp2TAfVjQ==", + "version": "1.118.0", + "resolved": "https://registry.npmjs.org/@edx/frontend-lib-content-components/-/frontend-lib-content-components-1.118.0.tgz", + "integrity": "sha512-iJRqX2sQMr0v+4A/iFecs7FJ2igs00IY2Wkni01ljYgx5NhcFe1HFFnajYdFwsBQd3HzYyVQClqghGWdeYHUyQ==", "requires": { "@codemirror/lang-html": "^6.0.0", "@codemirror/lang-xml": "^6.0.0", diff --git a/package.json b/package.json index e931888dd..c8ee2300b 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "dependencies": { "@edx/brand": "npm:@edx/brand-openedx@1.1.0", "@edx/frontend-component-footer": "11.1.1", - "@edx/frontend-lib-content-components": "^1.117.1", + "@edx/frontend-lib-content-components": "^1.118.0", "@edx/frontend-platform": "2.5.1", "@edx/paragon": "^20.28.0", "@fortawesome/fontawesome-svg-core": "1.2.28",