Skip to content

Commit

Permalink
v0.24.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yeonjuan committed Apr 6, 2024
1 parent b608c70 commit de6d2c2
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"packages": [
"packages/*"
],
"version": "0.24.0",
"version": "0.24.1",
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}
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.24.0",
"version": "0.24.1",
"description": "HTML-ESLint CLI",
"author": "yeonjuan <yeonjuan93@naver.com>",
"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.24.0",
"@html-eslint/parser": "^0.24.0",
"@html-eslint/eslint-plugin": "^0.24.1",
"@html-eslint/parser": "^0.24.1",
"axios": "^1.6.2",
"chalk": "^4.1.1",
"eslint": "^7.27.0",
Expand Down
4 changes: 2 additions & 2 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.24.0",
"version": "0.24.1",
"description": "ESLint plugin for html",
"author": "yeonjuan",
"homepage": "https://github.com/yeonjuan/html-eslint#readme",
Expand Down Expand Up @@ -45,7 +45,7 @@
"accessibility"
],
"devDependencies": {
"@html-eslint/parser": "^0.24.0",
"@html-eslint/parser": "^0.24.1",
"@types/eslint": "^8.56.2",
"@types/estree": "^0.0.47",
"es-html-parser": "^0.0.8",
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.24.0",
"version": "0.24.1",
"description": "Parser for @html-eslint/eslint-plugin",
"author": "yeonjuan",
"homepage": "https://github.com/yeonjuan/html-eslint#readme",
Expand Down
6 changes: 3 additions & 3 deletions packages/website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "website",
"version": "0.24.0",
"version": "0.24.1",
"private": true,
"scripts": {
"clear:cache": "rimraf ../../parcel-cache",
Expand All @@ -11,8 +11,8 @@
"deploy": "yarn build && firebase deploy"
},
"dependencies": {
"@html-eslint/eslint-plugin": "^0.24.0",
"@html-eslint/parser": "^0.24.0",
"@html-eslint/eslint-plugin": "^0.24.1",
"@html-eslint/parser": "^0.24.1",
"@html-eslint/web-linter": "^0.24.0",
"codemirror": "^5.58.3"
},
Expand Down

0 comments on commit de6d2c2

Please sign in to comment.