Skip to content

Commit

Permalink
Updated dependencies. Prepared for the release.
Browse files Browse the repository at this point in the history
  • Loading branch information
kkomelin committed Nov 6, 2020
1 parent 6f97789 commit 47e77a7
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 13 deletions.
18 changes: 9 additions & 9 deletions package-lock.json

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

11 changes: 7 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
{
"name": "isomorphic-dompurify",
"version": "0.8.0",
"version": "0.9.0",
"description": "Makes it possible to use DOMPurify on server and client in the same way.",
"keywords": [
"dompurify",
"xss-filter",
"xss",
"isomorphic",
"wrapper"
"wrapper",
"universal",
"ssr",
"html-escape"
],
"scripts": {
"test": "jest"
Expand All @@ -26,11 +29,11 @@
"main": "index.js",
"dependencies": {
"@types/dompurify": "^2.0.4",
"dompurify": "^2.2.0",
"dompurify": "^2.2.2",
"jsdom": "^16.4.0"
},
"types": "index.d.ts",
"devDependencies": {
"jest": "^26.4.2"
"jest": "^26.6.3"
}
}

0 comments on commit 47e77a7

Please sign in to comment.