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 #178 from hmillison/update-vue-class
Browse files Browse the repository at this point in the history
Update Vue Class Component dependency to latest version
  • Loading branch information
Kaoru Hagihara authored Mar 5, 2019
2 parents 2c9b0a4 + d9ff9d6 commit 53e4227
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"typings": "./lib/vue-property-decorator.d.ts",
"dependencies": {
"vue-class-component": "^6.2.0"
"vue-class-component": "^7.0.1"
},
"repository": {
"type": "git",
Expand Down
7 changes: 4 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5346,9 +5346,10 @@ [email protected]:
dependencies:
indexof "0.0.1"

vue-class-component@^6.2.0:
version "6.2.0"
resolved "https://registry.yarnpkg.com/vue-class-component/-/vue-class-component-6.2.0.tgz#7adb1daa9a868c75f30f97f33f4f1b94aee62089"
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@^2.5.3:
version "2.5.16"
Expand Down

0 comments on commit 53e4227

Please sign in to comment.