astro-vscode 2.7.7 → 2.8.0

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/package.json CHANGED
@@ -24,7 +24,7 @@
24
24
  "color": "#17191E",
25
25
  "theme": "dark"
26
26
  },
27
- "version": "2.7.7",
27
+ "version": "2.8.0",
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.7.7",
212
- "@astrojs/ts-plugin": "^1.5.3",
211
+ "@astrojs/language-server": "^2.8.0",
212
+ "@astrojs/ts-plugin": "^1.6.0",
213
213
  "@types/glob": "^8.1.0",
214
214
  "@types/mocha": "^10.0.1",
215
215
  "@types/node": "^18.17.8",
216
216
  "@types/vscode": "^1.82.0",
217
- "@volar/language-server": "~2.0.4",
218
- "@volar/vscode": "~2.0.4",
217
+ "@volar/language-server": "~2.1.2",
218
+ "@volar/vscode": "~2.1.2",
219
219
  "@vscode/test-electron": "^2.3.2",
220
220
  "@vscode/vsce": "latest",
221
221
  "esbuild": "^0.17.19",
@@ -228,9 +228,9 @@
228
228
  "vscode-tmgrammar-test": "^0.1.2"
229
229
  },
230
230
  "dependencies": {
231
- "@astrojs/compiler": "^2.4.0",
232
- "prettier": "^3.0.0",
233
- "prettier-plugin-astro": "^0.12.0"
231
+ "@astrojs/compiler": "^2.7.0",
232
+ "prettier": "^3.2.5",
233
+ "prettier-plugin-astro": "^0.13.0"
234
234
  },
235
235
  "scripts": {
236
236
  "prebuild": "cd ../ts-plugin && pnpm build",