From 2220b7028c80ee99f501d1a63b728fe70d29ab2e Mon Sep 17 00:00:00 2001 From: YeonJuan Date: Wed, 4 Dec 2024 01:08:58 +0900 Subject: [PATCH] fix: deps --- yarn.lock | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/yarn.lock b/yarn.lock index 17ab313..5086e60 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1234,8 +1234,8 @@ __metadata: version: 0.0.0-use.local resolution: "@html-eslint/cli@workspace:packages/cli" dependencies: - "@html-eslint/eslint-plugin": "npm:^0.29.0" - "@html-eslint/parser": "npm:^0.29.0" + "@html-eslint/eslint-plugin": "npm:^0.30.0" + "@html-eslint/parser": "npm:^0.30.0" axios: "npm:^1.6.2" chalk: "npm:^4.1.1" eslint: "npm:^7.27.0" @@ -1245,12 +1245,12 @@ __metadata: languageName: unknown linkType: soft -"@html-eslint/eslint-plugin@npm:^0.29.0, @html-eslint/eslint-plugin@workspace:packages/eslint-plugin": +"@html-eslint/eslint-plugin@npm:^0.30.0, @html-eslint/eslint-plugin@workspace:packages/eslint-plugin": version: 0.0.0-use.local resolution: "@html-eslint/eslint-plugin@workspace:packages/eslint-plugin" dependencies: - "@html-eslint/parser": "npm:^0.29.0" - "@html-eslint/template-parser": "npm:^0.29.0" + "@html-eslint/parser": "npm:^0.30.0" + "@html-eslint/template-parser": "npm:^0.30.0" "@types/eslint": "npm:^9.6.1" "@types/estree": "npm:^0.0.47" es-html-parser: "npm:^1.0.0-alpha.4" @@ -1277,7 +1277,7 @@ __metadata: languageName: unknown linkType: soft -"@html-eslint/parser@npm:^0.29.0, @html-eslint/parser@workspace:packages/parser": +"@html-eslint/parser@npm:^0.30.0, @html-eslint/parser@workspace:packages/parser": version: 0.0.0-use.local resolution: "@html-eslint/parser@workspace:packages/parser" dependencies: @@ -1286,7 +1286,7 @@ __metadata: languageName: unknown linkType: soft -"@html-eslint/template-parser@npm:^0.29.0, @html-eslint/template-parser@workspace:packages/template-parser": +"@html-eslint/template-parser@npm:^0.30.0, @html-eslint/template-parser@workspace:packages/template-parser": version: 0.0.0-use.local resolution: "@html-eslint/template-parser@workspace:packages/template-parser" dependencies: @@ -1298,7 +1298,7 @@ __metadata: languageName: unknown linkType: soft -"@html-eslint/web-linter@npm:^0.29.0, @html-eslint/web-linter@workspace:packages/web-linter": +"@html-eslint/web-linter@npm:^0.30.0, @html-eslint/web-linter@workspace:packages/web-linter": version: 0.0.0-use.local resolution: "@html-eslint/web-linter@workspace:packages/web-linter" dependencies: @@ -15587,9 +15587,9 @@ __metadata: version: 0.0.0-use.local resolution: "website@workspace:packages/website" dependencies: - "@html-eslint/eslint-plugin": "npm:^0.29.0" - "@html-eslint/parser": "npm:^0.29.0" - "@html-eslint/web-linter": "npm:^0.29.0" + "@html-eslint/eslint-plugin": "npm:^0.30.0" + "@html-eslint/parser": "npm:^0.30.0" + "@html-eslint/web-linter": "npm:^0.30.0" "@parcel/transformer-sass": "npm:2.13.0" "@types/codemirror": "npm:^5.60.5" "@types/eslint": "npm:^8.56.2"