Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
pd93 committed Apr 5, 2024
1 parent bdb7170 commit eee09af
Show file tree
Hide file tree
Showing 6 changed files with 61 additions and 213 deletions.
5 changes: 5 additions & 0 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ tasks:
cmds:
- rm -rf node_modules

yarn:update:
desc: Update dependencies
cmds:
- yarn upgrade-interactive --latest

test:
desc: Run tests
deps: [yarn:install]
Expand Down
31 changes: 15 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -356,26 +356,25 @@
"vscode:prepublish": "yarn run bundle"
},
"devDependencies": {
"@types/glob": "^8.1.0",
"@types/mocha": "^10.0.1",
"@types/glob": "8.1.0",
"@types/mocha": "10.0.6",
"@types/node": "20.x",
"@types/strip-ansi": "3.0.0",
"@types/vscode": "^1.76.0",
"@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.62.0",
"@vscode/test-electron": "^2.3.4",
"@vscode/vsce": "^2.19.0",
"esbuild": "^0.19.2",
"eslint": "^8.2.0",
"glob": "^8.1.0",
"mocha": "^10.2.0",
"ovsx": "^0.8.1",
"typescript": "^5.0.4"
"@types/vscode": "1.76.0",
"@typescript-eslint/eslint-plugin": "7.5.0",
"@typescript-eslint/parser": "7.5.0",
"@vscode/test-electron": "2.3.9",
"@vscode/vsce": "2.24.0",
"esbuild": "0.20.2",
"eslint": "8.57.0",
"mocha": "10.4.0",
"ovsx": "0.9.0",
"typescript": "5.4.4"
},
"dependencies": {
"@octokit/types": "^9.0.0",
"octokit": "^2.0.14",
"semver": "^7.5.0",
"@octokit/types": "13.1.0",
"octokit": "3.2.0",
"semver": "7.6.0",
"strip-ansi": "6.0.1"
}
}
File renamed without changes.
38 changes: 0 additions & 38 deletions src/test/suite/index.ts

This file was deleted.

7 changes: 3 additions & 4 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
{
"compilerOptions": {
"module": "commonjs",
"target": "ES2020",
"module": "Node16",
"target": "ES2022",
"outDir": "out",
"lib": [
"ES2020",
"dom"
"ES2022"
],
"sourceMap": true,
"rootDir": "src",
Expand Down
Loading

0 comments on commit eee09af

Please sign in to comment.