I'm looking to get started on removing deprecated values that will be removed with `@pulumi/aws` `^7...
l
I'm looking to get started on removing deprecated values that will be removed with
@pulumi/aws
^7.0.0
. The upgrade just say that I need to replace my dependency in package.json with
^7.0.0
, but running
yarn
after that just gives me
➤ YN0082: │ @pulumi/aws@npm^7.0.0 No candidates found
How do get the alpha versions? Do I need a new package source?
pebcak. The NPM version id required is
7.0.0-alpha.3
. I had omitted that final
.
e
Curious, have you worked this out? https://github.com/pulumi/pulumi-aws/releases/tag/v7.0.0-alpha.3 is the latest alpha we have.
l
Yes thanks. I had originally used
7.0.0-alpha3
.