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"
|
"resolved": "https://registry.npmjs.org/angular/-/angular-1.4.10.tgz"
|
||||||
},
|
},
|
||||||
"autocomplete.js": {
|
"autocomplete.js": {
|
||||||
"version": "0.17.2",
|
"version": "0.17.3",
|
||||||
"resolved": "https://registry.npmjs.org/autocomplete.js/-/autocomplete.js-0.17.2.tgz"
|
"resolved": "https://registry.npmjs.org/autocomplete.js/-/autocomplete.js-0.17.3.tgz"
|
||||||
},
|
},
|
||||||
"autoprefixer": {
|
"autoprefixer": {
|
||||||
"version": "6.3.4",
|
"version": "6.3.4",
|
||||||
|
|
|
||||||
|
|
@ -64,7 +64,7 @@
|
||||||
"peerDependencies": {},
|
"peerDependencies": {},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"algoliasearch": "^3.9.2",
|
"algoliasearch": "^3.9.2",
|
||||||
"autocomplete.js": "^0.17.2",
|
"autocomplete.js": "^0.17.3",
|
||||||
"hogan.js": "^3.0.2",
|
"hogan.js": "^3.0.2",
|
||||||
"npm-zepto": "^1.1.7",
|
"npm-zepto": "^1.1.7",
|
||||||
"to-factory": "^1.0.0"
|
"to-factory": "^1.0.0"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue