fix(autocomplete.js): upgrade the underlying autocomplete.js to ensur…
* fix(autocomplete.js): upgrade the underlying autocomplete.js to ensure we're not using jQuery Fix #89 * chore(deps): updated shrinkwrap
This commit is contained in:
parent
91f1890a5a
commit
4d7022e8cc
2 changed files with 3 additions and 3 deletions
4
npm-shrinkwrap.json
generated
4
npm-shrinkwrap.json
generated
|
|
@ -105,8 +105,8 @@
|
|||
"resolved": "https://registry.npmjs.org/angular/-/angular-1.4.10.tgz"
|
||||
},
|
||||
"autocomplete.js": {
|
||||
"version": "0.17.2",
|
||||
"resolved": "https://registry.npmjs.org/autocomplete.js/-/autocomplete.js-0.17.2.tgz"
|
||||
"version": "0.17.3",
|
||||
"resolved": "https://registry.npmjs.org/autocomplete.js/-/autocomplete.js-0.17.3.tgz"
|
||||
},
|
||||
"autoprefixer": {
|
||||
"version": "6.3.4",
|
||||
|
|
|
|||
|
|
@ -64,7 +64,7 @@
|
|||
"peerDependencies": {},
|
||||
"dependencies": {
|
||||
"algoliasearch": "^3.9.2",
|
||||
"autocomplete.js": "^0.17.2",
|
||||
"autocomplete.js": "^0.17.3",
|
||||
"hogan.js": "^3.0.2",
|
||||
"npm-zepto": "^1.1.7",
|
||||
"to-factory": "^1.0.0"
|
||||
|
|
|
|||
Loading…
Reference in a new issue