typespec-vscode 0.43.0 → 0.44.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.
@@ -13,7 +13,7 @@ granted herein, whether by implication, estoppel or otherwise.
13
13
  3. concat-map version 0.0.1 (https://github.com/substack/node-concat-map)
14
14
  4. lru-cache version 6.0.0 (https://github.com/isaacs/node-lru-cache)
15
15
  5. minimatch version 3.1.2 (https://github.com/isaacs/minimatch)
16
- 6. semver version 7.3.8 (https://github.com/npm/node-semver)
16
+ 6. semver version 7.4.0 (https://github.com/npm/node-semver)
17
17
  7. yallist version 4.0.0 (https://github.com/isaacs/yallist)
18
18
 
19
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "typespec-vscode",
3
- "version": "0.43.0",
3
+ "version": "0.44.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",
@@ -105,25 +105,26 @@
105
105
  "devDependencies": {
106
106
  "@rollup/plugin-commonjs": "~23.0.2",
107
107
  "@rollup/plugin-node-resolve": "~15.0.1",
108
- "@types/mkdirp": "~1.0.1",
109
108
  "@types/mocha": "~10.0.0",
110
109
  "@types/node": "~18.11.9",
111
110
  "@types/vscode": "~1.53.0",
112
- "@typespec/compiler": "~0.43.0",
113
- "@typespec/eslint-config-typespec": "~0.6.0",
114
- "@typespec/internal-build-utils": "~0.4.0",
115
- "eslint": "^8.12.0",
116
- "c8": "~7.12.0",
117
- "mkdirp": "~1.0.4",
118
- "mocha": "~10.1.0",
111
+ "@typespec/compiler": ">=0.43.0",
112
+ "@typespec/eslint-config-typespec": ">=0.6.0",
113
+ "@typespec/internal-build-utils": ">=0.4.0",
114
+ "eslint": "^8.36.0",
115
+ "c8": "~7.13.0",
116
+ "mkdirp": "~2.1.6",
117
+ "mocha": "~10.2.0",
119
118
  "mocha-junit-reporter": "~2.2.0",
120
119
  "mocha-multi-reporters": "~1.5.1",
121
- "rimraf": "~3.0.2",
120
+ "rimraf": "~5.0.0",
122
121
  "rollup": "~3.4.0",
123
- "typescript": "~4.9.3",
122
+ "typescript": "~5.0.2",
124
123
  "@vscode/vsce": "~2.15.0",
125
124
  "vscode-languageclient": "~8.0.0"
126
125
  },
126
+ "dependencies": {},
127
+ "peerDependencies": {},
127
128
  "scripts": {
128
129
  "clean": "rimraf ./dist ./dist-dev ./temp",
129
130
  "build": "npm run compile && npm run rollup && npm run copy-tmlanguage && npm run generate-language-configuration && npm run generate-third-party-notices && npm run package-vsix",
Binary file