|
15 | 15 | },
|
16 | 16 | "packageManager": "[email protected]",
|
17 | 17 | "engines": {
|
18 |
| - "vscode": "^1.68.0" |
| 18 | + "vscode": "^1.75.0" |
19 | 19 | },
|
20 | 20 | "activationEvents": [
|
21 | 21 | "onLanguage:haml",
|
22 | 22 | "onLanguage:ruby",
|
23 |
| - "workspaceContains:Gemfile.lock", |
24 |
| - "onCommand:syntaxTree.start", |
25 |
| - "onCommand:syntaxTree.stop", |
26 |
| - "onCommand:syntaxTree.restart", |
27 |
| - "onCommand:syntaxTree.showOutputChannel", |
28 |
| - "onCommand:syntaxTree.visualize" |
| 23 | + "workspaceContains:Gemfile.lock" |
29 | 24 | ],
|
30 | 25 | "main": "./out/extension",
|
31 | 26 | "contributes": {
|
|
116 | 111 | "vscode-languageclient": "9.0.1"
|
117 | 112 | },
|
118 | 113 | "devDependencies": {
|
119 |
| - "@types/glob": "^9.0.0", |
| 114 | + "@eslint/js": "^9.31.0", |
120 | 115 | "@types/mocha": "^10.0.0",
|
121 | 116 | "@types/node": "^24.0.0",
|
122 |
| - "@types/vscode": "^1.68.0", |
123 |
| - "@typescript-eslint/eslint-plugin": "^5.47.0", |
124 |
| - "@typescript-eslint/parser": "^5.47.0", |
| 117 | + "@types/vscode": "^1.75.0", |
| 118 | + "@typescript-eslint/eslint-plugin": "^8.37.0", |
| 119 | + "@typescript-eslint/parser": "^8.37.0", |
125 | 120 | "@vscode/test-electron": "^2.2.0",
|
| 121 | + "@vscode/vsce": "^3.6.0", |
126 | 122 | "esbuild": "^0.25.0",
|
127 |
| - "eslint": "^9.12.0", |
| 123 | + "eslint": "^9.31.0", |
128 | 124 | "glob": "^11.0.0",
|
| 125 | + "globals": "^16.3.0", |
129 | 126 | "mocha": "^11.0.1",
|
130 |
| - "typescript": "^5.0.2", |
131 |
| - "vsce": "^2.9.2" |
132 |
| - }, |
133 |
| - "eslintConfig": { |
134 |
| - "parser": "@typescript-eslint/parser", |
135 |
| - "plugins": [ |
136 |
| - "@typescript-eslint" |
137 |
| - ], |
138 |
| - "extends": [ |
139 |
| - "eslint:recommended", |
140 |
| - "plugin:@typescript-eslint/eslint-recommended", |
141 |
| - "plugin:@typescript-eslint/recommended" |
142 |
| - ], |
143 |
| - "rules": { |
144 |
| - "quotes": [ |
145 |
| - "error", |
146 |
| - "double" |
147 |
| - ], |
148 |
| - "semi": "error" |
149 |
| - }, |
150 |
| - "ignorePatterns": [ |
151 |
| - "out" |
152 |
| - ] |
| 127 | + "typescript": "=5.5.4", |
| 128 | + "typescript-eslint": "^8.37.0" |
153 | 129 | },
|
154 | 130 | "__metadata": {
|
155 | 131 | "id": "b46118f9-0f6f-4320-9e2e-75c96492b4cb",
|
|
0 commit comments