|
83 | 83 | "publish": "vsce publish patch"
|
84 | 84 | },
|
85 | 85 | "devDependencies": {
|
| 86 | + "@electron/rebuild": "^3.3.0", |
86 | 87 | "@elm-tooling/tree-sitter-elm": "github:elm-tooling/tree-sitter-elm#0aecfbf69f0c9bcdfada0f6f2c5398235c23949f",
|
87 | 88 | "@types/mocha": "^2.2.42",
|
88 | 89 | "@types/node": "^8.10.25",
|
89 | 90 | "@types/vscode": "~1.58.0",
|
90 |
| - "@typescript-eslint/eslint-plugin": "^5.20.0", |
91 |
| - "@typescript-eslint/parser": "^5.20.0", |
| 91 | + "@typescript-eslint/eslint-plugin": "^6.11.0", |
| 92 | + "@typescript-eslint/parser": "^6.11.0", |
92 | 93 | "@vscode/test-electron": "^2.1.3",
|
93 |
| - "electron-rebuild": "^2.3.5", |
94 |
| - "eslint": "^8.13.0", |
95 |
| - "eslint-config-prettier": "^8.5.0", |
| 94 | + "eslint": "^8.53.0", |
| 95 | + "eslint-config-prettier": "^9.0.0", |
96 | 96 | "tree-sitter-agda": "github:pokey/tree-sitter-agda#e5fba6cabe8c7fc7993ced2b86704f3841215284",
|
97 | 97 | "tree-sitter-bash": "^0.19.0",
|
98 | 98 | "tree-sitter-c": "^0.19.0",
|
|
103 | 103 | "tree-sitter-css": "^0.19.0",
|
104 | 104 | "tree-sitter-elixir": "github:elixir-lang/tree-sitter-elixir#b20eaa75565243c50be5e35e253d8beb58f45d56",
|
105 | 105 | "tree-sitter-go": "github:tree-sitter/tree-sitter-go#bbaa67a180cfe0c943e50c55130918be8efb20bd",
|
106 |
| - "tree-sitter-haskell": "github:tree-sitter/tree-sitter-haskell#d6ccd2d9c40bdec29fee0027ef04fe5ff1ae4ceb", |
| 106 | + "tree-sitter-haskell": "github:tree-sitter/tree-sitter-haskell#ca10c43a4c9bfe588c480d2941726c2fadcae699", |
107 | 107 | "tree-sitter-hcl": "https://github.com/MichaHoffmann/tree-sitter-hcl#b5539065432c08e4118eb3ee7c94902fdda85708",
|
108 | 108 | "tree-sitter-html": "^0.19.0",
|
109 | 109 | "tree-sitter-java": "github:tree-sitter/tree-sitter-java#ac14b4b1884102839455d32543ab6d53ae089ab7",
|
|
128 | 128 | "tree-sitter-talon": "github:wenkokke/tree-sitter-talon#dafc9fabf7acc1a46d51cce379cec00c07661aa7",
|
129 | 129 | "tree-sitter-typescript": "github:tree-sitter/tree-sitter-typescript#286e90c32060032225f636a573d0e999f7766c97",
|
130 | 130 | "tree-sitter-yaml": "^0.5.0",
|
131 |
| - "tslint": "^6.0.0", |
132 | 131 | "typescript": "^4.5.5"
|
133 | 132 | },
|
134 | 133 | "dependencies": {
|
|
0 commit comments