about summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2022-11-29 09:29:57 -0600
committerPaul Frazee <pfrazee@gmail.com>2022-11-29 09:29:57 -0600
commit57f2d1d59fb4ce435fef6f99b84db6d7b4667127 (patch)
treecf81f2b0b134d58d7495aa89009e0e85864b894b /package.json
parent88c868dd808d204fc29deb162609de984745b951 (diff)
downloadvoidsky-57f2d1d59fb4ce435fef6f99b84db6d7b4667127.tar.zst
Decode html entities in link embeds
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json
index 6d54102c8..44b47d53c 100644
--- a/package.json
+++ b/package.json
@@ -22,6 +22,7 @@
     "@zxing/text-encoding": "^0.9.0",
     "base64-js": "^1.5.1",
     "email-validator": "^2.0.4",
+    "he": "^1.2.0",
     "lodash.chunk": "^4.2.0",
     "lodash.omit": "^4.5.0",
     "lru_map": "^0.4.1",
@@ -53,6 +54,7 @@
     "@babel/core": "^7.12.9",
     "@babel/runtime": "^7.12.5",
     "@react-native-community/eslint-config": "^2.0.0",
+    "@types/he": "^1.1.2",
     "@types/jest": "^26.0.23",
     "@types/lodash.chunk": "^4.2.7",
     "@types/lodash.omit": "^4.5.7",