File tree 4 files changed +413
-26
lines changed
4 files changed +413
-26
lines changed Original file line number Diff line number Diff line change 7
7
pull_request :
8
8
9
9
jobs :
10
- package :
10
+ packages :
11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- uses : actions/checkout@v3
Original file line number Diff line number Diff line change 8
8
"@vitest/coverage-istanbul" : " ^0.25.8" ,
9
9
"chalk" : " ^5.1.2" ,
10
10
"cspell" : " ^6.12.0" ,
11
+ "enquirer" : " ^2.3.6" ,
11
12
"eslint" : " ^8.24.0" ,
12
13
"eslint-config-prettier" : " ^8.5.0" ,
13
14
"eslint-plugin-deprecation" : " ^1.3.3" ,
25
26
"markdownlint-cli" : " ^0.32.2" ,
26
27
"npm-package-json-lint" : " ^6.3.0" ,
27
28
"npm-package-json-lint-config-default" : " ^5.0.0" ,
29
+ "octokit" : " ^2.0.10" ,
28
30
"pnpm-deduplicate" : " ^0.4.0" ,
29
31
"prettier" : " ^2.7.1" ,
30
32
"release-it" : " ^15.5.1" ,
33
+ "replace-in-file" : " ^6.3.5" ,
31
34
"sentences-per-line" : " ^0.2.1" ,
32
35
"ts-prune" : " ^0.10.3" ,
33
36
"typescript" : " ^4.8.4" ,
34
- "vitest" : " ^0.23.4"
37
+ "vitest" : " ^0.23.4" ,
38
+ "yargs" : " ^17.6.2"
35
39
},
36
40
"engines" : {
37
41
"node" : " >=18"
You can’t perform that action at this time.
0 commit comments