swagger-typescript-api
swagger-typescript-api copied to clipboard
Strict version of typescript 5.1.6 in dependencies
Please, make it ^5.1.6) Now we have two typescripts in our node_modules, because of your package.
@Diokuz Hi! if this causes any problems, you can use the "overrides" field as a workaround inside package.json.
"overrides": {
"swagger-typescript-api": {
"typescript": "^5.1.6"
}
}
Given the frequency of changes, adding ^ is dangerous. Update version planned at https://github.com/acacode/swagger-typescript-api/pull/595
Looks like #595 bumps to 5.2.2; any reason not to broaden the horizon and allow newer versions as well?