astro-vscode 2.0.0-next.1 → 2.0.0-next.3

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.
Files changed (1) hide show
  1. package/package.json +5 -4
package/package.json CHANGED
@@ -23,7 +23,7 @@
23
23
  "color": "#17191E",
24
24
  "theme": "dark"
25
25
  },
26
- "version": "2.0.0-next.1",
26
+ "version": "2.0.0-next.3",
27
27
  "author": "withastro",
28
28
  "license": "MIT",
29
29
  "publisher": "astro-build",
@@ -35,7 +35,6 @@
35
35
  "workspaceContains:astro.config.*"
36
36
  ],
37
37
  "main": "./dist/node/client.js",
38
- "browser": "./dist/browser/client.js",
39
38
  "files": [
40
39
  "dist/",
41
40
  "languages/",
@@ -359,6 +358,7 @@
359
358
  ]
360
359
  },
361
360
  "devDependencies": {
361
+ "@astrojs/language-server": "^2.0.0-next.0",
362
362
  "@types/glob": "^8.1.0",
363
363
  "@types/mocha": "^10.0.1",
364
364
  "@types/node": "^16.18.26",
@@ -378,8 +378,9 @@
378
378
  "vscode-tmgrammar-test": "^0.1.1"
379
379
  },
380
380
  "dependencies": {
381
- "@astrojs/language-server": "^2.0.0-next.0",
382
- "@astrojs/ts-plugin": "^1.0.5"
381
+ "@astrojs/ts-plugin": "^1.0.5",
382
+ "prettier": "^2.8.8",
383
+ "prettier-plugin-astro": "^0.8.1"
383
384
  },
384
385
  "scripts": {
385
386
  "build": "node scripts/build.mjs -- --minify",