diff --git a/packages/eslint-config-bases/package.json b/packages/eslint-config-bases/package.json index 5e88cba8..c40d2ef8 100644 --- a/packages/eslint-config-bases/package.json +++ b/packages/eslint-config-bases/package.json @@ -106,7 +106,7 @@ "lint:types": "tsc --project tsconfig.json --noEmit" }, "dependencies": { - "@html-eslint/eslint-plugin": "^0.19.1", + "@html-eslint/eslint-plugin": "^0.20.0", "@html-eslint/parser": "^0.20.0", "@rushstack/eslint-patch": "^1.5.1", "@tanstack/eslint-plugin-query": "^5.0.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e95b9bde..b88fef3e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -125,8 +125,8 @@ importers: packages/eslint-config-bases: dependencies: '@html-eslint/eslint-plugin': - specifier: ^0.19.1 - version: 0.19.1 + specifier: ^0.20.0 + version: 0.20.0 '@html-eslint/parser': specifier: ^0.20.0 version: 0.20.0 @@ -1713,9 +1713,9 @@ packages: graphql: 16.8.1 dev: true - /@html-eslint/eslint-plugin@0.19.1: - resolution: {integrity: sha512-Tn+/GWLtNM6NiZFLbfM+vTK0d7gKaDgnw4Pp+DsZi09lFimi4bOPOgy8dSVnLeyFIfP6LkeuwVm4pfBZZM2qbA==} - engines: {node: '>=8.10.0'} + /@html-eslint/eslint-plugin@0.20.0: + resolution: {integrity: sha512-P5DeuqL5TmIGIiWjeezGDZPM3rXzL715MEU0QR9xOOmqNTshG3yLsk7fkfLsLiDjm0x6r4e13/5mUCbEQTek7Q==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: false /@html-eslint/parser@0.20.0: