From dc0762312e222529bd2a27e76d06a242a00b0983 Mon Sep 17 00:00:00 2001 From: Kristin Aoki <42981026+KristinAoki@users.noreply.github.com> Date: Fri, 11 Aug 2023 14:29:57 -0400 Subject: [PATCH] feat: bump frontend-lib-content-components (#562) --- 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 c0e0c307a..c23311f12 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.168.0", + "@edx/frontend-lib-content-components": "^1.168.1", "@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.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==", + "version": "1.168.1", + "resolved": "https://registry.npmjs.org/@edx/frontend-lib-content-components/-/frontend-lib-content-components-1.168.1.tgz", + "integrity": "sha512-EB4hhHLsA9Z45obbDUzGQxgTclWWbmlkH5dfnp08A6ALh3HM92k/II9ONXFUlPlubXN1AOMfdtCiA7GCG8cNrA==", "dependencies": { "@codemirror/lang-html": "^6.0.0", "@codemirror/lang-xml": "^6.0.0", diff --git a/package.json b/package.json index 749ffcb29..28eb91945 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.168.0", + "@edx/frontend-lib-content-components": "^1.168.1", "@edx/frontend-platform": "4.2.0", "@edx/paragon": "^20.45.4", "@fortawesome/fontawesome-svg-core": "1.2.28",