mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-10 23:32:45 +00:00
Add typescript 5.x as an allowed version. (#18674)
* Add typescript 5.x as an allowed version. * Adjust version ranges to keep tests passing. * Update the typescript-rxjs sample.
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
"axios": "^1.6.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^12.11.5",
|
||||
"typescript": "^4.0"
|
||||
"@types/node": "12.11.5 - 12.20.42",
|
||||
"typescript": "^4.0 || ^5.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user