Skip to content

Commit d6a63d3

Browse files
committed
add library to en/decode HTML entities
1 parent 14eb384 commit d6a63d3

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@
8787
"codemirror": "^6.0.1",
8888
"color": "^4.2.3",
8989
"compute-scroll-into-view": "^3.1.1",
90+
"he": "^1.2.0",
9091
"jshint": "^2.13.6",
9192
"lodash": "^4.17.21",
9293
"n3": "^1.25.1",
@@ -134,6 +135,7 @@
134135
"@testing-library/react": "^12.1.5",
135136
"@types/codemirror": "^5.60.15",
136137
"@types/color": "^3.0.6",
138+
"@types/he": "^1.2.3",
137139
"@types/jest": "^29.5.14",
138140
"@types/jshint": "^2.12.4",
139141
"@types/lodash": "^4.17.16",

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3079,6 +3079,11 @@
30793079
dependencies:
30803080
"@types/unist" "*"
30813081

3082+
"@types/he@^1.2.3":
3083+
version "1.2.3"
3084+
resolved "https://registry.yarnpkg.com/@types/he/-/he-1.2.3.tgz#c33ca3096f30cbd5d68d78211572de3f9adff75a"
3085+
integrity sha512-q67/qwlxblDzEDvzHhVkwc1gzVWxaNxeyHUBF4xElrvjL11O+Ytze+1fGpBHlr/H9myiBUaUXNnNPmBHxxfAcA==
3086+
30823087
"@types/hoist-non-react-statics@^3.3.0":
30833088
version "3.3.6"
30843089
resolved "https://registry.yarnpkg.com/@types/hoist-non-react-statics/-/hoist-non-react-statics-3.3.6.tgz#6bba74383cdab98e8db4e20ce5b4a6b98caed010"

0 commit comments

Comments
 (0)