Skip to content

Commit

Permalink
fixup! Update packages:
Browse files Browse the repository at this point in the history
  • Loading branch information
tamuratak committed Nov 4, 2024
1 parent 925a4f6 commit 3de4e20
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 52 deletions.
108 changes: 61 additions & 47 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"engines": {
"npm": ">=9.0.0",
"vscode": "^1.93.0"
"vscode": "^1.95.0"
},
"categories": [
"Programming Languages",
Expand Down Expand Up @@ -1697,18 +1697,18 @@
"ws": "8.18.0"
},
"devDependencies": {
"@eslint/js": "9.13.0",
"@eslint/js": "9.14.0",
"@types/cross-spawn": "6.0.6",
"@types/eslint__js": "8.42.3",
"@types/micromatch": "4.0.9",
"@types/mocha": "10.0.9",
"@types/node": "~20.14",
"@types/tmp": "0.2.6",
"@types/vscode": "1.93.0",
"@types/vscode": "1.95.0",
"@types/ws": "8.5.12",
"@vscode/test-electron": "2.4.1",
"@vscode/vsce": "3.2.1",
"eslint": "9.13.0",
"eslint": "9.14.0",
"glob": "11.0.0",
"mocha": "10.8.2",
"rimraf": "3.0.2",
Expand Down
2 changes: 1 addition & 1 deletion test/runTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ async function runTestsOnEachFixture(targetName: 'build' | 'rootfile' | 'viewer'
process.exit(1)
}, process.env['CI'] ? 600000 : 60000)
await runTests({
version: '1.93.0',
version: '1.95.1',
extensionDevelopmentPath,
extensionTestsPath,
launchArgs: [
Expand Down

0 comments on commit 3de4e20

Please sign in to comment.