Skip to content

Commit

Permalink
fix(deps): update dependency @html-validate/stylish to v3
Browse files Browse the repository at this point in the history
Signed-off-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
ext committed May 25, 2022
1 parent 31ef172 commit 5754f8d
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 16 deletions.
22 changes: 10 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -58,7 +58,7 @@
"@html-validate/eslint-config-typescript": "5.4.8",
"@html-validate/jest-config": "3.3.1",
"@html-validate/prettier-config": "2.2.0",
"@html-validate/stylish": "2.0.1",
"@html-validate/stylish": "3.0.1",
"@types/argparse": "2.0.10",
"@types/glob": "7.2.0",
"@types/jest": "27.5.1",
Expand Down
2 changes: 1 addition & 1 deletion src/rules/outdated-engines.spec.ts
@@ -1,4 +1,4 @@
import { Severity } from "@html-validate/stylish/dist/severity";
import { Severity } from "@html-validate/stylish";
import PackageJson from "../types/package-json";
import { outdatedEngines } from "./outdated-engines";

Expand Down
2 changes: 1 addition & 1 deletion src/rules/outdated-engines.ts
@@ -1,5 +1,5 @@
import semver from "semver";
import { Severity } from "@html-validate/stylish/dist/severity";
import { Severity } from "@html-validate/stylish";
import { Message } from "../message";
import { nodeVersions } from "../node-versions";
import PackageJson from "../types/package-json";
Expand Down
2 changes: 1 addition & 1 deletion src/rules/types-node-matching-engine.ts
@@ -1,5 +1,5 @@
import semver from "semver";
import { Severity } from "@html-validate/stylish/dist/severity";
import { Severity } from "@html-validate/stylish";
import { Message } from "../message";
import PackageJson from "../types/package-json";

Expand Down

0 comments on commit 5754f8d

Please sign in to comment.