pulumi / pulumi-aws-apigateway

Apache License 2.0
13 stars 5 forks source link

Incorrect peer dependency on @pulumi/pulumi #8

Closed danielrbradley closed 1 year ago

danielrbradley commented 2 years ago

Hello!

Issue details

warning " > @pulumi/aws-apigateway@0.0.4" has incorrect peer dependency "@pulumi/pulumi@latest".

I think the issue here is that we're specify @latest for the version. This version should probably be a valid range specifying instead such as ^3.3.1.

Steps to reproduce

  1. Create node project
  2. Add dependencies yarn add @pulumi/pulumi @pulumi/aws-apigateway

Expected: Should complete without warnings or errors Actual: Prints peer dependency warning

stack72 commented 2 years ago

@danielrbradley I am pretty sure we don't have this issue anymore since moving to pkg right?

danielrbradley commented 2 years ago

Don't think that affects it - this just relates to the peerDependency in the package.json of the SDK rather than the provider.