|
5 | 5 | "version": "0.4.1", |
6 | 6 | "publisher": "satoren", |
7 | 7 | "engines": { |
8 | | - "vscode": "^1.52.0" |
| 8 | + "vscode": "^1.80.0" |
9 | 9 | }, |
10 | 10 | "categories": [ |
11 | 11 | "Debuggers" |
12 | 12 | ], |
13 | 13 | "dependencies": { |
14 | | - "lrdb-debuggable-lua": "^0.5.4", |
15 | | - "vscode-debugadapter": "^1.43.0", |
16 | | - "vscode-nls": "^5.0.0" |
| 14 | + "@vscode/debugadapter": "^1.51.0", |
| 15 | + "lrdb-debuggable-lua": "^0.7.0", |
| 16 | + "vscode-nls": "^5.2.0" |
17 | 17 | }, |
18 | 18 | "activationEvents": [ |
19 | 19 | "onDebug" |
|
29 | 29 | "scripts": { |
30 | 30 | "vscode:prepublish": "tsc -p ./", |
31 | 31 | "compile": "tsc -watch -p ./", |
32 | | - "package": "vsce package", |
33 | | - "publish": "vsce publish", |
| 32 | + "package": "@vscode/vsce package", |
| 33 | + "publish": "@vscode/vsce publish", |
34 | 34 | "build": "tsc", |
35 | | - "jest": "jest", |
36 | | - "test": "run-s build jest", |
| 35 | + "vitest": "vitest run", |
| 36 | + "test": "run-s build vitest", |
37 | 37 | "lint:eslint": "eslint . --cache --ext ts", |
38 | 38 | "lint:prettier": "prettier . --check", |
39 | 39 | "lint": "run-s lint:eslint lint:prettier", |
40 | 40 | "fix": "run-s fix:eslint fix:prettier", |
41 | | - "fix:eslint": "yarn lint:eslint --fix", |
42 | | - "fix:prettier": "yarn lint:prettier --write" |
| 41 | + "fix:eslint": "npm run lint:eslint -- --fix", |
| 42 | + "fix:prettier": "npm run lint:prettier -- --write" |
43 | 43 | }, |
44 | 44 | "devDependencies": { |
45 | | - "@semantic-release/changelog": "^6.0.0", |
46 | | - "@semantic-release/git": "^10.0.0", |
47 | | - "@types/node": "^14.16.0", |
48 | | - "@types/vscode": "^1.77.0", |
49 | | - "@typescript-eslint/eslint-plugin": "^4.33.0", |
50 | | - "@typescript-eslint/parser": "^4.33.0", |
51 | | - "eslint": "^7.15.0", |
52 | | - "eslint-config-prettier": "^8.3.0", |
53 | | - "eslint-plugin-jest": "^25.2.2", |
54 | | - "jest": "^26.6.3", |
| 45 | + "@semantic-release/changelog": "^6.0.3", |
| 46 | + "@semantic-release/git": "^10.0.1", |
| 47 | + "@types/node": "^20.11.5", |
| 48 | + "@types/vscode": "^1.80.0", |
| 49 | + "@typescript-eslint/eslint-plugin": "^6.19.0", |
| 50 | + "@typescript-eslint/parser": "^6.19.0", |
| 51 | + "@vscode/debugadapter-testsupport": "^1.51.0", |
| 52 | + "@vscode/debugprotocol": "^1.51.0", |
| 53 | + "@vscode/vsce": "^2.22.0", |
| 54 | + "eslint": "^8.56.0", |
| 55 | + "eslint-config-prettier": "^9.1.0", |
55 | 56 | "npm-run-all": "^4.1.5", |
56 | | - "prettier": "^2.4.1", |
57 | | - "semantic-release": "^20.0.2", |
| 57 | + "prettier": "^3.2.4", |
| 58 | + "semantic-release": "^23.0.0", |
58 | 59 | "semantic-release-vsce": "^5.5.3", |
59 | | - "ts-jest": "^26.4.4", |
60 | | - "ts-node": "^10.3.0", |
61 | | - "typescript": "^4.4.4", |
62 | | - "vsce": "^2.15.0", |
63 | | - "vscode-debugadapter-testsupport": "^1.49.0", |
64 | | - "vscode-debugprotocol": "^1.49.0", |
65 | | - "vscode-nls-dev": "^3.3.2", |
| 60 | + "ts-node": "^10.9.2", |
| 61 | + "typescript": "^5.3.3", |
| 62 | + "vitest": "^3.1.1", |
| 63 | + "vscode-nls-dev": "^4.0.4", |
66 | 64 | "vscode-test": "^1.6.1" |
67 | 65 | }, |
68 | 66 | "icon": "images/icon.png", |
|
222 | 220 | } |
223 | 221 | ] |
224 | 222 | ] |
225 | | - } |
| 223 | + }, |
| 224 | + "packageManager": "npm@10.2.3" |
226 | 225 | } |
0 commit comments