Skip to content

Commit

Permalink
feat(Html): use html sanitizer from yfm-transform (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
d3m1d0v authored Oct 4, 2022
1 parent ae69736 commit cf8ce23
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 520 deletions.
60 changes: 32 additions & 28 deletions package-lock.json

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

8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,10 @@
"prosemirror-utils": "1.0.0-0",
"prosemirror-view": "1.26.2",
"react-use": "^17.3.2",
"sanitize-html": "^2.7.0",
"tslib": "^2.3.1"
},
"devDependencies": {
"@doc-tools/transform": "2.11.0",
"@doc-tools/transform": "2.14.0",
"@gravity-ui/eslint-config": "1.0.2",
"@gravity-ui/prettier-config": "1.0.1",
"@gravity-ui/stylelint-config": "1.0.1",
Expand All @@ -79,7 +78,6 @@
"@types/react": "17.0.50",
"@types/react-dom": "17.0.17",
"@types/rimraf": "3.0.2",
"@types/sanitize-html": "^2.6.2",
"eslint": "8.24.0",
"gulp": "4.0.2",
"gulp-cli": "2.3.0",
Expand All @@ -92,7 +90,7 @@
"jest-css-modules": "^2.1.0",
"markdown-it-testgen": "^0.1.6",
"npm-run-all": "^4.1.5",
"postcss": "8.4.17",
"postcss": "8.4.16",
"prettier": "2.7.1",
"prosemirror-test-builder": "1.1.0",
"react": "17.0.2",
Expand All @@ -106,7 +104,7 @@
"typescript": "^4.5.2"
},
"peerDependencies": {
"@doc-tools/transform": "^2.11.0",
"@doc-tools/transform": "^2.14.0",
"@gravity-ui/uikit": "^3.0.0",
"lodash": "^4.17.20",
"react": "^16.8.0 || ^17.0.0",
Expand Down
Loading

0 comments on commit cf8ce23

Please sign in to comment.