Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Commit

Permalink
Merge pull request #266 from lmillucci/262-update-vue-class-component
Browse files Browse the repository at this point in the history
Issue #262: update vue-class-component
  • Loading branch information
kaorun343 committed Oct 7, 2019
2 parents 97735df + 7cb72bd commit 25780f8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"typings": "./lib/vue-property-decorator.d.ts",
"dependencies": {
"vue-class-component": "^7.0.1"
"vue-class-component": "^7.1.0"
},
"repository": {
"type": "git",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3399,10 +3399,10 @@ verror@1.10.0:
core-util-is "1.0.2"
extsprintf "^1.2.0"

vue-class-component@^7.0.1:
version "7.0.1"
resolved "https://registry.yarnpkg.com/vue-class-component/-/vue-class-component-7.0.1.tgz#7af2225c600667c7042b60712eefdf41dfc6de63"
integrity sha512-YIihdl7YmceEOjSwcxLhCXCNA3TKC2FStuMcjtuzhUAgw5x5d1T5gZTmVQHGyOaQsaKffL4GlZzYN3dlMYl53w==
vue-class-component@^7.1.0:
version "7.1.0"
resolved "https://registry.yarnpkg.com/vue-class-component/-/vue-class-component-7.1.0.tgz#b33efcb10e17236d684f70b1e96f1946ec793e87"
integrity sha512-G9152NzUkz0i0xTfhk0Afc8vzdXxDR1pfN4dTwE72cskkgJtdXfrKBkMfGvDuxUh35U500g5Ve4xL8PEGdWeHg==

vue@^2.6.10:
version "2.6.10"
Expand Down

0 comments on commit 25780f8

Please sign in to comment.