Skip to content

Commit

Permalink
v0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yeonjuan committed Dec 8, 2023
1 parent 502a9bf commit 56a3c77
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"packages": [
"packages/*"
],
"version": "0.21.0",
"version": "0.22.0",
"$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.21.0",
"version": "0.22.0",
"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.21.0",
"@html-eslint/parser": "^0.21.0",
"@html-eslint/eslint-plugin": "^0.22.0",
"@html-eslint/parser": "^0.22.0",
"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.21.0",
"version": "0.22.0",
"description": "ESLint plugin for html",
"author": "yeonjuan",
"homepage": "https://github.com/yeonjuan/html-eslint#readme",
Expand Down Expand Up @@ -41,7 +41,7 @@
"accessibility"
],
"devDependencies": {
"@html-eslint/parser": "^0.21.0",
"@html-eslint/parser": "^0.22.0",
"@types/eslint": "^7.2.10",
"@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.21.0",
"version": "0.22.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/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.21.0",
"version": "0.22.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.21.0",
"version": "0.22.0",
"private": true,
"scripts": {
"clear:cache": "rimraf ../../parcel-cache",
Expand All @@ -11,9 +11,9 @@
"deploy": "yarn build && firebase deploy"
},
"dependencies": {
"@html-eslint/eslint-plugin": "^0.21.0",
"@html-eslint/parser": "^0.21.0",
"@html-eslint/web-linter": "^0.21.0",
"@html-eslint/eslint-plugin": "^0.22.0",
"@html-eslint/parser": "^0.22.0",
"@html-eslint/web-linter": "^0.22.0",
"codemirror": "^5.58.3"
},
"devDependencies": {
Expand Down

0 comments on commit 56a3c77

Please sign in to comment.