Skip to content

Commit

Permalink
Removed @types/dompurify from dependencies (refs #301). Updated depen…
Browse files Browse the repository at this point in the history
…dencies including dompurify.
  • Loading branch information
kkomelin committed Nov 24, 2024
1 parent 31d86a8 commit eb6b116
Show file tree
Hide file tree
Showing 2 changed files with 202 additions and 186 deletions.
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "isomorphic-dompurify",
"version": "2.16.0",
"version": "2.17.0",
"description": "Makes it possible to use DOMPurify on server and client in the same way.",
"keywords": [
"security",
Expand Down Expand Up @@ -34,13 +34,12 @@
"main": "index.js",
"types": "index.d.ts",
"dependencies": {
"@types/dompurify": "^3.0.5",
"dompurify": "^3.1.7",
"dompurify": "^3.2.1",
"jsdom": "^25.0.1"
},
"devDependencies": {
"terser": "^5.34.0",
"vitest": "^2.1.1"
"terser": "^5.36.0",
"vitest": "^2.1.5"
},
"engines": {
"node": ">=18"
Expand Down
Loading

0 comments on commit eb6b116

Please sign in to comment.