Updating autocomplete to 0.32 (#527)
Also moving `parallelshell` as a `devDependencies` as it should be.
This commit is contained in:
parent
cc0d501012
commit
f7162b3663
2 changed files with 6 additions and 5 deletions
|
|
@ -63,6 +63,7 @@
|
|||
"mversion": "1.12.0",
|
||||
"node-sass": "4.9.4",
|
||||
"onchange": "4.1.0",
|
||||
"parallelshell": "3.0.2",
|
||||
"postcss-cli": "6.0.1",
|
||||
"prettier": "1.14.3",
|
||||
"pretty-bytes-cli": "2.0.0",
|
||||
|
|
@ -75,9 +76,8 @@
|
|||
"peerDependencies": {},
|
||||
"dependencies": {
|
||||
"algoliasearch": "^3.24.5",
|
||||
"autocomplete.js": "^0.31.0",
|
||||
"autocomplete.js": "0.32.0",
|
||||
"hogan.js": "^3.0.2",
|
||||
"parallelshell": "^3.0.2",
|
||||
"request": "^2.87.0",
|
||||
"stack-utils": "^1.0.1",
|
||||
"to-factory": "^1.0.0",
|
||||
|
|
|
|||
|
|
@ -454,9 +454,10 @@ atob@^2.1.1:
|
|||
version "2.1.1"
|
||||
resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.1.tgz#ae2d5a729477f289d60dd7f96a6314a22dd6c22a"
|
||||
|
||||
autocomplete.js@^0.31.0:
|
||||
version "0.31.0"
|
||||
resolved "https://registry.yarnpkg.com/autocomplete.js/-/autocomplete.js-0.31.0.tgz#2387c4e9759dbfd03558777705f6f14a66ba446c"
|
||||
autocomplete.js@0.32.0:
|
||||
version "0.32.0"
|
||||
resolved "https://registry.yarnpkg.com/autocomplete.js/-/autocomplete.js-0.32.0.tgz#a00eab44dcb9e573ebd8bb3178e7fe67466cd4f1"
|
||||
integrity sha512-GYGmOo0r2wLgUEYE5J9z9OSLb8e0SAicgDR1M1pHOvwQ0Hc1SLHR0EqjDhl+lhl01cYq2d7lLbsgRmaizgLqrA==
|
||||
dependencies:
|
||||
immediate "^3.2.3"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue