typespec-vscode 0.52.0-dev.2 → 0.52.0-dev.4

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "typespec-vscode",
3
- "version": "0.52.0-dev.2",
3
+ "version": "0.52.0-dev.4",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "TypeSpec Language Support for VS Code",
6
6
  "homepage": "https://microsoft.github.io/typespec",
@@ -109,7 +109,6 @@
109
109
  "@rollup/plugin-commonjs": "~25.0.4",
110
110
  "@rollup/plugin-node-resolve": "~15.2.1",
111
111
  "@rollup/plugin-typescript": "~11.1.5",
112
- "@types/mocha": "~10.0.6",
113
112
  "@types/node": "~18.11.9",
114
113
  "@types/vscode": "~1.85.0",
115
114
  "@typespec/compiler": "~0.51.0 || >=0.52.0-dev <0.52.0",
@@ -117,9 +116,9 @@
117
116
  "@typespec/internal-build-utils": "~0.51.0 || >=0.52.0-dev <0.52.0",
118
117
  "eslint": "^8.55.0",
119
118
  "c8": "~8.0.1",
120
- "mocha": "~10.2.0",
121
- "mocha-junit-reporter": "~2.2.1",
122
- "mocha-multi-reporters": "~1.5.1",
119
+ "vitest": "^1.2.0",
120
+ "@vitest/coverage-v8": "^1.1.0",
121
+ "@vitest/ui": "~1.1.3",
123
122
  "rimraf": "~5.0.1",
124
123
  "rollup": "~4.9.0",
125
124
  "typescript": "~5.3.3",
Binary file