Skip to content

Commit

Permalink
fix: upate minify-html-literals to v1.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
asyncLiz committed Mar 9, 2021
1 parent f305718 commit ab89bb0
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 24 deletions.
50 changes: 29 additions & 21 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"all": true
},
"dependencies": {
"minify-html-literals": "^1.3.2",
"minify-html-literals": "^1.3.5",
"rollup-pluginutils": "^2.8.2"
},
"peerDependencies": {
Expand All @@ -65,7 +65,7 @@
"devDependencies": {
"@types/chai": "^4.1.4",
"@types/mocha": "^5.2.5",
"@types/node": "^10.5.2",
"@types/node": "^14.14.32",
"@types/sinon": "^5.0.1",
"chai": "^4.1.2",
"coveralls": "^3.0.2",
Expand All @@ -80,6 +80,6 @@
"source-map-support": "^0.5.6",
"standard-version": "^9.0.0",
"ts-node": "^7.0.0",
"typescript": "^2.9.2"
"typescript": "^4.2.3"
}
}

0 comments on commit ab89bb0

Please sign in to comment.