astro-vscode 2.11.0 → 2.12.1
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/server.js +132 -132
- package/package.json +4 -4
package/package.json
CHANGED
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"color": "#17191E",
|
|
25
25
|
"theme": "dark"
|
|
26
26
|
},
|
|
27
|
-
"version": "2.
|
|
27
|
+
"version": "2.12.1",
|
|
28
28
|
"author": "withastro",
|
|
29
29
|
"license": "MIT",
|
|
30
30
|
"publisher": "astro-build",
|
|
@@ -223,7 +223,7 @@
|
|
|
223
223
|
]
|
|
224
224
|
},
|
|
225
225
|
"devDependencies": {
|
|
226
|
-
"@astrojs/language-server": "^2.
|
|
226
|
+
"@astrojs/language-server": "^2.12.1",
|
|
227
227
|
"@astrojs/ts-plugin": "^1.9.0",
|
|
228
228
|
"@types/glob": "^8.1.0",
|
|
229
229
|
"@types/mocha": "^10.0.1",
|
|
@@ -243,9 +243,9 @@
|
|
|
243
243
|
"vscode-tmgrammar-test": "^0.1.2"
|
|
244
244
|
},
|
|
245
245
|
"dependencies": {
|
|
246
|
-
"@astrojs/compiler": "^2.
|
|
246
|
+
"@astrojs/compiler": "^2.9.1",
|
|
247
247
|
"prettier": "^3.2.5",
|
|
248
|
-
"prettier-plugin-astro": "^0.
|
|
248
|
+
"prettier-plugin-astro": "^0.14.1"
|
|
249
249
|
},
|
|
250
250
|
"scripts": {
|
|
251
251
|
"prebuild": "cd ../ts-plugin && pnpm build",
|