|
8 | 8 | "homepage": "https://clangd.llvm.org/", |
9 | 9 | "icon": "icon.png", |
10 | 10 | "engines": { |
11 | | - "vscode": "^1.65.0" |
| 11 | + "vscode": "^1.75.0" |
12 | 12 | }, |
13 | 13 | "categories": [ |
14 | 14 | "Programming Languages", |
|
35 | 35 | "main": "./out/bundle", |
36 | 36 | "scripts": { |
37 | 37 | "esbuild": "esbuild ./src/extension.ts --bundle --outfile=out/bundle.js --external:vscode --format=cjs --platform=node", |
38 | | - "vscode:prepublish": "npm run check-ts && npm run esbuild -- --minify --keep-names", |
| 38 | + "vscode:prepublish": "npm run prepare && npm run esbuild -- --minify --keep-names", |
39 | 39 | "compile": "npm run esbuild -- --sourcemap", |
40 | | - "check-ts": "tsc -noEmit -p ./", |
| 40 | + "prepare": "tsc -p ./", |
41 | 41 | "format": "clang-format -i --glob=\"{src,test}/*.ts\"", |
42 | 42 | "test-compile": "tsc -p ./ && npm run compile", |
43 | 43 | "test": "npm run test-compile && node ./out/test/index.js", |
|
50 | 50 | "git-clang-format": "git-clang-format --extensions=ts" |
51 | 51 | }, |
52 | 52 | "dependencies": { |
53 | | - "@clangd/install": "0.1.17", |
54 | | - "abort-controller": "^3.0.0", |
55 | | - "vscode-languageclient": "8.0.2" |
| 53 | + "@clangd/install": "0.1.19", |
| 54 | + "vscode-languageclient": "^9.0.1" |
56 | 55 | }, |
57 | 56 | "devDependencies": { |
58 | | - "@types/glob": "^7.1.1", |
59 | | - "@types/mocha": "^7.0.2", |
60 | | - "@types/node": "^6.0.40", |
61 | | - "@types/sinon": "^10.0.16", |
62 | | - "@types/vscode": "1.65.0", |
63 | | - "clang-format": "^1.7.0", |
64 | | - "esbuild": "^0.14.13", |
65 | | - "glob": "^7.1.4", |
66 | | - "mocha": "^9.2.0", |
67 | | - "ovsx": "^0.3.0", |
68 | | - "sinon": "^15.2.0", |
69 | | - "typescript": "^4.5.5", |
70 | | - "vsce": "^2.7.0", |
71 | | - "vscode-test": "^1.3.0" |
| 57 | + "@types/glob": "^8.1.0", |
| 58 | + "@types/mocha": "^10.0.7", |
| 59 | + "@types/node": "^22.0.2", |
| 60 | + "@types/sinon": "^17.0.3", |
| 61 | + "@types/vscode": "1.97.0", |
| 62 | + "@vscode/test-electron": "^2.4.1", |
| 63 | + "@vscode/vsce": "^3.2.2", |
| 64 | + "clang-format": "^1.8.0", |
| 65 | + "esbuild": "^0.25.0", |
| 66 | + "glob": "^11.0.0", |
| 67 | + "mocha": "^11.1.0", |
| 68 | + "ovsx": "^0.10.1", |
| 69 | + "sinon": "^19.0.2", |
| 70 | + "typescript": "^5.5.4" |
72 | 71 | }, |
73 | 72 | "repository": { |
74 | 73 | "type": "git", |
|
0 commit comments