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

Fix all the npm library versions #2057

Merged
merged 1 commit into from
Dec 5, 2016
Merged

Fix all the npm library versions #2057

merged 1 commit into from
Dec 5, 2016

Conversation

fbarl
Copy link
Contributor

@fbarl fbarl commented Dec 5, 2016

As @davkal proposed, we decided to not use ^ or ~ version selectors for any of our package.json libraries, but keep all the versions fixed instead:

  • "react-tooltip": "~3.2.2" -> bad
  • "react-tooltip": "^3.2.2" -> bad
  • "react-tooltip": "3.2.2" -> good

@fbarl fbarl assigned fbarl and davkal Dec 5, 2016
@fbarl fbarl changed the title [WIP] Fix all the npm library versions Fix all the npm library versions Dec 5, 2016
@davkal
Copy link
Contributor

davkal commented Dec 5, 2016

LGTM

@davkal davkal removed their assignment Dec 5, 2016
@fbarl fbarl merged commit 9d5d431 into master Dec 5, 2016
@fbarl fbarl deleted the fix-npm-versions branch January 17, 2017 10:02
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

Successfully merging this pull request may close these issues.

2 participants