serverless-stack-demo-ext-api icon indicating copy to clipboard operation
serverless-stack-demo-ext-api copied to clipboard

Old dependancies? any reason?

Open shadowdogg opened this issue 5 years ago • 1 comments

  "devDependencies": {
    "aws-sdk": "^2.541.0",
    "serverless-bundle": "^1.2.5",
    "serverless-offline": "^5.12.0"
  },

Just wondering if there is any reason for this? As we are in 3.1.0 for serverless-bundle for example.

Assuming my understanding of the hats are correct

It will update you to the most recent major version (the first number). ^1.2.3 will match any 1.x.xrelease including 1.3.0, but will hold off on 2.0.0.

Cheers.

shadowdogg avatar Oct 13 '20 21:10 shadowdogg

Yeah we haven't updated the versions recently. Feel free to update them and submit a PR.

jayair avatar Oct 15 '20 21:10 jayair