From 61d1e9e0d44cd7742eaacdca0bf01c1efe6530b7 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Fri, 2 Sep 2022 11:18:10 -0400 Subject: [PATCH] fix(deps): temporarily add back old textcomplete dependencies so emoji plugin can import them Revert this commit once the emoji plugin is patched so it refers to the newer textcomplete module --- install/package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install/package.json b/install/package.json index 0fa776a76a..2792344528 100644 --- a/install/package.json +++ b/install/package.json @@ -129,6 +129,8 @@ "sortablejs": "1.15.0", "spdx-license-list": "6.6.0", "spider-detector": "2.0.0", + "textcomplete": "0.18.2", + "textcomplete.contenteditable": "0.1.1", "timeago": "1.6.7", "tinycon": "0.6.8", "toobusy-js": "0.5.1",