|
25 | 25 | "test": "jest" |
26 | 26 | }, |
27 | 27 | "devDependencies": { |
28 | | - "@azure-tools/typespec-autorest": "^0.49.0", |
29 | | - "@azure-tools/typespec-azure-core": "^0.49.0", |
30 | | - "@azure-tools/typespec-azure-resource-manager": "^0.49.0", |
31 | | - "@azure-tools/typespec-client-generator-core": "^0.49.0", |
| 28 | + "@azure-tools/typespec-autorest": "^0.50.0", |
| 29 | + "@azure-tools/typespec-azure-core": "^0.50.0", |
| 30 | + "@azure-tools/typespec-azure-resource-manager": "^0.50.0", |
| 31 | + "@azure-tools/typespec-client-generator-core": "^0.50.0", |
32 | 32 | "@types/js-yaml": "^4.0.9", |
33 | 33 | "@types/lodash": "^4.17.14", |
34 | 34 | "@types/prettier": "^3.0.0", |
35 | | - "@typespec/compiler": "^0.63.0", |
36 | | - "@typespec/http": "^0.63.0", |
37 | | - "@typespec/openapi": "^0.63.0", |
38 | | - "@typespec/openapi3": "^0.63.0", |
39 | | - "@typespec/rest": "^0.63.0", |
40 | | - "@typespec/versioning": "^0.63.0", |
41 | | - "@typespec/xml": "^0.63.0", |
| 35 | + "@typespec/compiler": "^0.64.0", |
| 36 | + "@typespec/http": "^0.64.0", |
| 37 | + "@typespec/openapi": "^0.64.0", |
| 38 | + "@typespec/openapi3": "^0.64.0", |
| 39 | + "@typespec/rest": "^0.64.0", |
| 40 | + "@typespec/versioning": "^0.64.0", |
| 41 | + "@typespec/xml": "^0.64.0", |
42 | 42 | "typescript": "~5.7.2" |
43 | 43 | }, |
44 | 44 | "dependencies": { |
|
58 | 58 | "zod": "^3.24.1" |
59 | 59 | }, |
60 | 60 | "peerDependencies": { |
61 | | - "@typespec/compiler": "^0.63.0", |
62 | | - "@typespec/http": "^0.63.0", |
63 | | - "@typespec/openapi": "^0.63.0", |
64 | | - "@typespec/openapi3": "^0.63.0", |
65 | | - "@typespec/versioning": "^0.63.0" |
| 61 | + "@typespec/compiler": "^0.64.0", |
| 62 | + "@typespec/http": "^0.64.0", |
| 63 | + "@typespec/openapi": "^0.64.0", |
| 64 | + "@typespec/openapi3": "^0.64.0", |
| 65 | + "@typespec/versioning": "^0.64.0" |
66 | 66 | }, |
67 | 67 | "peerDependenciesMeta": { |
68 | 68 | "@typespec/compiler": { |
|
0 commit comments