Skip to content

Commit

Permalink
deps: easy-extender@2.3.4 cypress@3.1.0 supertest@3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shakyShane committed Aug 26, 2018
1 parent ef6bfa5 commit a6578a3
Show file tree
Hide file tree
Showing 2 changed files with 311 additions and 282 deletions.

3 comments on commit a6578a3

@XhmikosR
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@shakyShane: here also, why don't you switch to version operators? I mean, unless something is specifically broken, this means you need to update the deps manually every time.

@shakyShane
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@XhmikosR I used to do it all the time, and the truth is no-one really sticks to semver - so removing loose-versions meant I could verify things worked.

Now with npm audit and all the tools around security (which actually dont make sense for Browsersync as you'd never use it in production) everyone wants everything updated, all the time. so I'm just incrementally changing ones that are problematic

@XhmikosR
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's fine as long as you follow npm audit. It's just extra work, that's all.

But I see your point. You could go with the tilde operator then.

Please sign in to comment.