|
1 | 1 | { |
2 | 2 | "name": "@azure-tools/typespec-java", |
3 | | - "version": "0.39.1", |
| 3 | + "version": "0.39.2", |
4 | 4 | "description": "TypeSpec library for emitting Java client from the TypeSpec REST protocol binding", |
5 | 5 | "keywords": [ |
6 | 6 | "TypeSpec" |
|
47 | 47 | "generator/http-client-generator/target/classes/PerfAutomation.jfc" |
48 | 48 | ], |
49 | 49 | "peerDependencies": { |
50 | | - "@azure-tools/openai-typespec": "^1.8.0", |
51 | | - "@azure-tools/typespec-autorest": ">=0.64.1 <1.0.0", |
52 | | - "@azure-tools/typespec-azure-core": ">=0.64.0 <1.0.0", |
53 | | - "@azure-tools/typespec-azure-resource-manager": ">=0.64.1 <1.0.0", |
54 | | - "@azure-tools/typespec-azure-rulesets": ">=0.64.0 <1.0.0", |
55 | | - "@azure-tools/typespec-client-generator-core": ">=0.64.6 <1.0.0", |
| 50 | + "@azure-tools/openai-typespec": "^1.9.0", |
| 51 | + "@azure-tools/typespec-autorest": ">=0.65.0 <1.0.0", |
| 52 | + "@azure-tools/typespec-azure-core": ">=0.65.0 <1.0.0", |
| 53 | + "@azure-tools/typespec-azure-resource-manager": ">=0.65.0 <1.0.0", |
| 54 | + "@azure-tools/typespec-azure-rulesets": ">=0.65.0 <1.0.0", |
| 55 | + "@azure-tools/typespec-client-generator-core": ">=0.65.0 <1.0.0", |
56 | 56 | "@azure-tools/typespec-liftr-base": ">=0.11.0 <1.0.0", |
57 | | - "@typespec/compiler": "^1.8.0", |
58 | | - "@typespec/http": "^1.8.0", |
59 | | - "@typespec/openapi": "^1.8.0", |
60 | | - "@typespec/rest": ">=0.78.0 <1.0.0", |
61 | | - "@typespec/versioning": ">=0.78.0 <1.0.0", |
62 | | - "@typespec/xml": ">=0.78.0 <1.0.0" |
| 57 | + "@typespec/compiler": "^1.9.0", |
| 58 | + "@typespec/http": "^1.9.0", |
| 59 | + "@typespec/openapi": "^1.9.0", |
| 60 | + "@typespec/rest": ">=0.79.0 <1.0.0", |
| 61 | + "@typespec/versioning": ">=0.79.0 <1.0.0", |
| 62 | + "@typespec/xml": ">=0.79.0 <1.0.0" |
63 | 63 | }, |
64 | 64 | "dependencies": { |
65 | 65 | "@autorest/codemodel": "~4.20.1", |
66 | 66 | "js-yaml": "~4.1.1", |
67 | 67 | "lodash": "~4.17.23" |
68 | 68 | }, |
69 | 69 | "devDependencies": { |
70 | | - "@azure-tools/openai-typespec": "^1.8.0", |
71 | | - "@azure-tools/typespec-autorest": "0.64.1", |
72 | | - "@azure-tools/typespec-azure-core": "0.64.0", |
73 | | - "@azure-tools/typespec-azure-resource-manager": "0.64.1", |
74 | | - "@azure-tools/typespec-azure-rulesets": "0.64.0", |
75 | | - "@azure-tools/typespec-client-generator-core": "0.64.6", |
| 70 | + "@azure-tools/openai-typespec": "^1.9.0", |
| 71 | + "@azure-tools/typespec-autorest": "0.65.0", |
| 72 | + "@azure-tools/typespec-azure-core": "0.65.0", |
| 73 | + "@azure-tools/typespec-azure-resource-manager": "0.65.0", |
| 74 | + "@azure-tools/typespec-azure-rulesets": "0.65.0", |
| 75 | + "@azure-tools/typespec-client-generator-core": "0.65.0", |
76 | 76 | "@azure-tools/typespec-liftr-base": "0.11.0", |
77 | 77 | "@microsoft/api-extractor": "^7.56.3", |
78 | 78 | "@types/js-yaml": "~4.0.9", |
79 | 79 | "@types/lodash": "~4.17.23", |
80 | | - "@types/node": "~25.2.2", |
81 | | - "@typescript-eslint/eslint-plugin": "~8.54.0", |
82 | | - "@typescript-eslint/parser": "~8.54.0", |
83 | | - "@typespec/compiler": "1.8.0", |
84 | | - "@typespec/events": "0.78.0", |
85 | | - "@typespec/http": "1.8.0", |
86 | | - "@typespec/openapi": "1.8.0", |
87 | | - "@typespec/rest": "0.78.0", |
88 | | - "@typespec/sse": "0.78.0", |
89 | | - "@typespec/streams": "0.78.0", |
90 | | - "@typespec/tspd": "0.73.3", |
91 | | - "@typespec/versioning": "0.78.0", |
92 | | - "@typespec/xml": "0.78.0", |
| 80 | + "@types/node": "~25.2.3", |
| 81 | + "@typescript-eslint/eslint-plugin": "~8.55.0", |
| 82 | + "@typescript-eslint/parser": "~8.55.0", |
| 83 | + "@typespec/compiler": "1.9.0", |
| 84 | + "@typespec/events": "0.79.0", |
| 85 | + "@typespec/http": "1.9.0", |
| 86 | + "@typespec/openapi": "1.9.0", |
| 87 | + "@typespec/rest": "0.79.0", |
| 88 | + "@typespec/sse": "0.79.0", |
| 89 | + "@typespec/streams": "0.79.0", |
| 90 | + "@typespec/tspd": "0.74.0", |
| 91 | + "@typespec/versioning": "0.79.0", |
| 92 | + "@typespec/xml": "0.79.0", |
93 | 93 | "@vitest/coverage-v8": "^4.0.18", |
94 | 94 | "@vitest/ui": "^4.0.18", |
95 | 95 | "c8": "~10.1.3", |
|
100 | 100 | "prettier": "~3.8.1", |
101 | 101 | "rimraf": "~6.1.2", |
102 | 102 | "typescript": "~5.9.3", |
103 | | - "typescript-eslint": "^8.54.0", |
| 103 | + "typescript-eslint": "^8.55.0", |
104 | 104 | "vitest": "^4.0.18" |
105 | 105 | }, |
106 | 106 | "overrides": { |
107 | 107 | "eslint": "~9.39.2", |
108 | | - "@typescript-eslint/eslint-plugin": "~8.54.0", |
109 | | - "@typescript-eslint/parser": "~8.54.0" |
| 108 | + "@typescript-eslint/eslint-plugin": "~8.55.0", |
| 109 | + "@typescript-eslint/parser": "~8.55.0" |
110 | 110 | } |
111 | 111 | } |
0 commit comments