Skip to content

Commit

Permalink
fix(package): update vue-property-decorator to version 8.3.0
Browse files Browse the repository at this point in the history
* chore(package): update lockfile yarn.lock
  • Loading branch information
greenkeeper[bot] authored and vire committed Oct 25, 2019
1 parent f66faee commit 15aa2ba
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -25,7 +25,7 @@
"dependencies": {
"babel-plugin-transform-runtime": "6.23.0",
"find-babel-config": "1.2.0",
"vue-property-decorator": "8.2.2"
"vue-property-decorator": "8.3.0"
},
"devDependencies": {
"@babel/core": "7.6.4",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Expand Up @@ -6389,17 +6389,17 @@ void-elements@^2.0.1:
resolved "https://registry.yarnpkg.com/void-elements/-/void-elements-2.0.1.tgz#c066afb582bb1cb4128d60ea92392e94d5e9dbec"
integrity sha1-wGavtYK7HLQSjWDqkjkulNXp2+w=

vue-class-component@^7.0.1:
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-property-decorator@8.2.2:
version "8.2.2"
resolved "https://registry.yarnpkg.com/vue-property-decorator/-/vue-property-decorator-8.2.2.tgz#ac895e9508ee1bf86e3a28568d94d842c2c8e42f"
integrity sha512-3gRrIeoUtjXvkoMX2stJsVs7805Pa9MXEndnk21ej+sWO7AIc5HF1TKqK0Pox5TEjpO02UbadIF0QWNrx6ZwXQ==
vue-property-decorator@8.3.0:
version "8.3.0"
resolved "https://registry.yarnpkg.com/vue-property-decorator/-/vue-property-decorator-8.3.0.tgz#536f027dc7d626f37c8d85a2dc02f0a6cb979440"
integrity sha512-77YtTbZHd5CNiPzbqv51kEgL48yvD2dUDfF28vEyw3MbQ9bBAb/tDyFzskcqjNRbWyXk1vq4oM2CK/LfhxuIBg==
dependencies:
vue-class-component "^7.0.1"
vue-class-component "^7.1.0"

vue-template-compiler@2.6.10:
version "2.6.10"
Expand Down

0 comments on commit 15aa2ba

Please sign in to comment.