From a99eb8a44abbf9f42edd2f8c9b8c31e44c174dda Mon Sep 17 00:00:00 2001 From: Kristin Aoki <42981026+KristinAoki@users.noreply.github.com> Date: Tue, 24 Jan 2023 13:51:06 -0500 Subject: [PATCH] feat: upgrade frontend-lib-content-components (#436) --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 42e9968a5..592541138 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@edx/brand": "npm:@edx/brand-openedx@1.1.0", "@edx/frontend-build": "^11.0.0", "@edx/frontend-component-footer": "11.1.1", - "@edx/frontend-lib-content-components": "^1.85.0", + "@edx/frontend-lib-content-components": "^1.87.0", "@edx/frontend-platform": "2.5.1", "@edx/paragon": "^20.27.0", "@fortawesome/fontawesome-svg-core": "1.2.28", @@ -2179,9 +2179,9 @@ } }, "node_modules/@edx/frontend-lib-content-components": { - "version": "1.85.0", - "resolved": "https://registry.npmjs.org/@edx/frontend-lib-content-components/-/frontend-lib-content-components-1.85.0.tgz", - "integrity": "sha512-tzdEXUGiof/ce7cb9eMsTiuhmUUz8aFnKgPMMzRQVjP6bT7V2XYp9J5O02dUJhJkIZk9TZmIEYQeCTcsqV2teQ==", + "version": "1.87.0", + "resolved": "https://registry.npmjs.org/@edx/frontend-lib-content-components/-/frontend-lib-content-components-1.87.0.tgz", + "integrity": "sha512-GzsmX+Bg0z2I1FeplXUXJzMYwF8XWOt6THDNIh2kwQVEOAt/fM/DxkkdPkrSqXOrLN9H8buI6Uen2/E8AKbt8A==", "dependencies": { "@codemirror/lang-html": "^6.0.0", "@codemirror/lang-xml": "^6.0.0", @@ -2209,7 +2209,7 @@ }, "peerDependencies": { "@edx/frontend-platform": ">1.15.0", - "@edx/paragon": "^20.21.0", + "@edx/paragon": "^20.27.0", "prop-types": "^15.5.10", "react": "^16.14.0", "react-dom": "^16.14.0" @@ -27132,9 +27132,9 @@ } }, "@edx/frontend-lib-content-components": { - "version": "1.85.0", - "resolved": "https://registry.npmjs.org/@edx/frontend-lib-content-components/-/frontend-lib-content-components-1.85.0.tgz", - "integrity": "sha512-tzdEXUGiof/ce7cb9eMsTiuhmUUz8aFnKgPMMzRQVjP6bT7V2XYp9J5O02dUJhJkIZk9TZmIEYQeCTcsqV2teQ==", + "version": "1.87.0", + "resolved": "https://registry.npmjs.org/@edx/frontend-lib-content-components/-/frontend-lib-content-components-1.87.0.tgz", + "integrity": "sha512-GzsmX+Bg0z2I1FeplXUXJzMYwF8XWOt6THDNIh2kwQVEOAt/fM/DxkkdPkrSqXOrLN9H8buI6Uen2/E8AKbt8A==", "requires": { "@codemirror/lang-html": "^6.0.0", "@codemirror/lang-xml": "^6.0.0", diff --git a/package.json b/package.json index 0874e70a4..a0d2db42b 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@edx/brand": "npm:@edx/brand-openedx@1.1.0", "@edx/frontend-build": "^11.0.0", "@edx/frontend-component-footer": "11.1.1", - "@edx/frontend-lib-content-components": "^1.85.0", + "@edx/frontend-lib-content-components": "^1.87.0", "@edx/frontend-platform": "2.5.1", "@edx/paragon": "^20.27.0", "@fortawesome/fontawesome-svg-core": "1.2.28",