This repository was archived by the owner on Jan 13, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @techmely/eslint-config-react-ts" ,
3
- "version" : " 0.0.13 " ,
3
+ "version" : " 0.0.14 " ,
4
4
"description" : " Eslint config for React + Typescript project" ,
5
5
"keywords" : [
6
6
" eslint" ,
23
23
"typescript" : " 4.4.4"
24
24
},
25
25
"dependencies" : {
26
- "@techmely/eslint-config-ts" : " 0.0.15 " ,
26
+ "@techmely/eslint-config-ts" : " 0.0.16 " ,
27
27
"eslint-plugin-cypress" : " 2.12.1" ,
28
28
"eslint-plugin-jsx-a11y" : " 6.4.1" ,
29
29
"eslint-plugin-react" : " 7.26.1" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @techmely/eslint-config-svelte-ts" ,
3
- "version" : " 0.0.13 " ,
3
+ "version" : " 0.0.14 " ,
4
4
"description" : " Eslint config for Svelte + Typescript project" ,
5
5
"license" : " MIT" ,
6
6
"author" :
" Harry Tran <[email protected] > (https://ebugkia.com)" ,
18
18
"typescript" : " 4.4.4"
19
19
},
20
20
"dependencies" : {
21
- "@techmely/eslint-config-ts" : " 0.0.15 " ,
21
+ "@techmely/eslint-config-ts" : " 0.0.16 " ,
22
22
"eslint-plugin-cypress" : " 2.12.1" ,
23
23
"eslint-plugin-svelte3" : " 3.2.1"
24
24
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @techmely/eslint-config-ts" ,
3
- "version" : " 0.0.15 " ,
3
+ "version" : " 0.0.16 " ,
4
4
"description" : " Eslint base config for typescript project" ,
5
5
"keywords" : [],
6
6
"license" : " MIT" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @techmely/eslint-config-vue-ts" ,
3
- "version" : " 0.0.16 " ,
3
+ "version" : " 0.0.17 " ,
4
4
"description" : " Eslint config for Vue + Typescript project" ,
5
5
"license" : " MIT" ,
6
6
"author" :
" Harry Tran <[email protected] > (https://ebugkia.com)" ,
17
17
"typescript" : " 4.4.4"
18
18
},
19
19
"dependencies" : {
20
- "@techmely/eslint-config-ts" : " 0.0.15 " ,
20
+ "@techmely/eslint-config-ts" : " 0.0.16 " ,
21
21
"eslint-plugin-vue" : " 8.0.3"
22
22
},
23
23
"repository" : {
Original file line number Diff line number Diff line change @@ -341,7 +341,7 @@ __metadata:
341
341
version : 0.0.0-use.local
342
342
resolution : " @techmely/eslint-config-react-ts@workspace:kimochi/react"
343
343
dependencies :
344
- " @techmely/eslint-config-ts " : 0.0.15
344
+ " @techmely/eslint-config-ts " : 0.0.16
345
345
eslint-plugin-cypress : 2.12.1
346
346
eslint-plugin-jsx-a11y : 6.4.1
347
347
eslint-plugin-react : 7.26.1
@@ -356,7 +356,7 @@ __metadata:
356
356
version : 0.0.0-use.local
357
357
resolution : " @techmely/eslint-config-svelte-ts@workspace:kimochi/svelte"
358
358
dependencies :
359
- " @techmely/eslint-config-ts " : 0.0.15
359
+ " @techmely/eslint-config-ts " : 0.0.16
360
360
eslint-plugin-cypress : 2.12.1
361
361
eslint-plugin-svelte3 : 3.2.1
362
362
peerDependencies :
@@ -366,7 +366,7 @@ __metadata:
366
366
languageName : unknown
367
367
linkType : soft
368
368
369
- " @techmely/[email protected] .15 , @techmely/eslint-config-ts@workspace:kimochi/typescript " :
369
+ " @techmely/[email protected] .16 , @techmely/eslint-config-ts@workspace:kimochi/typescript " :
370
370
version : 0.0.0-use.local
371
371
resolution : " @techmely/eslint-config-ts@workspace:kimochi/typescript"
372
372
dependencies :
@@ -394,7 +394,7 @@ __metadata:
394
394
version : 0.0.0-use.local
395
395
resolution : " @techmely/eslint-config-vue-ts@workspace:kimochi/vue"
396
396
dependencies :
397
- " @techmely/eslint-config-ts " : 0.0.15
397
+ " @techmely/eslint-config-ts " : 0.0.16
398
398
eslint-plugin-vue : 8.0.3
399
399
peerDependencies :
400
400
eslint : 8.1.0
You can’t perform that action at this time.
0 commit comments