Skip to content

Commit 257ecb7

Browse files
tkruggfrancoischalifour
authored andcommitted
fix(deps): unpin production dependencies
1 parent a18c174 commit 257ecb7

File tree

2 files changed

+1747
-58
lines changed

2 files changed

+1747
-58
lines changed

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -130,18 +130,18 @@
130130
"webpack-dev-server": "2.11.2"
131131
},
132132
"dependencies": {
133-
"algoliasearch": "3.27.0",
134-
"algoliasearch-helper": "2.26.0",
135-
"classnames": "2.2.5",
136-
"events": "1.1.0",
137-
"hogan.js": "3.0.2",
138-
"lodash": "4.17.5",
139-
"preact": "8.2.7",
140-
"preact-compat": "3.18.0",
141-
"preact-rheostat": "2.1.1",
142-
"prop-types": "15.5.10",
143-
"qs": "6.5.1",
144-
"to-factory": "1.0.0"
133+
"algoliasearch": "^3.27.0",
134+
"algoliasearch-helper": "^2.26.0",
135+
"classnames": "^2.2.5",
136+
"events": "^1.1.0",
137+
"hogan.js": "^3.0.2",
138+
"lodash": "^4.17.5",
139+
"preact": "^8.2.7",
140+
"preact-compat": "^3.18.0",
141+
"preact-rheostat": "^2.1.1",
142+
"prop-types": "^15.5.10",
143+
"qs": "^6.5.1",
144+
"to-factory": "^1.0.0"
145145
},
146146
"jest": {
147147
"testPathIgnorePatterns": [
@@ -158,7 +158,7 @@
158158
"bundlesize": [
159159
{
160160
"path": "./dist/instantsearch.min.js",
161-
"maxSize": "110 kB"
161+
"maxSize": "111 kB"
162162
}
163163
]
164164
}

0 commit comments

Comments
 (0)