Skip to content

Commit

Permalink
fix(deps): unpin production dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tkrugg authored and francoischalifour committed Oct 26, 2018
1 parent a18c174 commit 257ecb7
Show file tree
Hide file tree
Showing 2 changed files with 1,747 additions and 58 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,18 +130,18 @@
"webpack-dev-server": "2.11.2"
},
"dependencies": {
"algoliasearch": "3.27.0",
"algoliasearch-helper": "2.26.0",
"classnames": "2.2.5",
"events": "1.1.0",
"hogan.js": "3.0.2",
"lodash": "4.17.5",
"preact": "8.2.7",
"preact-compat": "3.18.0",
"preact-rheostat": "2.1.1",
"prop-types": "15.5.10",
"qs": "6.5.1",
"to-factory": "1.0.0"
"algoliasearch": "^3.27.0",
"algoliasearch-helper": "^2.26.0",
"classnames": "^2.2.5",
"events": "^1.1.0",
"hogan.js": "^3.0.2",
"lodash": "^4.17.5",
"preact": "^8.2.7",
"preact-compat": "^3.18.0",
"preact-rheostat": "^2.1.1",
"prop-types": "^15.5.10",
"qs": "^6.5.1",
"to-factory": "^1.0.0"
},
"jest": {
"testPathIgnorePatterns": [
Expand All @@ -158,7 +158,7 @@
"bundlesize": [
{
"path": "./dist/instantsearch.min.js",
"maxSize": "110 kB"
"maxSize": "111 kB"
}
]
}
Loading

0 comments on commit 257ecb7

Please sign in to comment.