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.40.2 " ,
5
+ "version" : " 0.40.3 " ,
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.40.2 " ,
3
+ "version" : " 0.40.3 " ,
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.40.2 " ,
26
+ "@html-eslint/eslint-plugin" : " ^0.40.3 " ,
27
27
"@html-eslint/parser" : " ^0.40.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.40.2 " ,
3
+ "version" : " 0.40.3 " ,
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.40.2 " ,
3
+ "version" : " 0.40.3 " ,
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.40.2 " ,
15
+ "@html-eslint/eslint-plugin" : " ^0.40.3 " ,
16
16
"@html-eslint/parser" : " ^0.40.0" ,
17
17
"@html-eslint/web-linter" : " ^0.40.0" ,
18
18
"@html-kit/html" : " ^0.0.4" ,
Original file line number Diff line number Diff line change @@ -1279,7 +1279,7 @@ __metadata:
1279
1279
version: 0.0.0-use.local
1280
1280
resolution: "@html-eslint/cli@workspace:packages/cli"
1281
1281
dependencies:
1282
- "@html-eslint/eslint-plugin": "npm:^0.40.2 "
1282
+ "@html-eslint/eslint-plugin": "npm:^0.40.3 "
1283
1283
"@html-eslint/parser": "npm:^0.40.0"
1284
1284
axios: "npm:^1.6.2"
1285
1285
chalk: "npm:^4.1.1"
@@ -1290,7 +1290,7 @@ __metadata:
1290
1290
languageName: unknown
1291
1291
linkType: soft
1292
1292
1293
- "@html-eslint/eslint-plugin@npm:^0.40.2 , @html-eslint/eslint-plugin@workspace:packages/eslint-plugin":
1293
+ "@html-eslint/eslint-plugin@npm:^0.40.3 , @html-eslint/eslint-plugin@workspace:packages/eslint-plugin":
1294
1294
version: 0.0.0-use.local
1295
1295
resolution: "@html-eslint/eslint-plugin@workspace:packages/eslint-plugin"
1296
1296
dependencies:
@@ -15744,7 +15744,7 @@ __metadata:
15744
15744
version: 0.0.0-use.local
15745
15745
resolution: "website@workspace:packages/website"
15746
15746
dependencies:
15747
- "@html-eslint/eslint-plugin": "npm:^0.40.2 "
15747
+ "@html-eslint/eslint-plugin": "npm:^0.40.3 "
15748
15748
"@html-eslint/parser": "npm:^0.40.0"
15749
15749
"@html-eslint/web-linter": "npm:^0.40.0"
15750
15750
"@html-kit/html": "npm:^0.0.4"
You can’t perform that action at this time.
0 commit comments