Skip to content

Commit

Permalink
chore(deps): upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Gomah committed Apr 13, 2020
1 parent 54f5ef1 commit bbd349c
Show file tree
Hide file tree
Showing 3 changed files with 1,275 additions and 1,843 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,15 +58,15 @@
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-vue": "^6.2.2",
"husky": "^4.2.5",
"jest": "^24.9.0",
"jest": "^25.3.0",
"jest-serializer-vue": "^2.0.2",
"minimist": "^1.2.5",
"prettier": "^1.19.1",
"rollup": "^1.32.1",
"prettier": "^2.0.4",
"rollup": "^2.6.1",
"rollup-plugin-buble": "^0.19.8",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-terser": "^5.2.0",
"rollup-plugin-terser": "^5.3.0",
"rollup-plugin-typescript": "^1.0.1",
"rollup-plugin-vue": "^5.1.6",
"standard-version": "^7.1.0",
Expand Down
2 changes: 1 addition & 1 deletion src/Places.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export default {
this.options.container = this.options.container || this.$el;
this.placesAutocomplete = places(this.options);
this.placesAutocomplete.on('change', e => {
this.placesAutocomplete.on('change', (e) => {
this.$emit('change', e.suggestion);
this.updateValue(e.suggestion.value);
});
Expand Down
Loading

0 comments on commit bbd349c

Please # to comment.