Skip to content

Commit

Permalink
Updated some dependencies. Prepared for the 0.15.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
kkomelin committed Jul 9, 2021
1 parent 13a7def commit b123042
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 65 deletions.
120 changes: 60 additions & 60 deletions package-lock.json

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

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": "0.14.0",
"version": "0.15.0",
"description": "Makes it possible to use DOMPurify on server and client in the same way.",
"keywords": [
"dompurify",
Expand Down Expand Up @@ -29,13 +29,13 @@
"browser": "browser.js",
"main": "index.js",
"dependencies": {
"@types/dompurify": "^2.2.2",
"dompurify": "^2.2.9",
"@types/dompurify": "^2.2.3",
"dompurify": "^2.3.0",
"jsdom": "^16.6.0"
},
"types": "index.d.ts",
"devDependencies": {
"jest": "^27.0.4",
"terser": "^5.7.0"
"jest": "^27.0.6",
"terser": "^5.7.1"
}
}

0 comments on commit b123042

Please sign in to comment.