From 78dc918c247fd83f55edbddbf615c80cc5d2ea39 Mon Sep 17 00:00:00 2001 From: andrey-canon Date: Fri, 16 Jun 2023 12:27:29 -0500 Subject: [PATCH] feat: update frontend eseentials to 1.2.0 This new version includes last translations and feedback carousel component --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index b388d7518a..97f0d40e9a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0-semantically-released", "license": "AGPL-3.0", "dependencies": { - "@edunext/frontend-essentials": "^1.1.1", + "@edunext/frontend-essentials": "^1.2.0", "@edx/brand": "npm:@edx/brand-openedx@1.2.0", "@edx/frontend-component-footer": "11.6.3", "@edx/frontend-component-header": "3.6.4", @@ -2759,9 +2759,9 @@ } }, "node_modules/@edunext/frontend-essentials": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/@edunext/frontend-essentials/-/frontend-essentials-1.1.1.tgz", - "integrity": "sha512-zZKVT4c574+1sK3xdugKHcfHPbj8jjz/uEWywbRalgUBxIosFJ86Nt7NTgy7NsrBP06FBn4CT7pZSmHndNArtA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@edunext/frontend-essentials/-/frontend-essentials-1.2.0.tgz", + "integrity": "sha512-pZcBbVQEfMoqVKdBeDbgdk7IcLy+Z3C9ReeMsLcs/8bgwBtZwE8sfi1QioOIygcajEHLBmDyfF1cjBBVg/KMwQ==", "dependencies": { "@edx/frontend-platform": "npm:@edunext/frontend-platform@^3.3.1-nelp-1", "@edx/paragon": "npm:@edunext/paragon@^21.0.0-alpha.8-nelp", @@ -28969,9 +28969,9 @@ "dev": true }, "@edunext/frontend-essentials": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/@edunext/frontend-essentials/-/frontend-essentials-1.1.1.tgz", - "integrity": "sha512-zZKVT4c574+1sK3xdugKHcfHPbj8jjz/uEWywbRalgUBxIosFJ86Nt7NTgy7NsrBP06FBn4CT7pZSmHndNArtA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@edunext/frontend-essentials/-/frontend-essentials-1.2.0.tgz", + "integrity": "sha512-pZcBbVQEfMoqVKdBeDbgdk7IcLy+Z3C9ReeMsLcs/8bgwBtZwE8sfi1QioOIygcajEHLBmDyfF1cjBBVg/KMwQ==", "requires": { "@edx/frontend-platform": "npm:@edunext/frontend-platform@^3.3.1-nelp-1", "@edx/paragon": "npm:@edunext/paragon@^21.0.0-alpha.8-nelp", diff --git a/package.json b/package.json index 7a579d39b6..c30936266d 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "url": "https://github.com/openedx/frontend-app-learning/issues" }, "dependencies": { - "@edunext/frontend-essentials": "^1.1.1", + "@edunext/frontend-essentials": "^1.2.0", "@edx/brand": "npm:@edx/brand-openedx@1.2.0", "@edx/frontend-component-footer": "11.6.3", "@edx/frontend-component-header": "3.6.4",