Skip to content

Commit 7c415dd

Browse files
committed
fix: peer deps
1 parent 30b9ae8 commit 7c415dd

2 files changed

Lines changed: 74 additions & 60 deletions

File tree

packages/openapi-code-generator/package.json

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@
3232
"@types/js-yaml": "^4.0.9",
3333
"@types/lodash": "^4.17.16",
3434
"@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",
3939
"@typespec/rest": "^0.69.0",
4040
"@typespec/versioning": "^0.69.0",
4141
"@typespec/xml": "^0.69.0"
@@ -58,11 +58,13 @@
5858
"zod": "^3.24.3"
5959
},
6060
"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"
6668
},
6769
"peerDependenciesMeta": {
6870
"@typespec/compiler": {
@@ -77,8 +79,14 @@
7779
"@typespec/openapi3": {
7880
"optional": true
7981
},
82+
"@typespec/rest": {
83+
"optional": true
84+
},
8085
"@typespec/versioning": {
8186
"optional": true
87+
},
88+
"@typespec/xml": {
89+
"optional": true
8290
}
8391
},
8492
"files": [

yarn.lock

Lines changed: 57 additions & 51 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)