Skip to content

Commit

Permalink
[Fix] Add missing DOMPurify package and types (#527)
Browse files Browse the repository at this point in the history
Co-authored-by: Ian Seabock (Centific Technologies Inc) <[email protected]>
  • Loading branch information
iseabock and Ian Seabock (Centific Technologies Inc) committed Jan 22, 2024
1 parent 7a7a95a commit 9a0a8fc
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 0 deletions.
42 changes: 42 additions & 0 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"@fluentui/react": "^8.105.3",
"@fluentui/react-hooks": "^8.6.29",
"@fluentui/react-icons": "^2.0.195",
"dompurify": "^3.0.8",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"react": "^18.2.0",
Expand All @@ -24,6 +25,7 @@
"remark-supersub": "^1.0.0"
},
"devDependencies": {
"@types/dompurify": "^3.0.5",
"@types/lodash-es": "^4.17.7",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
Expand Down

0 comments on commit 9a0a8fc

Please sign in to comment.