File tree Expand file tree Collapse file tree 6 files changed +5458
-3367
lines changed Expand file tree Collapse file tree 6 files changed +5458
-3367
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ jobs:
11
11
steps :
12
12
- name : Checkout the repository
13
13
uses : actions/checkout@v2
14
- - name : Setup PNPM 7
14
+ - name : Setup PNPM 9
15
15
uses : pnpm/action-setup@v2.0.1
16
16
with :
17
- version : 7
17
+ version : 9
18
18
- name : Setup Node 18
19
19
uses : actions/setup-node@v2
20
20
with :
Original file line number Diff line number Diff line change 44
44
"clipboardy" : " 3.0.0" ,
45
45
"compression" : " 1.7.4" ,
46
46
"is-port-reachable" : " 4.0.0" ,
47
- "serve-handler" : " 6.1.5 " ,
47
+ "serve-handler" : " 6.1.6 " ,
48
48
"update-check" : " 1.5.4"
49
49
},
50
50
"devDependencies" : {
51
51
"@types/compression" : " 1.7.2" ,
52
52
"@types/serve-handler" : " 6.1.1" ,
53
53
"@vercel/style-guide" : " 3.0.0" ,
54
- "c8 " : " 7.12.0 " ,
54
+ "@vitest/coverage-v8 " : " 2.1.3 " ,
55
55
"eslint" : " 8.19.0" ,
56
56
"got" : " 12.1.0" ,
57
57
"husky" : " 8.0.1" ,
58
58
"lint-staged" : " 13.0.3" ,
59
59
"prettier" : " 2.7.1" ,
60
- "tsup" : " 6.1.3 " ,
61
- "tsx" : " 3.7 .1" ,
62
- "typescript" : " 4 .6.4 " ,
63
- "vitest" : " 0.18.0 "
60
+ "tsup" : " 8.3.0 " ,
61
+ "tsx" : " 4.19 .1" ,
62
+ "typescript" : " 5 .6.3 " ,
63
+ "vitest" : " 2.1.3 "
64
64
},
65
65
"tsup" : {
66
66
"target" : " esnext" ,
90
90
"tests" : [
91
91
" vitest --run"
92
92
]
93
- }
93
+ },
94
+ "packageManager" : " pnpm@9.12.1+sha512.e5a7e52a4183a02d5931057f7a0dbff9d5e9ce3161e33fa68ae392125b79282a8a8a470a51dfc8a0ed86221442eb2fb57019b0990ed24fab519bf0e1bc5ccfc4"
94
95
}
You can’t perform that action at this time.
0 commit comments