From 912fff9b0fc60c0a1d96eb682fc00c1cc7c69ba8 Mon Sep 17 00:00:00 2001 From: Raymond Zhou <56318341+rayzhou-bit@users.noreply.github.com> Date: Fri, 30 Jun 2023 11:59:46 -0400 Subject: [PATCH] feat: update flcc to 1.61.0 (#527) --- 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 f0a25ced5..159377e5c 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.160.0", + "@edx/frontend-lib-content-components": "^1.161.0", "@edx/frontend-platform": "4.2.0", "@edx/paragon": "^20.32.0", "@fortawesome/fontawesome-svg-core": "1.2.28", @@ -2272,9 +2272,9 @@ } }, "node_modules/@edx/frontend-lib-content-components": { - "version": "1.160.0", - "resolved": "https://registry.npmjs.org/@edx/frontend-lib-content-components/-/frontend-lib-content-components-1.160.0.tgz", - "integrity": "sha512-Lhl9eZr8ytNyQbTOjIscrwld/KSgwpWipl0agg1AhjFTtXwZW5PDvr2wesukAENCVp8DFxp5M9O/6ztFMcjrbA==", + "version": "1.161.0", + "resolved": "https://registry.npmjs.org/@edx/frontend-lib-content-components/-/frontend-lib-content-components-1.161.0.tgz", + "integrity": "sha512-lMlooaw7zJnkuXSiSySa+/1r50pRmyORAkTn4iiwSVJzazfenHHBOpnuthlivc1pzh1/E2CLXFNwt63PkaqhJA==", "dependencies": { "@codemirror/lang-html": "^6.0.0", "@codemirror/lang-xml": "^6.0.0", diff --git a/package.json b/package.json index 0ffc044dc..07986d5d5 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,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.160.0", + "@edx/frontend-lib-content-components": "^1.161.0", "@edx/frontend-platform": "4.2.0", "@edx/paragon": "^20.32.0", "@fortawesome/fontawesome-svg-core": "1.2.28",