File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 2
2
"packages" : [
3
3
" packages/*"
4
4
],
5
- "version" : " 0.38.0 " ,
5
+ "version" : " 0.38.1 " ,
6
6
"$schema" : " node_modules/lerna/schemas/lerna-schema.json" ,
7
7
"npmClient" : " yarn"
8
8
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @html-eslint/cli" ,
3
- "version" : " 0.38.0 " ,
3
+ "version" : " 0.38.1 " ,
4
4
"description" : " HTML-ESLint CLI" ,
5
5
"author" : " yeonjuan <yeonjuan93@naver.com>" ,
6
6
"homepage" : " https://github.com/yeonjuan/html-eslint#readme" ,
23
23
"url" : " https://github.com/yeonjuan/html-eslint/issues"
24
24
},
25
25
"dependencies" : {
26
- "@html-eslint/eslint-plugin" : " ^0.38.0 " ,
26
+ "@html-eslint/eslint-plugin" : " ^0.38.1 " ,
27
27
"@html-eslint/parser" : " ^0.38.0" ,
28
28
"axios" : " ^1.6.2" ,
29
29
"chalk" : " ^4.1.1" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @html-eslint/eslint-plugin" ,
3
- "version" : " 0.38.0 " ,
3
+ "version" : " 0.38.1 " ,
4
4
"description" : " ESLint plugin for html" ,
5
5
"author" : " yeonjuan" ,
6
6
"homepage" : " https://github.com/yeonjuan/html-eslint#readme" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " website" ,
3
- "version" : " 0.38.0 " ,
3
+ "version" : " 0.38.1 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"clear:cache" : " rimraf ../../parcel-cache" ,
12
12
"sitemap" : " node ./scripts/sitemap"
13
13
},
14
14
"dependencies" : {
15
- "@html-eslint/eslint-plugin" : " ^0.38.0 " ,
15
+ "@html-eslint/eslint-plugin" : " ^0.38.1 " ,
16
16
"@html-eslint/parser" : " ^0.38.0" ,
17
17
"@html-eslint/web-linter" : " ^0.38.0" ,
18
18
"@html-kit/html" : " ^0.0.4" ,
Original file line number Diff line number Diff line change @@ -1260,7 +1260,7 @@ __metadata:
1260
1260
version: 0.0.0-use.local
1261
1261
resolution: "@html-eslint/cli@workspace:packages/cli"
1262
1262
dependencies:
1263
- "@html-eslint/eslint-plugin": "npm:^0.38.0 "
1263
+ "@html-eslint/eslint-plugin": "npm:^0.38.1 "
1264
1264
"@html-eslint/parser": "npm:^0.38.0"
1265
1265
axios: "npm:^1.6.2"
1266
1266
chalk: "npm:^4.1.1"
@@ -1271,7 +1271,7 @@ __metadata:
1271
1271
languageName: unknown
1272
1272
linkType: soft
1273
1273
1274
- "@html-eslint/eslint-plugin@npm:^0.38.0 , @html-eslint/eslint-plugin@workspace:packages/eslint-plugin":
1274
+ "@html-eslint/eslint-plugin@npm:^0.38.1 , @html-eslint/eslint-plugin@workspace:packages/eslint-plugin":
1275
1275
version: 0.0.0-use.local
1276
1276
resolution: "@html-eslint/eslint-plugin@workspace:packages/eslint-plugin"
1277
1277
dependencies:
@@ -15723,7 +15723,7 @@ __metadata:
15723
15723
version: 0.0.0-use.local
15724
15724
resolution: "website@workspace:packages/website"
15725
15725
dependencies:
15726
- "@html-eslint/eslint-plugin": "npm:^0.38.0 "
15726
+ "@html-eslint/eslint-plugin": "npm:^0.38.1 "
15727
15727
"@html-eslint/parser": "npm:^0.38.0"
15728
15728
"@html-eslint/web-linter": "npm:^0.38.0"
15729
15729
"@html-kit/html": "npm:^0.0.4"
You can’t perform that action at this time.
0 commit comments