Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Strict version of typescript 5.1.6 in dependencies #662

Open
Diokuz opened this issue Nov 10, 2023 · 2 comments
Open

Strict version of typescript 5.1.6 in dependencies #662

Diokuz opened this issue Nov 10, 2023 · 2 comments

Comments

@Diokuz
Copy link

Diokuz commented Nov 10, 2023

Please, make it ^5.1.6) Now we have two typescripts in our node_modules, because of your package.

@frolovsky
Copy link

@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 #595

@woutervanvliet
Copy link

Looks like #595 bumps to 5.2.2; any reason not to broaden the horizon and allow newer versions as well?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants