Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
will-v-pi committed Jan 6, 2025
1 parent 2b7efa4 commit 6c4c25a
Show file tree
Hide file tree
Showing 4 changed files with 430 additions and 379 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -294,34 +294,34 @@
"test": "yarn run lint"
},
"devDependencies": {
"@eslint/js": "^9.9.0",
"@eslint/js": "^9.17.0",
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"@types/adm-zip": "^0.5.5",
"@types/adm-zip": "^0.5.7",
"@types/ini": "^4.1.1",
"@types/node": "20.14.0",
"@types/uuid": "^10.0.0",
"@types/vscode": "^1.92.0",
"@types/which": "^3.0.4",
"eslint": "^9.9.0",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"globals": "^15.9.0",
"rollup": "^4.21.0",
"rollup": "^4.30.0",
"tslib": "^2.6.3",
"typescript": "^5.5.4",
"typescript-eslint": "^8.1.0"
"typescript-eslint": "^8.19.0"
},
"dependencies": {
"@vscode/python-extension": "^1.0.5",
"adm-zip": "^0.5.14 <0.5.15",
"got": "^14.4.2",
"ini": "^4.1.3",
"rimraf": "^5.0.7",
"undici": "^6.19.7",
"uuid": "^10.0.0",
"which": "^4.0.0"
"adm-zip": "^0.5.16",
"got": "^14.4.5",
"ini": "^5.0.0",
"rimraf": "^6.0.1",
"undici": "^6.21.0",
"uuid": "^11.0.4",
"which": "^5.0.0"
},
"packageManager": "[email protected]"
}
2 changes: 1 addition & 1 deletion src/webview/activityBar.mts
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ export class PicoProjectActivityBar
}

public getChildren(
element?: QuickAccessCommand | undefined
element?: QuickAccessCommand
): QuickAccessCommand[] {
if (element === undefined) {
return [
Expand Down
2 changes: 1 addition & 1 deletion src/webview/newProjectPanel.mts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import { type ExecOptions, exec } from "child_process";
import { HOME_VAR } from "../settings.mjs";
import Settings from "../settings.mjs";
import Logger from "../logger.mjs";
import { dirname, join } from "path";
import { join } from "path";
import { join as joinPosix } from "path/posix";
import {
type SupportedToolchainVersion,
Expand Down
Loading

0 comments on commit 6c4c25a

Please sign in to comment.