Skip to content

Commit 69b6cde

Browse files
committed
v0.40.2
1 parent 1658817 commit 69b6cde

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "0.40.1",
5+
"version": "0.40.2",
66
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
77
"npmClient": "yarn"
88
}

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@html-eslint/cli",
3-
"version": "0.40.1",
3+
"version": "0.40.2",
44
"description": "HTML-ESLint CLI",
55
"author": "yeonjuan <yeonjuan93@naver.com>",
66
"homepage": "https://github.com/yeonjuan/html-eslint#readme",
@@ -23,7 +23,7 @@
2323
"url": "https://github.com/yeonjuan/html-eslint/issues"
2424
},
2525
"dependencies": {
26-
"@html-eslint/eslint-plugin": "^0.40.1",
26+
"@html-eslint/eslint-plugin": "^0.40.2",
2727
"@html-eslint/parser": "^0.40.0",
2828
"axios": "^1.6.2",
2929
"chalk": "^4.1.1",

packages/eslint-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@html-eslint/eslint-plugin",
3-
"version": "0.40.1",
3+
"version": "0.40.2",
44
"description": "ESLint plugin for html",
55
"author": "yeonjuan",
66
"homepage": "https://github.com/yeonjuan/html-eslint#readme",

packages/website/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "website",
3-
"version": "0.40.1",
3+
"version": "0.40.2",
44
"private": true,
55
"scripts": {
66
"clear:cache": "rimraf ../../parcel-cache",
@@ -12,7 +12,7 @@
1212
"sitemap": "node ./scripts/sitemap"
1313
},
1414
"dependencies": {
15-
"@html-eslint/eslint-plugin": "^0.40.1",
15+
"@html-eslint/eslint-plugin": "^0.40.2",
1616
"@html-eslint/parser": "^0.40.0",
1717
"@html-eslint/web-linter": "^0.40.0",
1818
"@html-kit/html": "^0.0.4",

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1279,7 +1279,7 @@ __metadata:
12791279
version: 0.0.0-use.local
12801280
resolution: "@html-eslint/cli@workspace:packages/cli"
12811281
dependencies:
1282-
"@html-eslint/eslint-plugin": "npm:^0.40.1"
1282+
"@html-eslint/eslint-plugin": "npm:^0.40.2"
12831283
"@html-eslint/parser": "npm:^0.40.0"
12841284
axios: "npm:^1.6.2"
12851285
chalk: "npm:^4.1.1"
@@ -1290,7 +1290,7 @@ __metadata:
12901290
languageName: unknown
12911291
linkType: soft
12921292

1293-
"@html-eslint/eslint-plugin@npm:^0.40.1, @html-eslint/eslint-plugin@workspace:packages/eslint-plugin":
1293+
"@html-eslint/eslint-plugin@npm:^0.40.2, @html-eslint/eslint-plugin@workspace:packages/eslint-plugin":
12941294
version: 0.0.0-use.local
12951295
resolution: "@html-eslint/eslint-plugin@workspace:packages/eslint-plugin"
12961296
dependencies:
@@ -15744,7 +15744,7 @@ __metadata:
1574415744
version: 0.0.0-use.local
1574515745
resolution: "website@workspace:packages/website"
1574615746
dependencies:
15747-
"@html-eslint/eslint-plugin": "npm:^0.40.1"
15747+
"@html-eslint/eslint-plugin": "npm:^0.40.2"
1574815748
"@html-eslint/parser": "npm:^0.40.0"
1574915749
"@html-eslint/web-linter": "npm:^0.40.0"
1575015750
"@html-kit/html": "npm:^0.0.4"

0 commit comments

Comments
 (0)