Skip to content

Commit

Permalink
Upgraded dependencies. Prepared for a release.
Browse files Browse the repository at this point in the history
  • Loading branch information
kkomelin committed Mar 7, 2023
1 parent d1befd6 commit e2c264a
Show file tree
Hide file tree
Showing 2 changed files with 393 additions and 392 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "isomorphic-dompurify",
"version": "1.0.0",
"version": "1.1.0",
"description": "Makes it possible to use DOMPurify on server and client in the same way.",
"keywords": [
"security",
Expand Down Expand Up @@ -29,14 +29,14 @@
"repository": "kkomelin/isomorphic-dompurify",
"browser": "browser.js",
"main": "index.js",
"types": "index.d.ts",
"dependencies": {
"@types/dompurify": "^2.4.0",
"dompurify": "^3.0.0",
"dompurify": "^3.0.1",
"jsdom": "^21.1.0"
},
"types": "index.d.ts",
"devDependencies": {
"jest": "^29.4.2",
"terser": "^5.16.3"
"jest": "^29.5.0",
"terser": "^5.16.5"
}
}
Loading

0 comments on commit e2c264a

Please sign in to comment.