1
1
{
2
2
"name" : " vscode-fastolympiccoding" ,
3
3
"displayName" : " Fast Olympic Coding" ,
4
- "version" : " 1.3.5 " ,
4
+ "version" : " 1.3.6 " ,
5
5
"description" : " Competitive programming in VSCode made easy" ,
6
6
"icon" : " ./media/icon.png" ,
7
7
"categories" : [
10
10
" Testing"
11
11
],
12
12
"engines" : {
13
- "vscode" : " ^1.100 .0"
13
+ "vscode" : " ^1.101 .0"
14
14
},
15
15
"publisher" : " sam20908" ,
16
16
"repository" : {
236
236
"command" : " fastolympiccoding.stopCompetitiveCompanion" ,
237
237
"title" : " Stop Competitive Companion" ,
238
238
"category" : " Fast Olympic Coding"
239
- }
239
+ }
240
240
],
241
241
"keybindings" : [
242
242
{
296
296
"license" : " MIT" ,
297
297
"devDependencies" : {
298
298
"@biomejs/biome" : " 1.9.4" ,
299
- "@tailwindcss/cli" : " ^4.1.7 " ,
300
- "@types/node" : " ^22.15.21 " ,
301
- "@types/vscode" : " ^1.100 .0" ,
299
+ "@tailwindcss/cli" : " ^4.1.11 " ,
300
+ "@types/node" : " ^22.15.34 " ,
301
+ "@types/vscode" : " ^1.101 .0" ,
302
302
"@types/vscode-webview" : " ^1.57.5" ,
303
303
"cross-env" : " ^7.0.3" ,
304
- "esbuild" : " ^0.25.4 " ,
304
+ "esbuild" : " ^0.25.5 " ,
305
305
"npm-run-all" : " ^4.1.5" ,
306
- "tailwindcss" : " ^4.1.7 " ,
306
+ "tailwindcss" : " ^4.1.11 " ,
307
307
"typescript" : " ^5.8.3"
308
308
},
309
309
"dependencies" : {
310
- "@preact/signals" : " ^2.0.4 " ,
310
+ "@preact/signals" : " ^2.2.1 " ,
311
311
"nu-observables" : " ^0.0.7" ,
312
- "preact" : " ^10.26.6 "
312
+ "preact" : " ^10.26.9 "
313
313
}
314
314
}
0 commit comments