From 33f46be993e3c9089f93b20052193280af020a17 Mon Sep 17 00:00:00 2001 From: Raymond Zhou <56318341+rayzhou-bit@users.noreply.github.com> Date: Fri, 11 Aug 2023 13:05:02 -0400 Subject: [PATCH] feat: flcc to 1.168.0 (#561) --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index ae31f675a..c0e0c307a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@edx/brand": "npm:@edx/brand-openedx@1.1.0", "@edx/frontend-component-footer": "12.0.0", "@edx/frontend-enterprise-hotjar": "^1.2.1", - "@edx/frontend-lib-content-components": "^1.167.2", + "@edx/frontend-lib-content-components": "^1.168.0", "@edx/frontend-platform": "4.2.0", "@edx/paragon": "^20.45.4", "@fortawesome/fontawesome-svg-core": "1.2.28", @@ -2297,9 +2297,9 @@ } }, "node_modules/@edx/frontend-lib-content-components": { - "version": "1.167.2", - "resolved": "https://registry.npmjs.org/@edx/frontend-lib-content-components/-/frontend-lib-content-components-1.167.2.tgz", - "integrity": "sha512-DJ0PKB9vxnTE3BOjM8rOL95jtsuylbPGGAgQknG2kSX96/j2F/4a3R6YTzQSTZLu99iPtAKS1IrJEcUnwj3qQA==", + "version": "1.168.0", + "resolved": "https://registry.npmjs.org/@edx/frontend-lib-content-components/-/frontend-lib-content-components-1.168.0.tgz", + "integrity": "sha512-OrHFl/zjNeXPt4tGOdC+/C2kWn08ahkhJfRa6etKhdsIK/7IsvwQP9FgaQZ+gH1ZMimbiTdtNnUEXmHgBOB95Q==", "dependencies": { "@codemirror/lang-html": "^6.0.0", "@codemirror/lang-xml": "^6.0.0", diff --git a/package.json b/package.json index 8ae746e80..749ffcb29 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@edx/brand": "npm:@edx/brand-openedx@1.1.0", "@edx/frontend-component-footer": "12.0.0", "@edx/frontend-enterprise-hotjar": "^1.2.1", - "@edx/frontend-lib-content-components": "^1.167.2", + "@edx/frontend-lib-content-components": "^1.168.0", "@edx/frontend-platform": "4.2.0", "@edx/paragon": "^20.45.4", "@fortawesome/fontawesome-svg-core": "1.2.28",