From 261e27a3ebddaa3b9774f17029cafbf1bf204bbf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Jun 2020 06:51:53 +0000 Subject: [PATCH] Bump vue-property-decorator from 8.3.0 to 9.0.0 (#415) --- package.json | 2 +- yarn.lock | 10 ++++------ 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index c8de11a..0764eb2 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "typescript": "^3.4.5", "vue": "^2.6.10", "vue-class-component": "^7.1.0", - "vue-property-decorator": "^8.1.1", + "vue-property-decorator": "^9.0.0", "vue-template-compiler": "^2.6.10" }, "stylelint": { diff --git a/yarn.lock b/yarn.lock index 4c27812..21804be 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8524,12 +8524,10 @@ vue-loader@^15.4.2: vue-hot-reload-api "^2.3.0" vue-style-loader "^4.1.0" -vue-property-decorator@^8.1.1: - 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.1.0" +vue-property-decorator@^9.0.0: + version "9.0.0" + resolved "https://registry.yarnpkg.com/vue-property-decorator/-/vue-property-decorator-9.0.0.tgz#0a5f6d47d33ca62a8876108ccfa65c2c4fb7325a" + integrity sha512-oegTNPItuHOkW0AP1MnbdNwkmyhfsUIIXvIRHpgC18tVoEo21/i6kItyeekjMs8JgZJeuHzsaTc/DZaJFH4IWQ== vue-style-loader@^4.1.0: version "4.1.2"