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:
authorMax <max@nextcloud.com>2022-04-11 10:52:42 +0300
committerMax <max@nextcloud.com>2022-04-11 10:53:02 +0300
commitc8e4ed7322850aa405908f2481725e6fa381b1c4 (patch)
tree66c70b83ae2ac99ec2735389da43832ea176062a /package.json
parent2988f54bddd388f7a6dfee8913531dddab9283da (diff)
npm: remove our own dependency on entities.
It was introduced in b757b003c to make sure we use entities >2.0 to satisfy some dependencies. But we do not depend on it ourselves. Signed-off-by: Max <max@nextcloud.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 0 insertions, 1 deletions
diff --git a/package.json b/package.json
index c98f19cfe..1814e8677 100644
--- a/package.json
+++ b/package.json
@@ -65,7 +65,6 @@
"@tiptap/suggestion": "^2.0.0-beta.90",
"@tiptap/vue-2": "^2.0.0-beta.69",
"core-js": "^3.21.1",
- "entities": "^3.0.1",
"escape-html": "^1.0.3",
"highlight.js": "^10.7.2",
"lowlight": "^1.20.0",