Decode html entities in link embeds

This commit is contained in:
Paul Frazee 2022-11-29 09:29:57 -06:00
parent 88c868dd80
commit 57f2d1d59f
4 changed files with 12 additions and 7 deletions

View file

@ -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",