Skip to content

Commit f5ff723

Browse files
committed
issue DSpace#1404, issue DSpace#1762, issue DSpace#1763 Add support for line breaks, markdown and mathjax in metadata - add sanitize-html types to devdependencies for documentation
1 parent f57fb39 commit f5ff723

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@
158158
"@types/js-cookie": "2.2.6",
159159
"@types/lodash": "^4.14.165",
160160
"@types/node": "^14.14.9",
161+
"@types/sanitize-html": "^2.6.2",
161162
"@typescript-eslint/eslint-plugin": "5.11.0",
162163
"@typescript-eslint/parser": "5.11.0",
163164
"axe-core": "^4.3.3",

yarn.lock

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2370,6 +2370,13 @@
23702370
resolved "https://registry.yarnpkg.com/@types/retry/-/retry-0.12.1.tgz#d8f1c0d0dc23afad6dc16a9e993a0865774b4065"
23712371
integrity sha512-xoDlM2S4ortawSWORYqsdU+2rxdh4LRW9ytc3zmT37RIKQh6IHyKwwtKhKis9ah8ol07DCkZxPt8BBvPjC6v4g==
23722372

2373+
"@types/sanitize-html@^2.6.2":
2374+
version "2.6.2"
2375+
resolved "https://registry.yarnpkg.com/@types/sanitize-html/-/sanitize-html-2.6.2.tgz#9c47960841b9def1e4c9dfebaaab010a3f6e97b9"
2376+
integrity sha512-7Lu2zMQnmHHQGKXVvCOhSziQMpa+R2hMHFefzbYoYMHeaXR0uXqNeOc3JeQQQ8/6Xa2Br/P1IQTLzV09xxAiUQ==
2377+
dependencies:
2378+
htmlparser2 "^6.0.0"
2379+
23732380
"@types/scheduler@*":
23742381
version "0.16.2"
23752382
resolved "https://registry.yarnpkg.com/@types/scheduler/-/scheduler-0.16.2.tgz#1a62f89525723dde24ba1b01b092bf5df8ad4d39"

0 commit comments

Comments
 (0)