Skip to content

Commit

Permalink
Prepared for a new release.
Browse files Browse the repository at this point in the history
  • Loading branch information
kkomelin committed May 11, 2023
1 parent 4b7f300 commit a15b666
Show file tree
Hide file tree
Showing 2 changed files with 409 additions and 409 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "isomorphic-dompurify",
"version": "1.4.0",
"version": "1.5.0",
"description": "Makes it possible to use DOMPurify on server and client in the same way.",
"keywords": [
"security",
Expand Down Expand Up @@ -31,12 +31,12 @@
"main": "index.js",
"types": "index.d.ts",
"dependencies": {
"@types/dompurify": "^3.0.1",
"dompurify": "^3.0.2",
"@types/dompurify": "^3.0.2",
"dompurify": "^3.0.3",
"jsdom": "^22.0.0"
},
"devDependencies": {
"jest": "^29.5.0",
"terser": "^5.16.9"
"terser": "^5.17.3"
}
}
Loading

0 comments on commit a15b666

Please sign in to comment.