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

chore: update Algolia dependencies #2689

Merged
merged 8 commits into from
Feb 6, 2018
Merged
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,15 +123,15 @@
"dependencies": {
"algoliasearch": "3.24.9",
"algoliasearch-helper": "2.24.0",
"classnames": "^2.2.5",
"events": "^1.1.0",
"hogan.js": "^3.0.2",
"lodash": "^4.17.4",
"preact": "^8.1.0",
"preact-compat": "^3.16.0",
"preact-rheostat": "^2.1.1",
"prop-types": "^15.5.10",
"to-factory": "^1.0.0"
"classnames": "2.2.5",
"events": "1.1.0",
Copy link
Contributor

Choose a reason for hiding this comment

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

This means that as long as we don't do a release, people will be stuck on the older version of these, while with the ^, they'd still get upgraded, even if we don't update yet. I wonder if that's a problem 🤔

"hogan.js": "3.0.2",
"lodash": "4.17.4",
"preact": "8.1.0",
"preact-compat": "3.16.0",
"preact-rheostat": "2.1.1",
"prop-types": "15.5.10",
"to-factory": "1.0.0"
},
"jest": {
"testPathIgnorePatterns": [
Expand Down