Skip to content

Commit

Permalink
fix(deps): update dependency vue-autosuggest to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 25, 2019
1 parent b19eb37 commit f13f78f
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion Vue InstantSearch/autocomplete-results-page/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"algoliasearch": "3.33.0",
"instantsearch.css": "7.3.1",
"vue": "2.6.10",
"vue-autosuggest": "1.8.3",
"vue-autosuggest": "2.0.0",
"vue-instantsearch": "2.2.1"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions Vue InstantSearch/autocomplete-results-page/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8384,10 +8384,10 @@ [email protected]:
dependencies:
indexof "0.0.1"

vue-autosuggest@1.8.3:
version "1.8.3"
resolved "https://registry.yarnpkg.com/vue-autosuggest/-/vue-autosuggest-1.8.3.tgz#dcce3d3ed90441c9788b6d18b2e67e5b9d4cad52"
integrity sha512-I5vQA/UHMcQMyMqNQwmbl+iiFYyg20a2Nx4zjx7MLZ93GRnL1Pclwc6FgLWCJ7u/1mvKpgphsgrS2QGe1cAM0w==
vue-autosuggest@2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/vue-autosuggest/-/vue-autosuggest-2.0.0.tgz#451478748ee5538d6c7c4c3316779cd5c0e7358e"
integrity sha512-0EhX7RMdMShJe2ubJSJ6wx5VHmWYuNes97aSlzUmQFX2dJABgwhABGajGTBUCxrVpMDmhXRxjwDHPVLUOwhl3w==

vue-eslint-parser@^2.0.3:
version "2.0.3"
Expand Down
2 changes: 1 addition & 1 deletion Vue InstantSearch/multi-index-autocomplete/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"algoliasearch": "3.33.0",
"instantsearch.css": "7.3.1",
"vue": "2.6.10",
"vue-autosuggest": "1.8.3",
"vue-autosuggest": "2.0.0",
"vue-instantsearch": "2.2.1"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions Vue InstantSearch/multi-index-autocomplete/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8384,10 +8384,10 @@ [email protected]:
dependencies:
indexof "0.0.1"

vue-autosuggest@1.8.3:
version "1.8.3"
resolved "https://registry.yarnpkg.com/vue-autosuggest/-/vue-autosuggest-1.8.3.tgz#dcce3d3ed90441c9788b6d18b2e67e5b9d4cad52"
integrity sha512-I5vQA/UHMcQMyMqNQwmbl+iiFYyg20a2Nx4zjx7MLZ93GRnL1Pclwc6FgLWCJ7u/1mvKpgphsgrS2QGe1cAM0w==
vue-autosuggest@2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/vue-autosuggest/-/vue-autosuggest-2.0.0.tgz#451478748ee5538d6c7c4c3316779cd5c0e7358e"
integrity sha512-0EhX7RMdMShJe2ubJSJ6wx5VHmWYuNes97aSlzUmQFX2dJABgwhABGajGTBUCxrVpMDmhXRxjwDHPVLUOwhl3w==

vue-eslint-parser@^2.0.3:
version "2.0.3"
Expand Down
2 changes: 1 addition & 1 deletion Vue InstantSearch/query-suggestions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"algoliasearch": "3.33.0",
"instantsearch.css": "7.3.1",
"vue": "2.6.10",
"vue-autosuggest": "1.8.3",
"vue-autosuggest": "2.0.0",
"vue-instantsearch": "2.2.1"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions Vue InstantSearch/query-suggestions/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8384,10 +8384,10 @@ [email protected]:
dependencies:
indexof "0.0.1"

vue-autosuggest@1.8.3:
version "1.8.3"
resolved "https://registry.yarnpkg.com/vue-autosuggest/-/vue-autosuggest-1.8.3.tgz#dcce3d3ed90441c9788b6d18b2e67e5b9d4cad52"
integrity sha512-I5vQA/UHMcQMyMqNQwmbl+iiFYyg20a2Nx4zjx7MLZ93GRnL1Pclwc6FgLWCJ7u/1mvKpgphsgrS2QGe1cAM0w==
vue-autosuggest@2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/vue-autosuggest/-/vue-autosuggest-2.0.0.tgz#451478748ee5538d6c7c4c3316779cd5c0e7358e"
integrity sha512-0EhX7RMdMShJe2ubJSJ6wx5VHmWYuNes97aSlzUmQFX2dJABgwhABGajGTBUCxrVpMDmhXRxjwDHPVLUOwhl3w==

vue-eslint-parser@^2.0.3:
version "2.0.3"
Expand Down

0 comments on commit f13f78f

Please sign in to comment.