Skip to content

Commit 413658b

Browse files
chore(deps): update dependency typescript to v6
1 parent b5796cf commit 413658b

File tree

4 files changed

+76
-76
lines changed

4 files changed

+76
-76
lines changed

packages/openapi-typescript-helpers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@
3434
"lint:ts": "tsc --noEmit"
3535
},
3636
"devDependencies": {
37-
"typescript": "5.9.3"
37+
"typescript": "6.0.2"
3838
}
3939
}

packages/openapi-typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"version": "pnpm run build"
6060
},
6161
"peerDependencies": {
62-
"typescript": "^5.x"
62+
"typescript": "^5.x || ^6.0.0"
6363
},
6464
"dependencies": {
6565
"@redocly/openapi-core": "^1.34.6",

0 commit comments

Comments
 (0)