Skip to content

Commit 16ee711

Browse files
committed
Version 1.3.6 + update dependencies
1 parent b681fcd commit 16ee711

File tree

2 files changed

+262
-252
lines changed

2 files changed

+262
-252
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vscode-fastolympiccoding",
33
"displayName": "Fast Olympic Coding",
4-
"version": "1.3.5",
4+
"version": "1.3.6",
55
"description": "Competitive programming in VSCode made easy",
66
"icon": "./media/icon.png",
77
"categories": [
@@ -10,7 +10,7 @@
1010
"Testing"
1111
],
1212
"engines": {
13-
"vscode": "^1.100.0"
13+
"vscode": "^1.101.0"
1414
},
1515
"publisher": "sam20908",
1616
"repository": {
@@ -236,7 +236,7 @@
236236
"command": "fastolympiccoding.stopCompetitiveCompanion",
237237
"title": "Stop Competitive Companion",
238238
"category": "Fast Olympic Coding"
239-
}
239+
}
240240
],
241241
"keybindings": [
242242
{
@@ -296,19 +296,19 @@
296296
"license": "MIT",
297297
"devDependencies": {
298298
"@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",
302302
"@types/vscode-webview": "^1.57.5",
303303
"cross-env": "^7.0.3",
304-
"esbuild": "^0.25.4",
304+
"esbuild": "^0.25.5",
305305
"npm-run-all": "^4.1.5",
306-
"tailwindcss": "^4.1.7",
306+
"tailwindcss": "^4.1.11",
307307
"typescript": "^5.8.3"
308308
},
309309
"dependencies": {
310-
"@preact/signals": "^2.0.4",
310+
"@preact/signals": "^2.2.1",
311311
"nu-observables": "^0.0.7",
312-
"preact": "^10.26.6"
312+
"preact": "^10.26.9"
313313
}
314314
}

0 commit comments

Comments
 (0)