From de873bb9ad31c5b9dd49e455c91c67e5831d78d1 Mon Sep 17 00:00:00 2001 From: connorhaugh <49422820+connorhaugh@users.noreply.github.com> Date: Thu, 27 Jan 2022 12:58:19 -0500 Subject: [PATCH] fix: update f-l-c-c version for editor save (#245) * fix: update f-l-c-c version for editor save An error in the content components caused the new html editor not to save. This will make it so it won't encode the destination uri twice. * fix: add pack-lock --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index a968b1be1..6d4708ae2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3714,9 +3714,9 @@ } }, "@edx/frontend-lib-content-components": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@edx/frontend-lib-content-components/-/frontend-lib-content-components-1.1.0.tgz", - "integrity": "sha512-UV+zm8DNk4I1UNLxSgmGQMhiYxDMUTToDeJ/hVf9/l0NVo0LauJh0pdymXUb59sVYan9Q/wzT2jZz3asn05r6g==", + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@edx/frontend-lib-content-components/-/frontend-lib-content-components-1.1.1.tgz", + "integrity": "sha512-mWfWCKj+eKgWhjgoOIEye/0+kZwWRVxXhC4NwCtgW+NHfFI/rHVPOraE2NOoNH+ml4XDLmVEjz7s93OIyyV8Nw==", "requires": { "@tinymce/tinymce-react": "^3.13.0", "babel-polyfill": "6.26.0", diff --git a/package.json b/package.json index 5c6daeaee..bef6051a1 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "dependencies": { "@edx/brand": "npm:@edx/brand-openedx@1.1.0", "@edx/frontend-component-footer": "10.1.6", - "@edx/frontend-lib-content-components": "^1.1.0", + "@edx/frontend-lib-content-components": "1.1.1", "@edx/frontend-platform": "1.14.0", "@edx/paragon": "16.17.0", "@fortawesome/fontawesome-svg-core": "1.2.28",