-
Notifications
You must be signed in to change notification settings - Fork 122
Move typescript to peerDependencies #512
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
Comments
Any updates? TypeScript 4.4 is released. |
Typescript v4.5 is released and we're stuck at v4.2.4 :( |
@maninak one solution is to migrate to @nuxt/bridge |
Not possible right now, sadly (I've tried it twice). Something isn't playing along and I don't know what. Probably some of our nuxt plug-ins. I'm reducing our dependencies every week, targeting nuxt-bridge compatibility. |
Hmm, any chance we can get an updated typescript dependency? 😁 |
Is your feature request related to a problem? Please describe.
For codebases that use the monorepo approach, there are many problems with upgrading to a new version of TypeScript. Updates for this package are rolled out mostly just to bump the package version in dependencies.
Describe the solution you'd like
Move
typescript
topeerDependencies
Describe alternatives you've considered
Update the package more often :)
Additional context
At the moment, the package only supports the 4.2 version of TypeScript, and 4.3 was released two months ago
The text was updated successfully, but these errors were encountered: