Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Old dependancies? any reason? #24

Open
shadowdogg opened this issue Oct 13, 2020 · 1 comment
Open

Old dependancies? any reason? #24

shadowdogg opened this issue Oct 13, 2020 · 1 comment

Comments

@shadowdogg
Copy link

  "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.

@jayair
Copy link
Member

jayair commented Oct 15, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants