typespec-vscode 0.52.0-dev.0 → 0.52.0-dev.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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "typespec-vscode",
|
|
3
|
-
"version": "0.52.0-dev.
|
|
3
|
+
"version": "0.52.0-dev.1",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
5
|
"description": "TypeSpec Language Support for VS Code",
|
|
6
6
|
"homepage": "https://microsoft.github.io/typespec",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"type": "commonjs",
|
|
25
25
|
"main": "./extension-shim.js",
|
|
26
26
|
"engines": {
|
|
27
|
-
"vscode": "^1.
|
|
27
|
+
"vscode": "^1.85.0"
|
|
28
28
|
},
|
|
29
29
|
"activationEvents": [
|
|
30
30
|
"onLanguage:typespec",
|
|
@@ -108,21 +108,21 @@
|
|
|
108
108
|
"devDependencies": {
|
|
109
109
|
"@rollup/plugin-commonjs": "~25.0.4",
|
|
110
110
|
"@rollup/plugin-node-resolve": "~15.2.1",
|
|
111
|
-
"@types/mocha": "~10.0.
|
|
111
|
+
"@types/mocha": "~10.0.6",
|
|
112
112
|
"@types/node": "~18.11.9",
|
|
113
|
-
"@types/vscode": "~1.
|
|
113
|
+
"@types/vscode": "~1.85.0",
|
|
114
114
|
"@typespec/compiler": "~0.51.0 || >=0.52.0-dev <0.52.0",
|
|
115
115
|
"@typespec/eslint-config-typespec": "~0.51.0 || >=0.52.0-dev <0.52.0",
|
|
116
116
|
"@typespec/internal-build-utils": "~0.51.0 || >=0.52.0-dev <0.52.0",
|
|
117
|
-
"eslint": "^8.
|
|
117
|
+
"eslint": "^8.55.0",
|
|
118
118
|
"c8": "~8.0.1",
|
|
119
119
|
"mocha": "~10.2.0",
|
|
120
120
|
"mocha-junit-reporter": "~2.2.1",
|
|
121
121
|
"mocha-multi-reporters": "~1.5.1",
|
|
122
122
|
"rimraf": "~5.0.1",
|
|
123
|
-
"rollup": "~
|
|
124
|
-
"typescript": "~5.
|
|
125
|
-
"@vscode/vsce": "~2.
|
|
123
|
+
"rollup": "~4.9.0",
|
|
124
|
+
"typescript": "~5.3.3",
|
|
125
|
+
"@vscode/vsce": "~2.22.0",
|
|
126
126
|
"vscode-languageclient": "~9.0.0"
|
|
127
127
|
},
|
|
128
128
|
"dependencies": {},
|
|
Binary file
|