Skip to content

Commit

Permalink
fix: versions
Browse files Browse the repository at this point in the history
  • Loading branch information
yeonjuan committed Dec 1, 2024
1 parent 23e267c commit 0b015ab
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 deletions.
1 change: 0 additions & 1 deletion packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
},
"devDependencies": {
"@html-eslint/parser": "^0.28.0",
"@html-eslint/template-parser": "^0.27.0",
"@types/eslint": "^9.6.1",
"@types/estree": "^0.0.47",
"es-html-parser": "^1.0.0-alpha.4",
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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.27.0"
"@html-eslint/parser": "npm:^0.27.0"
"@html-eslint/eslint-plugin": "npm:^0.28.0"
"@html-eslint/parser": "npm:^0.28.0"
axios: "npm:^1.6.2"
chalk: "npm:^4.1.1"
eslint: "npm:^7.27.0"
Expand All @@ -1245,12 +1245,12 @@ __metadata:
languageName: unknown
linkType: soft

"@html-eslint/eslint-plugin@npm:^0.27.0, @html-eslint/eslint-plugin@workspace:packages/eslint-plugin":
"@html-eslint/eslint-plugin@npm:^0.28.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.27.0"
"@html-eslint/template-parser": "npm:^0.27.0"
"@html-eslint/parser": "npm:^0.28.0"
"@html-eslint/template-parser": "npm:^0.28.0"
"@types/eslint": "npm:^9.6.1"
"@types/estree": "npm:^0.0.47"
es-html-parser: "npm:^1.0.0-alpha.4"
Expand All @@ -1277,7 +1277,7 @@ __metadata:
languageName: unknown
linkType: soft

"@html-eslint/parser@npm:^0.27.0, @html-eslint/parser@workspace:packages/parser":
"@html-eslint/parser@npm:^0.28.0, @html-eslint/parser@workspace:packages/parser":
version: 0.0.0-use.local
resolution: "@html-eslint/parser@workspace:packages/parser"
dependencies:
Expand All @@ -1286,7 +1286,7 @@ __metadata:
languageName: unknown
linkType: soft

"@html-eslint/template-parser@npm:^0.27.0, @html-eslint/template-parser@workspace:packages/template-parser":
"@html-eslint/template-parser@npm:^0.28.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:
Expand All @@ -1298,7 +1298,7 @@ __metadata:
languageName: unknown
linkType: soft

"@html-eslint/web-linter@npm:^0.27.0, @html-eslint/web-linter@workspace:packages/web-linter":
"@html-eslint/web-linter@npm:^0.28.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:
Expand Down Expand Up @@ -15587,9 +15587,9 @@ __metadata:
version: 0.0.0-use.local
resolution: "website@workspace:packages/website"
dependencies:
"@html-eslint/eslint-plugin": "npm:^0.27.0"
"@html-eslint/parser": "npm:^0.27.0"
"@html-eslint/web-linter": "npm:^0.27.0"
"@html-eslint/eslint-plugin": "npm:^0.28.0"
"@html-eslint/parser": "npm:^0.28.0"
"@html-eslint/web-linter": "npm:^0.28.0"
"@parcel/transformer-sass": "npm:2.13.0"
"@types/codemirror": "npm:^5.60.5"
"@types/eslint": "npm:^8.56.2"
Expand Down

0 comments on commit 0b015ab

Please sign in to comment.