From cc6da2fee5ac20a2e9a89634592bff07a7c81319 Mon Sep 17 00:00:00 2001 From: Javier Gamarra Date: Fri, 6 Aug 2021 00:57:29 +0200 Subject: [PATCH] LPS-136887 Update alloyeditor to v2.14.3 Motivation - get fix from this PR: liferay/alloy-editor#1496 Full release notes: https://github.com/liferay/alloy-editor/releases/tag/v2.14.3 --- .../frontend-editor-alloyeditor-web/package.json | 2 +- modules/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/modules/apps/frontend-editor/frontend-editor-alloyeditor-web/package.json b/modules/apps/frontend-editor/frontend-editor-alloyeditor-web/package.json index 4f72f43c9971ff..b6658a02d2f9ef 100644 --- a/modules/apps/frontend-editor/frontend-editor-alloyeditor-web/package.json +++ b/modules/apps/frontend-editor/frontend-editor-alloyeditor-web/package.json @@ -1,6 +1,6 @@ { "dependencies": { - "alloyeditor": "2.14.0" + "alloyeditor": "2.14.3" }, "name": "frontend-editor-alloyeditor-web", "scripts": { diff --git a/modules/yarn.lock b/modules/yarn.lock index e34b4efe8c14ab..8553a40666569a 100644 --- a/modules/yarn.lock +++ b/modules/yarn.lock @@ -2388,10 +2388,10 @@ alloy-ui@^3.1.0-deprecated.40: resolved "https://registry.yarnpkg.com/alloy-ui/-/alloy-ui-3.1.0.tgz#95842e4c793abbfe84aa8abfc5a637cd36dda823" integrity sha1-lYQuTHk6u/6Eqoq/xaY3zTbdqCM= -alloyeditor@2.14.0: - version "2.14.0" - resolved "https://registry.yarnpkg.com/alloyeditor/-/alloyeditor-2.14.0.tgz#93627e77bfb8db5553b097147ccc6c4d0f5ef4d9" - integrity sha512-nyEbDHCbNIEMZjUTcqCAeKzHgCLEwlKFIrPJJAv0V7bFxGdMTvzRYnXPz3+gTSuX1ckfTiTNd6HGK2VpnGtnAA== +alloyeditor@2.14.3: + version "2.14.3" + resolved "https://registry.yarnpkg.com/alloyeditor/-/alloyeditor-2.14.3.tgz#d6eb075bf22b73b697146b6ea8fcb7e2d96f1914" + integrity sha512-Muf2rK7OMmH8Kiyovg/F5ma4srUOY8D7tli7eFE0VxtzqcXjmPBHWCJEi2YAlZE8uaRqpN3GIDnV/74dQFtApw== dependencies: clay-css "^2.11.1" prop-types "^15.6.2"