Ross Coundon
08/18/2021, 10:40 AMsst update
command.
When it's run the package.json is updated to have
"@aws-cdk/core": "^1.114.0",
and
"@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 ^)
"@aws-cdk/core": "1.114.0",
and
"@aws-cdk/assert": "1.114.0",
thdxr
08/18/2021, 11:54 AMthdxr
08/18/2021, 5:07 PM