Skip to content

Commit 5a4e4b0

Browse files
committed
v0.43.1
1 parent dff7c46 commit 5a4e4b0

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
@@ -1,6 +1,6 @@
11
{
22
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
3-
"version": "0.43.0",
3+
"version": "0.43.1",
44
"npmClient": "yarn",
55
"useWorkspaces": true,
66
"syncWorkspaceLock": true

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.43.0",
3+
"version": "0.43.1",
44
"description": "HTML-ESLint CLI",
55
"author": "yeonjuan <[email protected]>",
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.43.0",
26+
"@html-eslint/eslint-plugin": "^0.43.1",
2727
"@html-eslint/parser": "^0.43.0",
2828
"axios": "^1.9.0",
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.43.0",
3+
"version": "0.43.1",
44
"type": "commonjs",
55
"description": "ESLint plugin for HTML",
66
"author": "yeonjuan",

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.43.0",
3+
"version": "0.43.1",
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.43.0",
15+
"@html-eslint/eslint-plugin": "^0.43.1",
1616
"@html-eslint/parser": "^0.43.0",
1717
"@html-eslint/web-linter": "^0.43.0",
1818
"@html-kit/html": "^0.0.4",

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1213,7 +1213,7 @@ __metadata:
12131213
version: 0.0.0-use.local
12141214
resolution: "@html-eslint/cli@workspace:packages/cli"
12151215
dependencies:
1216-
"@html-eslint/eslint-plugin": "npm:^0.43.0"
1216+
"@html-eslint/eslint-plugin": "npm:^0.43.1"
12171217
"@html-eslint/parser": "npm:^0.43.0"
12181218
axios: "npm:^1.9.0"
12191219
chalk: "npm:^4.1.1"
@@ -1224,7 +1224,7 @@ __metadata:
12241224
languageName: unknown
12251225
linkType: soft
12261226

1227-
"@html-eslint/eslint-plugin@npm:^0.43.0, @html-eslint/eslint-plugin@workspace:packages/eslint-plugin":
1227+
"@html-eslint/eslint-plugin@npm:^0.43.1, @html-eslint/eslint-plugin@workspace:packages/eslint-plugin":
12281228
version: 0.0.0-use.local
12291229
resolution: "@html-eslint/eslint-plugin@workspace:packages/eslint-plugin"
12301230
dependencies:
@@ -14814,7 +14814,7 @@ __metadata:
1481414814
version: 0.0.0-use.local
1481514815
resolution: "website@workspace:packages/website"
1481614816
dependencies:
14817-
"@html-eslint/eslint-plugin": "npm:^0.43.0"
14817+
"@html-eslint/eslint-plugin": "npm:^0.43.1"
1481814818
"@html-eslint/parser": "npm:^0.43.0"
1481914819
"@html-eslint/web-linter": "npm:^0.43.0"
1482014820
"@html-kit/html": "npm:^0.0.4"

0 commit comments

Comments
 (0)