Skip to content

Commit

Permalink
v0.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yeonjuan committed Jan 23, 2024
1 parent f115e95 commit 4399086
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -2,6 +2,6 @@
"packages": [
"packages/*"
],
"version": "0.22.0",
"version": "0.23.0",
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}
6 changes: 3 additions & 3 deletions packages/cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@html-eslint/cli",
"version": "0.22.0",
"version": "0.23.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.22.0",
"@html-eslint/parser": "^0.22.0",
"@html-eslint/eslint-plugin": "^0.23.0",
"@html-eslint/parser": "^0.23.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
@@ -1,6 +1,6 @@
{
"name": "@html-eslint/eslint-plugin",
"version": "0.22.0",
"version": "0.23.0",
"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.22.0",
"@html-eslint/parser": "^0.23.0",
"@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
@@ -1,6 +1,6 @@
{
"name": "@html-eslint/parser",
"version": "0.22.0",
"version": "0.23.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
@@ -1,6 +1,6 @@
{
"name": "@html-eslint/web-linter",
"version": "0.22.0",
"version": "0.23.0",
"description": "",
"private": true,
"main": "out/output.js",
Expand Down
8 changes: 4 additions & 4 deletions packages/website/package.json
@@ -1,6 +1,6 @@
{
"name": "website",
"version": "0.22.0",
"version": "0.23.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.22.0",
"@html-eslint/parser": "^0.22.0",
"@html-eslint/web-linter": "^0.22.0",
"@html-eslint/eslint-plugin": "^0.23.0",
"@html-eslint/parser": "^0.23.0",
"@html-eslint/web-linter": "^0.23.0",
"codemirror": "^5.58.3"
},
"devDependencies": {
Expand Down

0 comments on commit 4399086

Please sign in to comment.