X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=package.json;h=54a649ad970445ee0684ef72cb66aa7c3bbdd8e5;hb=f02188f99140aabbd289b610d5968145c83fd057;hp=9303b57712f584e92fa3276bf3b83d28c083d5fa;hpb=e2c0fe7d1ab89eb892cad2f9003391c2e41010e7;p=squeep-html-template-helper diff --git a/package.json b/package.json index 9303b57..54a649a 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@squeep/html-template-helper", - "version": "1.1.1", + "version": "1.4.0", "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.13.0", + "eslint": "^8.57.0", + "eslint-plugin-n": "^16.6.2", + "eslint-plugin-security": "^2.1.1", + "eslint-plugin-sonarjs": "^0.24.0", "html-minifier-lint": "^2.0.0", - "mocha": "^9.2.2", + "mocha": "^10.3.0", "nyc": "^15.1.0", "pre-commit": "^1.2.2" }, "dependencies": { - "@squeep/lazy-property": "git+https://git.squeep.com/squeep-lazy-property/#v1.0.0" + "@squeep/lazy-property": "^1.1.2" } }