File tree Expand file tree Collapse file tree 11 files changed +42
-42
lines changed Expand file tree Collapse file tree 11 files changed +42
-42
lines changed Original file line number Diff line number Diff line change 2
2
"packages" : [
3
3
" packages/*"
4
4
],
5
- "version" : " 0.37 .0" ,
5
+ "version" : " 0.38 .0" ,
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.37 .0" ,
3
+ "version" : " 0.38 .0" ,
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.37 .0" ,
27
- "@html-eslint/parser" : " ^0.37 .0" ,
26
+ "@html-eslint/eslint-plugin" : " ^0.38 .0" ,
27
+ "@html-eslint/parser" : " ^0.38 .0" ,
28
28
"axios" : " ^1.6.2" ,
29
29
"chalk" : " ^4.1.1" ,
30
30
"eslint" : " ^9.19.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @html-eslint/eslint-plugin" ,
3
- "version" : " 0.37 .0" ,
3
+ "version" : " 0.38 .0" ,
4
4
"description" : " ESLint plugin for html" ,
5
5
"author" : " yeonjuan" ,
6
6
"homepage" : " https://github.com/yeonjuan/html-eslint#readme" ,
37
37
" accessibility"
38
38
],
39
39
"dependencies" : {
40
- "@html-eslint/template-parser" : " ^0.37 .0" ,
41
- "@html-eslint/template-syntax-parser" : " ^0.37 .0"
40
+ "@html-eslint/template-parser" : " ^0.38 .0" ,
41
+ "@html-eslint/template-syntax-parser" : " ^0.38 .0"
42
42
},
43
43
"devDependencies" : {
44
- "@html-eslint/parser" : " ^0.37 .0" ,
45
- "@html-eslint/types" : " ^0.37 .0" ,
44
+ "@html-eslint/parser" : " ^0.38 .0" ,
45
+ "@html-eslint/types" : " ^0.38 .0" ,
46
46
"@types/eslint" : " ^9.6.1" ,
47
47
"@types/estree" : " ^0.0.47" ,
48
48
"es-html-parser" : " 0.1.1" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " integration-test" ,
3
- "version" : " 0.37 .0" ,
3
+ "version" : " 0.38 .0" ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"test:integration" : " jest --coverage --verbose"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @html-eslint/parser" ,
3
- "version" : " 0.37 .0" ,
3
+ "version" : " 0.38 .0" ,
4
4
"description" : " Parser for @html-eslint/eslint-plugin" ,
5
5
"author" : " yeonjuan" ,
6
6
"homepage" : " https://github.com/yeonjuan/html-eslint#readme" ,
27
27
"url" : " https://github.com/yeonjuan/html-eslint/issues"
28
28
},
29
29
"dependencies" : {
30
- "@html-eslint/template-syntax-parser" : " ^0.37 .0" ,
30
+ "@html-eslint/template-syntax-parser" : " ^0.38 .0" ,
31
31
"es-html-parser" : " 0.1.1"
32
32
},
33
33
"devDependencies" : {
34
- "@html-eslint/types" : " ^0.37 .0" ,
34
+ "@html-eslint/types" : " ^0.38 .0" ,
35
35
"typescript" : " ^5.7.2"
36
36
}
37
37
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @html-eslint/template-parser" ,
3
- "version" : " 0.37 .0" ,
3
+ "version" : " 0.38 .0" ,
4
4
"description" : " HTML parser for template literals " ,
5
5
"author" : " yeonjuan" ,
6
6
"homepage" : " https://github.com/yeonjuan/html-eslint#readme" ,
31
31
"es-html-parser" : " 0.1.1"
32
32
},
33
33
"devDependencies" : {
34
- "@html-eslint/types" : " ^0.37 .0" ,
34
+ "@html-eslint/types" : " ^0.38 .0" ,
35
35
"@types/espree" : " ^10.1.0" ,
36
36
"@types/estree" : " ^0.0.47" ,
37
37
"eslint" : " ^9.19.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @html-eslint/template-syntax-parser" ,
3
- "version" : " 0.37 .0" ,
3
+ "version" : " 0.38 .0" ,
4
4
"description" : " Parse template syntax" ,
5
5
"author" : " yeonjuan" ,
6
6
"homepage" : " https://github.com/yeonjuan/html-eslint#readme" ,
28
28
"url" : " https://github.com/yeonjuan/html-eslint/issues"
29
29
},
30
30
"devDependencies" : {
31
- "@html-eslint/types" : " ^0.37 .0" ,
31
+ "@html-eslint/types" : " ^0.38 .0" ,
32
32
"eslint" : " ^9.19.0" ,
33
33
"espree" : " ^10.3.0" ,
34
34
"globals" : " ^15.12.0"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @html-eslint/types" ,
3
- "version" : " 0.37 .0" ,
3
+ "version" : " 0.38 .0" ,
4
4
"description" : " Types for @html-eslint/eslint-plugin" ,
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" : " @html-eslint/web-linter" ,
3
- "version" : " 0.37 .0" ,
3
+ "version" : " 0.38 .0" ,
4
4
"description" : " " ,
5
5
"private" : true ,
6
6
"main" : " out/output.js" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " website" ,
3
- "version" : " 0.37 .0" ,
3
+ "version" : " 0.38 .0" ,
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.37 .0" ,
16
- "@html-eslint/parser" : " ^0.37 .0" ,
17
- "@html-eslint/web-linter" : " ^0.37 .0" ,
15
+ "@html-eslint/eslint-plugin" : " ^0.38 .0" ,
16
+ "@html-eslint/parser" : " ^0.38 .0" ,
17
+ "@html-eslint/web-linter" : " ^0.38 .0" ,
18
18
"@html-kit/html" : " ^0.0.4" ,
19
19
"codemirror" : " ^5.58.3"
20
20
},
You can’t perform that action at this time.
0 commit comments