This repository is not responsible for the actual code generation. If you have problems with the code generation, please open the bug at OpenAPITools/openapi-generator.
Please also check if the bug is already known before you open a new bug.
🐛 Bug Report:
Describe the bug
Im currently generating an api client and im using the latest version of axios in my code. But the generated api client -> package.json contains the following dependency:
"dependencies": {
"axios": "^0.27.2"
},
Im also trying to override the axios version using:
⚠️ Important Notice
Please differentiate the bug
This repository is not responsible for the actual code generation. If you have problems with the code generation, please open the bug at OpenAPITools/openapi-generator.
Please also check if the bug is already known before you open a new bug.
🐛 Bug Report:
Describe the bug
Im currently generating an api client and im using the latest version of axios in my code. But the generated api client -> package.json contains the following dependency:
Im also trying to override the axios version using:
But nothing happens.
Steps to Reproduce
Just generate any api using
typescript-axios
.Expected behavior
axios version in generated client package.json should not be 0.27.4 but 1.7.4
Screenshots
If applicable, add screenshots to help explain your problem.
Operation System (please complete the following information):
Package System (please complete the following information):
"@openapitools/openapi-generator-cli": "^2.13.5"
Additional context
Add any other context about the problem here.