File tree Expand file tree Collapse file tree 2 files changed +234
-185
lines changed Expand file tree Collapse file tree 2 files changed +234
-185
lines changed Original file line number Diff line number Diff line change 172
172
],
173
173
"scripts" : {
174
174
"start" : " vscode-framework start" ,
175
- "build" : " vscode-framework build" ,
175
+ "build" : " tsc && vscode-framework build" ,
176
176
"lint" : " eslint --ignore-pattern \" src/webview/**\" --ignore-pattern \" src/**/*.d.ts\" --ignore-pattern src/webview.ts \" src/**/*.ts\" " ,
177
177
"test" : " vitest --global"
178
178
},
185
185
"@types/vscode" : " ^1.64.0" ,
186
186
"@types/yamljs" : " ^0.2.31" ,
187
187
"@vscode/test-electron" : " ^1.6.2" ,
188
- "@zardoy/tsconfig" : " ^1.4 .0" ,
189
- "esbuild" : " ^0.13.15 " ,
188
+ "@zardoy/tsconfig" : " ^1.5 .0" ,
189
+ "esbuild" : " ^0.15.10 " ,
190
190
"eslint" : " ^8.8.0" ,
191
191
"eslint-config-zardoy" : " ^0.2.13" ,
192
192
"mocha" : " ^9.2.0" ,
193
193
"type-fest" : " ^2.11.2" ,
194
- "typescript" : " ^4.5.5 " ,
195
- "vitest" : " ^0.7.6 "
194
+ "typescript" : " ^4.8.4 " ,
195
+ "vitest" : " ^0.23.4 "
196
196
},
197
197
"dependencies" : {
198
198
"@hediet/node-reload" : " ^0.7.3" ,
You can’t perform that action at this time.
0 commit comments