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 Jul 12, 2019
1 parent 14c45ff commit a5adb2c
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.1",
"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.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/vue-autosuggest/-/vue-autosuggest-2.0.1.tgz#43340da79a106045e23826489ee6bd2cd205b2ff"
integrity sha512-kyYfTXK3w5i4gR4JojjyNsPqQusE4f0Ut0ZHkRndAAI/gkDsq6ghFfNG0gM8/m2n9lMTURTUDwUou5FrFhDE/Q==

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.1",
"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.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/vue-autosuggest/-/vue-autosuggest-2.0.1.tgz#43340da79a106045e23826489ee6bd2cd205b2ff"
integrity sha512-kyYfTXK3w5i4gR4JojjyNsPqQusE4f0Ut0ZHkRndAAI/gkDsq6ghFfNG0gM8/m2n9lMTURTUDwUou5FrFhDE/Q==

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.1",
"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.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/vue-autosuggest/-/vue-autosuggest-2.0.1.tgz#43340da79a106045e23826489ee6bd2cd205b2ff"
integrity sha512-kyYfTXK3w5i4gR4JojjyNsPqQusE4f0Ut0ZHkRndAAI/gkDsq6ghFfNG0gM8/m2n9lMTURTUDwUou5FrFhDE/Q==

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

0 comments on commit a5adb2c

Please sign in to comment.