X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=package.json;h=4fc96810cb8c1702cd31c84177c5618b761e9fc8;hb=77f0fd50c8de53072f73052a01f69c6c6fc783f8;hp=b65e7073f27903f482c68462e994e2448381df72;hpb=2a4abfad091846a4fa528b44a31962c5150e6b0a;p=squeep-html-template-helper diff --git a/package.json b/package.json index b65e707..4fc9681 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@squeep/html-template-helper", - "version": "1.0.4", + "version": "1.5.1", "description": "Helper functions for generating HTML pages and boilerplate; intended for use in Squeep Framework Applications.", "main": "index.js", "scripts": { "coverage": "nyc npm test", "coverage-check": "nyc check-coverage", - "eslint": "eslint *.js lib", + "eslint": "eslint index.js lib", "test": "mocha --recursive" }, "repository": { @@ -17,7 +17,7 @@ "HTML" ], "engines": { - "node": ">=12.9" + "node": ">=14" }, "author": "Justin Wind ", "license": "ISC", @@ -27,16 +27,16 @@ "coverage-check" ], "devDependencies": { - "eslint": "^8.12.0", - "eslint-plugin-node": "^11.1.0", - "eslint-plugin-security": "^1.4.0", - "eslint-plugin-sonarjs": "^0.12.0", - "html-minifier-lint": "^2.0.0", - "mocha": "^9.2.2", + "eslint": "^8.57.0", + "eslint-plugin-n": "^16.6.2", + "eslint-plugin-security": "^2.1.1", + "eslint-plugin-sonarjs": "^0.24.0", + "html-validate": "^8.13.0", + "mocha": "^10.3.0", "nyc": "^15.1.0", "pre-commit": "^1.2.2" }, "dependencies": { - "@squeep/lazy": "git+https://git.squeep.com/squeep-lazy-property/#v1.0.0" + "@squeep/lazy-property": "^1.1.2" } }