X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=package.json;h=29a65b4deac44bab92e6fe01ccb0c1aa0baff5bc;hb=04484918ab107b834e16ba6918eaa3da80c6b29f;hp=a6d90768cb4522b374ade7bf039b279897716d6e;hpb=1a30abbe9af92790cb3f66b1c96b5dbee55753f3;p=squeep-html-template-helper diff --git a/package.json b/package.json index a6d9076..29a65b4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@squeep/html-template-helper", - "version": "1.2.0", + "version": "1.3.0", "description": "Helper functions for generating HTML pages and boilerplate; intended for use in Squeep Framework Applications.", "main": "index.js", "scripts": { @@ -27,16 +27,16 @@ "coverage-check" ], "devDependencies": { - "eslint": "^8.17.0", + "eslint": "^8.23.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-security": "^1.5.0", - "eslint-plugin-sonarjs": "^0.13.0", + "eslint-plugin-sonarjs": "^0.15.0", "html-minifier-lint": "^2.0.0", "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" + "@squeep/lazy-property": "^1.1.2" } }