``` "resolutions": { "@serverless-stack/**/ty...
# sst
t
Copy code
"resolutions": {
    "@serverless-stack/**/typescript": "4.2.3",
  }
f
Let me pull in Jay. @Jay what do you think about keeping ts version up to day?
t
maybe make it a peerDependency? That way users can use whatever version of typescript they want (up to a point)
j
Yeah, I think for now let's upgrade it internally. How often does TS get major updates usually?
t
major updates not that often but I see minor updates every few months
j
Yeah makes sense. Let's update it for now and cut a new release.
I can go do that now. Is it 4.2.3?
t
Yep that's right
j
Yup should be in the next release that @Frank cuts.
t
amazing thanks!
f
This is in the v0.9.18 release