From 7eca625ecdedadbc131a9c083274f49f1fe0c4bd Mon Sep 17 00:00:00 2001 From: YeonJuan Date: Wed, 3 Sep 2025 22:28:15 +0900 Subject: [PATCH] fix: fix @html-eslint/types deps --- packages/eslint-plugin/package.json | 4 ++-- packages/parser/package.json | 2 +- packages/template-parser/package.json | 2 +- packages/template-syntax-parser/package.json | 4 +++- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/packages/eslint-plugin/package.json b/packages/eslint-plugin/package.json index 2297ef8c..ae630e2c 100644 --- a/packages/eslint-plugin/package.json +++ b/packages/eslint-plugin/package.json @@ -42,14 +42,14 @@ "@eslint/plugin-kit": "^0.3.1", "@html-eslint/parser": "^0.46.0", "@html-eslint/template-parser": "^0.46.0", - "@html-eslint/template-syntax-parser": "^0.46.0" + "@html-eslint/template-syntax-parser": "^0.46.0", + "@html-eslint/types": "^0.46.0" }, "peerDependencies": { "eslint": "^8.0.0 || ^9.0.0" }, "devDependencies": { "@eslint/core": "^0.14.0", - "@html-eslint/types": "^0.46.0", "@types/estree": "^0.0.47", "es-html-parser": "0.3.0", "eslint": "^9.27.0", diff --git a/packages/parser/package.json b/packages/parser/package.json index 783685f3..da2bf0d1 100644 --- a/packages/parser/package.json +++ b/packages/parser/package.json @@ -28,10 +28,10 @@ }, "dependencies": { "@html-eslint/template-syntax-parser": "^0.46.0", + "@html-eslint/types": "^0.46.0", "es-html-parser": "0.3.0" }, "devDependencies": { - "@html-eslint/types": "^0.46.0", "typescript": "^5.8.3" } } diff --git a/packages/template-parser/package.json b/packages/template-parser/package.json index 52a10993..8bfcc693 100644 --- a/packages/template-parser/package.json +++ b/packages/template-parser/package.json @@ -28,10 +28,10 @@ "url": "https://github.com/yeonjuan/html-eslint/issues" }, "dependencies": { + "@html-eslint/types": "^0.46.0", "es-html-parser": "0.3.0" }, "devDependencies": { - "@html-eslint/types": "^0.46.0", "@types/espree": "^10.1.0", "@types/estree": "^0.0.47", "eslint": "^9.19.0", diff --git a/packages/template-syntax-parser/package.json b/packages/template-syntax-parser/package.json index 5da6ed1f..b24b8ae0 100644 --- a/packages/template-syntax-parser/package.json +++ b/packages/template-syntax-parser/package.json @@ -27,8 +27,10 @@ "bugs": { "url": "https://github.com/yeonjuan/html-eslint/issues" }, + "dependencies": { + "@html-eslint/types": "^0.46.0" + }, "devDependencies": { - "@html-eslint/types": "^0.46.0", "eslint": "^9.19.0", "globals": "^15.12.0" }