Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas <jonas@freesources.org>2022-09-12 12:28:02 +0300
committerJonas <jonas@freesources.org>2022-09-12 12:41:58 +0300
commit779c930f9b09624cbeab73568df266e544650777 (patch)
tree493d89c04033d8dad20cf3e0b2cc8f26a39b4635
parentf24158eaaafb7218d9f3b7cd9396a0fe01879061 (diff)
Install debounce
Signed-off-by: Jonas <jonas@freesources.org>
-rw-r--r--package-lock.json1
-rw-r--r--package.json1
2 files changed, 2 insertions, 0 deletions
diff --git a/package-lock.json b/package-lock.json
index 55de0bf0d..7bb4c8904 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -52,6 +52,7 @@
"@tiptap/suggestion": "^2.0.0-beta.96",
"@tiptap/vue-2": "^2.0.0-beta.83",
"core-js": "^3.23.2",
+ "debounce": "^1.2.1",
"escape-html": "^1.0.3",
"highlight.js": "^10.7.2",
"lowlight": "^1.20.0",
diff --git a/package.json b/package.json
index 2ce5930ce..8dd94502f 100644
--- a/package.json
+++ b/package.json
@@ -69,6 +69,7 @@
"@tiptap/suggestion": "^2.0.0-beta.96",
"@tiptap/vue-2": "^2.0.0-beta.83",
"core-js": "^3.23.2",
+ "debounce": "^1.2.1",
"escape-html": "^1.0.3",
"highlight.js": "^10.7.2",
"lowlight": "^1.20.0",