X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=package.json;h=609f35c3d5cc682489894cefe7c2332388b58a20;hb=refs%2Ftags%2Fv1.2.1;hp=510df61b5ec19540ef7653b7728ab11673cae92e;hpb=f8d8a0142eaf713a9258c4f5738cdcb6b6e5c7bd;p=squeep-html-template-helper diff --git a/package.json b/package.json index 510df61..609f35c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@squeep/html-template-helper", - "version": "1.0.4", + "version": "1.2.1", "description": "Helper functions for generating HTML pages and boilerplate; intended for use in Squeep Framework Applications.", "main": "index.js", "scripts": { @@ -17,7 +17,7 @@ "HTML" ], "engines": { - "node": ">=12.9" + "node": ">=14" }, "author": "Justin Wind ", "license": "ISC", @@ -27,13 +27,16 @@ "coverage-check" ], "devDependencies": { - "eslint": "^8.11.0", + "eslint": "^8.17.0", "eslint-plugin-node": "^11.1.0", - "eslint-plugin-security": "^1.4.0", - "eslint-plugin-sonarjs": "^0.12.0", + "eslint-plugin-security": "^1.5.0", + "eslint-plugin-sonarjs": "^0.13.0", "html-minifier-lint": "^2.0.0", - "mocha": "^9.2.2", + "mocha": "^10.0.0", "nyc": "^15.1.0", "pre-commit": "^1.2.2" + }, + "dependencies": { + "@squeep/lazy-property": "git+https://git.squeep.com/squeep-lazy-property/#v1.1.0" } }