I think there's a bug with the output of the new `...
# sst
r
I think there's a bug with the output of the new
sst update
command. When it's run the package.json is updated to have
Copy code
"@aws-cdk/core": "^1.114.0",
and
Copy code
"@aws-cdk/assert": "^1.114.0",
but this causes a warning on build that the package must be the exact version. I.e. it should be (without ^)
Copy code
"@aws-cdk/core": "1.114.0",
and
Copy code
"@aws-cdk/assert": "1.114.0",
t
This is fixed in master need to release it
This is released now