typespec-vscode 0.65.0-dev.3 → 0.65.0-dev.5
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.65.0-dev.
|
|
3
|
+
"version": "0.65.0-dev.5",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
5
|
"description": "TypeSpec language support for VS Code",
|
|
6
6
|
"homepage": "https://typespec.io",
|
|
@@ -224,12 +224,12 @@
|
|
|
224
224
|
"@rollup/plugin-node-resolve": "~16.0.0",
|
|
225
225
|
"@rollup/plugin-typescript": "~12.1.0",
|
|
226
226
|
"@types/mocha": "^10.0.9",
|
|
227
|
-
"@types/node": "~22.10.
|
|
227
|
+
"@types/node": "~22.10.10",
|
|
228
228
|
"@types/vscode": "~1.96.0",
|
|
229
229
|
"@types/semver": "^7.5.8",
|
|
230
230
|
"@typespec/compiler": "~0.64.0 || >=0.65.0-dev <0.65.0",
|
|
231
231
|
"@typespec/internal-build-utils": "~0.64.0 || >=0.65.0-dev <0.65.0",
|
|
232
|
-
"@vitest/coverage-v8": "^3.0.
|
|
232
|
+
"@vitest/coverage-v8": "^3.0.4",
|
|
233
233
|
"@vitest/ui": "^3.0.3",
|
|
234
234
|
"@vscode/test-web": "^0.0.62",
|
|
235
235
|
"@vscode/vsce": "~3.2.1",
|
|
@@ -239,7 +239,7 @@
|
|
|
239
239
|
"rollup": "~4.31.0",
|
|
240
240
|
"semver": "^7.6.3",
|
|
241
241
|
"typescript": "~5.7.3",
|
|
242
|
-
"vitest": "^3.0.
|
|
242
|
+
"vitest": "^3.0.4",
|
|
243
243
|
"vscode-languageclient": "~9.0.1",
|
|
244
244
|
"yaml": "~2.7.0"
|
|
245
245
|
},
|
|
Binary file
|