Skip to content

Commit

Permalink
v0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yeonjuan committed Oct 19, 2023
1 parent 1d531dc commit ac1a79f
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"useWorkspaces": true,
"packages": ["packages/*"],
"version": "0.19.1",
"version": "0.20.0",
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}
22 changes: 11 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.19.1",
"version": "0.20.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.19.1",
"@html-eslint/parser": "^0.19.1",
"@html-eslint/eslint-plugin": "^0.20.0",
"@html-eslint/parser": "^0.20.0",
"axios": "^0.21.1",
"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.19.1",
"version": "0.20.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.19.1",
"@html-eslint/parser": "^0.20.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.19.1",
"version": "0.20.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.19.0",
"version": "0.20.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.19.1",
"version": "0.20.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -9,9 +9,9 @@
"ts": "tsc --noEmit"
},
"dependencies": {
"@html-eslint/eslint-plugin": "^0.19.1",
"@html-eslint/parser": "^0.19.1",
"@html-eslint/web-linter": "^0.19.0",
"@html-eslint/eslint-plugin": "^0.20.0",
"@html-eslint/parser": "^0.20.0",
"@html-eslint/web-linter": "^0.20.0",
"classnames": "^2.3.1",
"codemirror": "^5.58.3",
"eslint": "^8.29.0",
Expand Down

0 comments on commit ac1a79f

Please sign in to comment.