File tree Expand file tree Collapse file tree 2 files changed +1563
-2114
lines changed Expand file tree Collapse file tree 2 files changed +1563
-2114
lines changed Original file line number Diff line number Diff line change 23
23
"build" : " automd && unbuild" ,
24
24
"automd" : " automd" ,
25
25
"dev" : " vitest" ,
26
- "lint" : " eslint --ext .ts . && prettier -c src test" ,
27
- "lint:fix" : " eslint --fix --ext .ts . && prettier -w src test" ,
26
+ "lint" : " eslint . && prettier -c src test" ,
27
+ "lint:fix" : " eslint --fix . && prettier -w src test" ,
28
28
"prepack" : " pnpm build" ,
29
29
"release" : " pnpm test && changelogen --release && npm publish && git push --follow-tags" ,
30
30
"test" : " pnpm lint && vitest run --typecheck"
31
31
},
32
32
"devDependencies" : {
33
- "@types/node" : " ^20.12.7 " ,
33
+ "@types/node" : " ^20.14.10 " ,
34
34
"@vitest/coverage-v8" : " ^2.0.3" ,
35
- "automd" : " ^0.3.7 " ,
35
+ "automd" : " ^0.3.8 " ,
36
36
"changelogen" : " ^0.5.5" ,
37
- "eslint" : " ^8.57 .0" ,
38
- "eslint-config-unjs" : " ^0.2.1 " ,
39
- "jiti" : " ^1.21.0 " ,
40
- "prettier" : " ^3.2.5 " ,
41
- "typescript" : " ^5.4.5 " ,
37
+ "eslint" : " ^9.7 .0" ,
38
+ "eslint-config-unjs" : " ^0.3.2 " ,
39
+ "jiti" : " ^1.21.6 " ,
40
+ "prettier" : " ^3.3.3 " ,
41
+ "typescript" : " ^5.5.3 " ,
42
42
"unbuild" : " ^2.0.0" ,
43
43
"untyped" : " ^1.4.2" ,
44
44
"vitest" : " ^2.0.3"
You can’t perform that action at this time.
0 commit comments