|
32 | 32 | "@types/js-yaml": "^4.0.9", |
33 | 33 | "@types/lodash": "^4.17.16", |
34 | 34 | "@types/prettier": "^3.0.0", |
35 | | - "@typespec/compiler": "^0.67.0", |
36 | | - "@typespec/http": "^0.67.0", |
37 | | - "@typespec/openapi": "^0.67.0", |
38 | | - "@typespec/openapi3": "^0.67.0", |
| 35 | + "@typespec/compiler": "^1.0.0-rc.1", |
| 36 | + "@typespec/http": "^1.0.0-rc.1", |
| 37 | + "@typespec/openapi": "^1.0.0-rc.1", |
| 38 | + "@typespec/openapi3": "^1.0.0-rc.1", |
39 | 39 | "@typespec/rest": "^0.69.0", |
40 | 40 | "@typespec/versioning": "^0.69.0", |
41 | 41 | "@typespec/xml": "^0.69.0" |
|
58 | 58 | "zod": "^3.24.3" |
59 | 59 | }, |
60 | 60 | "peerDependencies": { |
61 | | - "@typespec/compiler": "^0.67.0", |
62 | | - "@typespec/http": "^0.67.0", |
63 | | - "@typespec/openapi": "^0.67.0", |
64 | | - "@typespec/openapi3": "^0.67.0", |
65 | | - "@typespec/versioning": "^0.69.0" |
| 61 | + "@typespec/compiler": "^1.0.0-rc.1", |
| 62 | + "@typespec/http": "^1.0.0-rc.1", |
| 63 | + "@typespec/openapi": "^1.0.0-rc.1", |
| 64 | + "@typespec/openapi3": "^1.0.0-rc.1", |
| 65 | + "@typespec/rest": "^0.69.0", |
| 66 | + "@typespec/versioning": "^0.69.0", |
| 67 | + "@typespec/xml": "^0.69.0" |
66 | 68 | }, |
67 | 69 | "peerDependenciesMeta": { |
68 | 70 | "@typespec/compiler": { |
|
77 | 79 | "@typespec/openapi3": { |
78 | 80 | "optional": true |
79 | 81 | }, |
| 82 | + "@typespec/rest": { |
| 83 | + "optional": true |
| 84 | + }, |
80 | 85 | "@typespec/versioning": { |
81 | 86 | "optional": true |
| 87 | + }, |
| 88 | + "@typespec/xml": { |
| 89 | + "optional": true |
82 | 90 | } |
83 | 91 | }, |
84 | 92 | "files": [ |
|
0 commit comments