astro-vscode 2.5.0 → 2.5.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/node/client.js +24 -24
- package/dist/node/server.js +172 -170
- package/package.json +7 -8
package/package.json
CHANGED
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"color": "#17191E",
|
|
25
25
|
"theme": "dark"
|
|
26
26
|
},
|
|
27
|
-
"version": "2.5.
|
|
27
|
+
"version": "2.5.2",
|
|
28
28
|
"author": "withastro",
|
|
29
29
|
"license": "MIT",
|
|
30
30
|
"publisher": "astro-build",
|
|
@@ -208,14 +208,14 @@
|
|
|
208
208
|
]
|
|
209
209
|
},
|
|
210
210
|
"devDependencies": {
|
|
211
|
-
"@astrojs/language-server": "^2.5.
|
|
212
|
-
"@astrojs/ts-plugin": "^1.3.
|
|
211
|
+
"@astrojs/language-server": "^2.5.2",
|
|
212
|
+
"@astrojs/ts-plugin": "^1.3.1",
|
|
213
213
|
"@types/glob": "^8.1.0",
|
|
214
214
|
"@types/mocha": "^10.0.1",
|
|
215
|
-
"@types/node": "^
|
|
215
|
+
"@types/node": "^18.17.8",
|
|
216
216
|
"@types/vscode": "^1.82.0",
|
|
217
|
-
"@volar/language-server": "~1.10.
|
|
218
|
-
"@volar/vscode": "~1.10.
|
|
217
|
+
"@volar/language-server": "~1.10.9",
|
|
218
|
+
"@volar/vscode": "~1.10.9",
|
|
219
219
|
"@vscode/test-electron": "^2.3.2",
|
|
220
220
|
"@vscode/vsce": "latest",
|
|
221
221
|
"esbuild": "^0.17.19",
|
|
@@ -223,12 +223,11 @@
|
|
|
223
223
|
"js-yaml": "^4.1.0",
|
|
224
224
|
"kleur": "^4.1.5",
|
|
225
225
|
"mocha": "^10.2.0",
|
|
226
|
-
"typescript": "~5.1.3",
|
|
227
226
|
"vscode-languageclient": "^9.0.1",
|
|
228
227
|
"vscode-tmgrammar-test": "^0.1.2"
|
|
229
228
|
},
|
|
230
229
|
"dependencies": {
|
|
231
|
-
"@astrojs/compiler": "^2.2.
|
|
230
|
+
"@astrojs/compiler": "^2.2.2",
|
|
232
231
|
"prettier": "^3.0.0",
|
|
233
232
|
"prettier-plugin-astro": "^0.12.0"
|
|
234
233
|
},
|