diff --git a/htmlhint-server/package-lock.json b/htmlhint-server/package-lock.json index 8e898ed..eed56e5 100644 --- a/htmlhint-server/package-lock.json +++ b/htmlhint-server/package-lock.json @@ -8,7 +8,7 @@ "name": "htmlhint-server", "version": "1.0.0", "dependencies": { - "htmlhint": "^1.3.0", + "htmlhint": "^1.4.0", "strip-json-comments": "3.1.1", "vscode-languageserver": "3.5.1" }, @@ -140,10 +140,9 @@ } }, "node_modules/htmlhint": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/htmlhint/-/htmlhint-1.3.0.tgz", - "integrity": "sha512-rapRu+/KFnok9ehmaE6uQcHT3+ypxkzod6vCjqa7121z7c4dJKCqDk6/Yu4pv1b25xEJY4gkS13lu9MxnVhwMg==", - "license": "MIT", + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/htmlhint/-/htmlhint-1.4.0.tgz", + "integrity": "sha512-KEnLSlrg0GGB79l4bJaDTniBCMs8RYYCQv86Qcw+VRod176fgWgpXLv+iuo1DSd8sujXFJkV6aT2SQTl0Daxew==", "dependencies": { "async": "3.2.6", "chalk": "4.1.2", diff --git a/htmlhint-server/package.json b/htmlhint-server/package.json index 298e087..2246790 100644 --- a/htmlhint-server/package.json +++ b/htmlhint-server/package.json @@ -8,7 +8,7 @@ "watch": "tsc --watch -p ./src" }, "dependencies": { - "htmlhint": "^1.3.0", + "htmlhint": "^1.4.0", "strip-json-comments": "3.1.1", "vscode-languageserver": "3.5.1" }, @@ -19,4 +19,4 @@ "engines": { "node": "*" } -} +} \ No newline at end of file diff --git a/htmlhint/README.md b/htmlhint/README.md index 9dfe163..e9682b6 100644 --- a/htmlhint/README.md +++ b/htmlhint/README.md @@ -2,11 +2,11 @@ Integrates the [HTMLHint](https://github.com/htmlhint/HTMLHint) static analysis tool into Visual Studio Code. -![hero](https://github.com/htmlhint/vscode-htmlhint/raw/main/htmlhint/images/hero.png) +![HTMLHint - VS Code Extension](https://github.com/htmlhint/vscode-htmlhint/raw/main/htmlhint/images/hero.png) ## Configuration -The HTMLHint extension will attempt to use the locally installed HTMLHint module (the project-specific module if present, or a globally installed HTMLHint module). If a locally installed HTMLHint isn't available, the extension will use the embedded version (current version 1.2.0). +The HTMLHint extension will attempt to use the locally installed HTMLHint module (the project-specific module if present, or a globally installed HTMLHint module). If a locally installed HTMLHint isn't available, the extension will use the embedded version (current version 1.4.0). To install a version to the local project folder, run `npm install --save-dev htmlhint`. To install a global version on the current machine, run `npm install --global htmlhint`. diff --git a/htmlhint/package-lock.json b/htmlhint/package-lock.json index ee2ae63..1f834c2 100644 --- a/htmlhint/package-lock.json +++ b/htmlhint/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-htmlhint", - "version": "1.3.0", + "version": "1.4.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vscode-htmlhint", - "version": "1.3.0", + "version": "1.4.0", "bundleDependencies": [ "vscode-languageclient", "htmlhint", @@ -14,7 +14,7 @@ ], "license": "SEE LICENSE IN LICENSE.md", "dependencies": { - "htmlhint": "^1.3.0", + "htmlhint": "^1.4.0", "strip-json-comments": "3.1.1", "vscode-languageclient": "3.5.1" }, @@ -330,11 +330,10 @@ } }, "node_modules/htmlhint": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/htmlhint/-/htmlhint-1.3.0.tgz", - "integrity": "sha512-rapRu+/KFnok9ehmaE6uQcHT3+ypxkzod6vCjqa7121z7c4dJKCqDk6/Yu4pv1b25xEJY4gkS13lu9MxnVhwMg==", + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/htmlhint/-/htmlhint-1.4.0.tgz", + "integrity": "sha512-KEnLSlrg0GGB79l4bJaDTniBCMs8RYYCQv86Qcw+VRod176fgWgpXLv+iuo1DSd8sujXFJkV6aT2SQTl0Daxew==", "inBundle": true, - "license": "MIT", "dependencies": { "async": "3.2.6", "chalk": "4.1.2", diff --git a/htmlhint/package.json b/htmlhint/package.json index aa37510..08c52d9 100644 --- a/htmlhint/package.json +++ b/htmlhint/package.json @@ -3,7 +3,7 @@ "displayName": "HTMLHint", "description": "VS Code integration for HTMLHint - A Static Code Analysis Tool for HTML", "icon": "images/icon.png", - "version": "1.3.0", + "version": "1.4.0", "publisher": "HTMLHint", "galleryBanner": { "color": "#333333", @@ -80,7 +80,7 @@ }, "dependencies": { "vscode-languageclient": "3.5.1", - "htmlhint": "^1.3.0", + "htmlhint": "^1.4.0", "strip-json-comments": "3.1.1" }, "bundleDependencies": [ @@ -91,4 +91,4 @@ "volta": { "node": "18.20.7" } -} +} \ No newline at end of file