From bfdcbfca8902fe198332fa058927527e65d3f36b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20P=C4=99dzich?= Date: Sat, 7 Jan 2023 22:18:02 +0100 Subject: [PATCH] Install html-entities --- package-lock.json | 1 + package.json | 1 + 2 files changed, 2 insertions(+) diff --git a/package-lock.json b/package-lock.json index bf94941..b29eefc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,6 +17,7 @@ "daisyui": "^2.46.0", "debounce": "^1.2.1", "fast-fuzzy": "^1.12.0", + "html-entities": "^2.3.3", "tailwindcss": "^3.2.4", "vue": "^3.2.45" }, diff --git a/package.json b/package.json index dbce2b3..c3a973b 100644 --- a/package.json +++ b/package.json @@ -27,6 +27,7 @@ "daisyui": "^2.46.0", "debounce": "^1.2.1", "fast-fuzzy": "^1.12.0", + "html-entities": "^2.3.3", "tailwindcss": "^3.2.4", "vue": "^3.2.45" },