File tree Expand file tree Collapse file tree 3 files changed +276
-292
lines changed Expand file tree Collapse file tree 3 files changed +276
-292
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,9 @@ updates:
13
13
- dependency-name : " @types/node"
14
14
update-types :
15
15
- " version-update:semver-major"
16
+ - dependency-name : " eslint"
17
+ update-types :
18
+ - " version-update:semver-major"
16
19
17
20
- package-ecosystem : github-actions
18
21
directory : " /"
Original file line number Diff line number Diff line change 14
14
"homepage" : " https://github.com/nihalgonsalves/pg-error-enum#readme" ,
15
15
"main" : " dist/index.js" ,
16
16
"types" : " dist/index.d.ts" ,
17
- "packageManager" : " yarn@4.1.1+sha256.f3cc0eda8e5560e529c7147565b30faa43b4e472d90e8634d7134a37c7f59781 " ,
17
+ "packageManager" : " yarn@4.2.2+sha512.c44e283c54e02de9d1da8687025b030078c1b9648d2895a65aab8e64225bfb7becba87e1809fc0b4b6778bbd47a1e2ab6ac647de4c5e383a53a7c17db6c3ff4b " ,
18
18
"scripts" : {
19
19
"sync" : " tsx bin/sync.ts" ,
20
20
"clean" : " rm -rf ./dist/" ,
30
30
" dist/**/*"
31
31
],
32
32
"devDependencies" : {
33
- "@nihalgonsalves/esconfig" : " ^0.9.5 " ,
33
+ "@nihalgonsalves/esconfig" : " ^0.9.11 " ,
34
34
"@types/node" : " ^18" ,
35
- "@typescript-eslint/eslint-plugin" : " ^7.4 .0" ,
36
- "@typescript-eslint/parser" : " ^7.4 .0" ,
35
+ "@typescript-eslint/eslint-plugin" : " ^7.10 .0" ,
36
+ "@typescript-eslint/parser" : " ^7.10 .0" ,
37
37
"eslint" : " ^8.57.0" ,
38
38
"eslint-plugin-import" : " ^2.29.1" ,
39
- "lefthook" : " ^1.6.7 " ,
39
+ "lefthook" : " ^1.6.12 " ,
40
40
"prettier" : " ^3.2.5" ,
41
- "tsx" : " ^4.7.1 " ,
42
- "typescript" : " ^5.4.3 " ,
43
- "zod" : " ^3.22.4 "
41
+ "tsx" : " ^4.10.5 " ,
42
+ "typescript" : " ^5.4.5 " ,
43
+ "zod" : " ^3.23.8 "
44
44
}
45
45
}
You can’t perform that action at this time.
0 commit comments