swagger-typescript-api icon indicating copy to clipboard operation
swagger-typescript-api copied to clipboard

Strict version of typescript 5.1.6 in dependencies

Open Diokuz opened this issue 2 years ago • 2 comments

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

Diokuz avatar Nov 10 '23 08:11 Diokuz

@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

frolovsky avatar Nov 20 '23 08:11 frolovsky

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

woutervanvliet avatar Apr 23 '24 07:04 woutervanvliet