Skip to content

Commit

Permalink
v0.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yeonjuan committed Jan 21, 2025
1 parent 92e970d commit 4a0ee93
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "0.32.0",
"version": "0.33.0",
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"npmClient": "yarn"
}
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@html-eslint/cli",
"version": "0.32.0",
"version": "0.33.0",
"description": "HTML-ESLint CLI",
"author": "yeonjuan <[email protected]>",
"homepage": "https://github.com/yeonjuan/html-eslint#readme",
Expand All @@ -27,8 +27,8 @@
"url": "https://github.com/yeonjuan/html-eslint/issues"
},
"dependencies": {
"@html-eslint/eslint-plugin": "^0.32.0",
"@html-eslint/parser": "^0.32.0",
"@html-eslint/eslint-plugin": "^0.33.0",
"@html-eslint/parser": "^0.33.0",
"axios": "^1.6.2",
"chalk": "^4.1.1",
"eslint": "^7.27.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@html-eslint/eslint-plugin",
"version": "0.32.0",
"version": "0.33.0",
"description": "ESLint plugin for html",
"author": "yeonjuan",
"homepage": "https://github.com/yeonjuan/html-eslint#readme",
Expand Down Expand Up @@ -45,10 +45,10 @@
"accessibility"
],
"dependencies": {
"@html-eslint/template-parser": "^0.32.0"
"@html-eslint/template-parser": "^0.33.0"
},
"devDependencies": {
"@html-eslint/parser": "^0.32.0",
"@html-eslint/parser": "^0.33.0",
"@types/eslint": "^9.6.1",
"@types/estree": "^0.0.47",
"es-html-parser": "^1.0.0-alpha.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@html-eslint/parser",
"version": "0.32.0",
"version": "0.33.0",
"description": "Parser for @html-eslint/eslint-plugin",
"author": "yeonjuan",
"homepage": "https://github.com/yeonjuan/html-eslint#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/template-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@html-eslint/template-parser",
"version": "0.32.0",
"version": "0.33.0",
"description": "HTML parser for template literals ",
"author": "yeonjuan",
"homepage": "https://github.com/yeonjuan/html-eslint#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/web-linter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@html-eslint/web-linter",
"version": "0.32.0",
"version": "0.33.0",
"description": "",
"private": true,
"main": "out/output.js",
Expand Down
8 changes: 4 additions & 4 deletions packages/website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "website",
"version": "0.32.0",
"version": "0.33.0",
"private": true,
"scripts": {
"clear:cache": "rimraf ../../parcel-cache",
Expand All @@ -12,9 +12,9 @@
"sitemap": "node ./scripts/sitemap"
},
"dependencies": {
"@html-eslint/eslint-plugin": "^0.32.0",
"@html-eslint/parser": "^0.32.0",
"@html-eslint/web-linter": "^0.32.0",
"@html-eslint/eslint-plugin": "^0.33.0",
"@html-eslint/parser": "^0.33.0",
"@html-eslint/web-linter": "^0.33.0",
"codemirror": "^5.58.3"
},
"devDependencies": {
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.32.0"
"@html-eslint/parser": "npm:^0.32.0"
"@html-eslint/eslint-plugin": "npm:^0.33.0"
"@html-eslint/parser": "npm:^0.33.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.32.0, @html-eslint/eslint-plugin@workspace:packages/eslint-plugin":
"@html-eslint/eslint-plugin@npm:^0.33.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.32.0"
"@html-eslint/template-parser": "npm:^0.32.0"
"@html-eslint/parser": "npm:^0.33.0"
"@html-eslint/template-parser": "npm:^0.33.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.32.0, @html-eslint/parser@workspace:packages/parser":
"@html-eslint/parser@npm:^0.33.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.32.0, @html-eslint/template-parser@workspace:packages/template-parser":
"@html-eslint/template-parser@npm:^0.33.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.32.0, @html-eslint/web-linter@workspace:packages/web-linter":
"@html-eslint/web-linter@npm:^0.33.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.32.0"
"@html-eslint/parser": "npm:^0.32.0"
"@html-eslint/web-linter": "npm:^0.32.0"
"@html-eslint/eslint-plugin": "npm:^0.33.0"
"@html-eslint/parser": "npm:^0.33.0"
"@html-eslint/web-linter": "npm:^0.33.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 4a0ee93

Please sign in to comment.