X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=package.json;h=4bacab8408af3d6663e9b7f66ebc53f5a54fd9e4;hb=2489b221a8b0c7e5a96da33fbb34ff73b19ad8f4;hp=56d176a5ec2815b4ac7fe06bd00264c1abdc7ec5;hpb=4ab85bf22ece77cccd4e92435208bca5858816f6;p=squeep-html-template-helper diff --git a/package.json b/package.json index 56d176a..4bacab8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@squeep/html-template-helper", - "version": "1.0.0", + "version": "1.0.1", "description": "Helper functions for generating HTML pages and boilerplate; intended for use in Squeep Framework Applications.", "main": "index.js", "scripts": { @@ -27,12 +27,12 @@ "coverage-check" ], "devDependencies": { - "eslint": "^8.2.0", + "eslint": "^8.6.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-security": "^1.4.0", - "eslint-plugin-sonarjs": "^0.10.0", + "eslint-plugin-sonarjs": "^0.11.0", "html-minifier-lint": "^2.0.0", - "mocha": "^9.1.3", + "mocha": "^9.1.4", "nyc": "^15.1.0", "pre-commit": "^1.2.2" }