Skip to content

Commit 3a19b07

Browse files
committed
fix: peer dependencies
1 parent 6a64f44 commit 3a19b07

3 files changed

Lines changed: 74 additions & 15 deletions

File tree

packages/documentation/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
"gh-pages": "^6.3.0",
4747
"null-loader": "^4.0.1",
4848
"tsx": "^4.20.3",
49-
"typescript": "^5.8.3"
49+
"typescript": "^5.8.3",
50+
"webpack": "5.99.8"
5051
}
5152
}

packages/openapi-code-generator/package.json

Lines changed: 22 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,13 @@
3333
"@types/lodash": "^4.17.20",
3434
"@types/prettier": "^3.0.0",
3535
"@typespec/compiler": "^1.1.0",
36+
"@typespec/events": "^0.71.0",
3637
"@typespec/http": "^1.1.0",
3738
"@typespec/openapi": "^1.1.0",
3839
"@typespec/openapi3": "^1.1.0",
3940
"@typespec/rest": "^0.71.0",
41+
"@typespec/sse": "^0.71.0",
42+
"@typespec/streams": "^0.71.0",
4043
"@typespec/versioning": "^0.71.0",
4144
"@typespec/xml": "^0.71.0"
4245
},
@@ -58,18 +61,24 @@
5861
"zod": "^3.25.74"
5962
},
6063
"peerDependencies": {
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.70.0",
66-
"@typespec/versioning": "^0.70.0",
67-
"@typespec/xml": "^0.70.0"
64+
"@typespec/compiler": "^1.1.0",
65+
"@typespec/events": "^0.71.0",
66+
"@typespec/http": "^1.1.0",
67+
"@typespec/openapi": "^1.1.0",
68+
"@typespec/openapi3": "^1.1.0",
69+
"@typespec/rest": "^0.71.0",
70+
"@typespec/sse": "^0.71.0",
71+
"@typespec/streams": "^0.71.0",
72+
"@typespec/versioning": "^0.71.0",
73+
"@typespec/xml": "^0.71.0"
6874
},
6975
"peerDependenciesMeta": {
7076
"@typespec/compiler": {
7177
"optional": true
7278
},
79+
"@typespec/events": {
80+
"optional": true
81+
},
7382
"@typespec/http": {
7483
"optional": true
7584
},
@@ -82,6 +91,12 @@
8291
"@typespec/rest": {
8392
"optional": true
8493
},
94+
"@typespec/sse": {
95+
"optional": true
96+
},
97+
"@typespec/streams": {
98+
"optional": true
99+
},
85100
"@typespec/versioning": {
86101
"optional": true
87102
},

yarn.lock

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

0 commit comments

Comments
 (0)