Bump all samples to Typescript 5.9

This commit is contained in:
Matt Bierner
2025-08-06 23:43:14 -07:00
parent 851e7e6927
commit e8a8df7782
172 changed files with 29082 additions and 30628 deletions

View File

@ -32,20 +32,14 @@
"vscode:prepublish": "npm run compile",
"compile": "tsc -p ./",
"watch": "tsc -watch -p ./",
"pretest": "npm run compile && npm run lint",
"lint": "eslint",
"test": "vscode-test"
"lint": "eslint"
},
"devDependencies": {
"@eslint/js": "^9.13.0",
"@stylistic/eslint-plugin": "^2.9.0",
"@types/mocha": "^10.0.7",
"@types/node": "20.x",
"@types/vscode": "^1.93.0",
"@vscode/test-cli": "^0.0.9",
"@vscode/test-electron": "^2.4.0",
"eslint": "^9.13.0",
"typescript": "^5.8.2",
"typescript-eslint": "^8.26.0"
"typescript": "^5.9.2",
"typescript-eslint": "^8.39.0"
}
}
}