Hey guys. My stacks has some dependencies from `aw...
# sst
a
Hey guys. My stacks has some dependencies from `aws-cdk-lib`… so I should install it on my
package.json
? In that case, how I know the version? should I use the latest? My concern is having conflicts with the dependency from SST package.
t
the current version is 2.24
when you do
sst update
it should try to keep everything in sync
and you'll get warnings when doing sst start if they are not in sync
a
Also going to update my dependency?
t
yeah