Skip to content

Commit 763ff71

Browse files
⬆️ Bump vue-property-decorator from 8.2.2 to 9.0.0
Bumps [vue-property-decorator](https://github.com/kaorun343/vue-property-decorator) from 8.2.2 to 9.0.0. - [Release notes](https://github.com/kaorun343/vue-property-decorator/releases) - [Changelog](https://github.com/kaorun343/vue-property-decorator/blob/master/CHANGELOG.md) - [Commits](kaorun343/vue-property-decorator@v8.2.2...v9.0.0) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 652e11f commit 763ff71

File tree

2 files changed

+7
-14
lines changed

2 files changed

+7
-14
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"vue": "^2.6.10",
8383
"vue-class-component": "^7.1.0",
8484
"vue-loader": "^15.7.1",
85-
"vue-property-decorator": "^8.2.2",
85+
"vue-property-decorator": "^9.0.0",
8686
"vue-template-compiler": "^2.6.10",
8787
"webpack": "^4.41.1"
8888
},

yarn.lock

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5123,12 +5123,7 @@ minimist@0.0.8:
51235123
resolved "https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz#857fcabfc3397d2625b8228262e86aa7a011b05d"
51245124
integrity sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0=
51255125

5126-
minimist@^1.1.3, minimist@^1.2.0, minimist@^1.2.3:
5127-
version "1.2.5"
5128-
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
5129-
integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==
5130-
5131-
minimist@^1.2.5:
5126+
minimist@^1.1.3, minimist@^1.2.0, minimist@^1.2.3, minimist@^1.2.5:
51325127
version "1.2.5"
51335128
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
51345129
integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==
@@ -8425,7 +8420,7 @@ void-elements@^2.0.0, void-elements@^2.0.1:
84258420
resolved "https://registry.npmjs.org/void-elements/-/void-elements-2.0.1.tgz#c066afb582bb1cb4128d60ea92392e94d5e9dbec"
84268421
integrity sha1-wGavtYK7HLQSjWDqkjkulNXp2+w=
84278422

8428-
vue-class-component@^7.0.1, vue-class-component@^7.1.0:
8423+
vue-class-component@^7.1.0:
84298424
version "7.1.0"
84308425
resolved "https://registry.npmjs.org/vue-class-component/-/vue-class-component-7.1.0.tgz#b33efcb10e17236d684f70b1e96f1946ec793e87"
84318426
integrity sha512-G9152NzUkz0i0xTfhk0Afc8vzdXxDR1pfN4dTwE72cskkgJtdXfrKBkMfGvDuxUh35U500g5Ve4xL8PEGdWeHg==
@@ -8446,12 +8441,10 @@ vue-loader@^15.7.1:
84468441
vue-hot-reload-api "^2.3.0"
84478442
vue-style-loader "^4.1.0"
84488443

8449-
vue-property-decorator@^8.2.2:
8450-
version "8.2.2"
8451-
resolved "https://registry.npmjs.org/vue-property-decorator/-/vue-property-decorator-8.2.2.tgz#ac895e9508ee1bf86e3a28568d94d842c2c8e42f"
8452-
integrity sha512-3gRrIeoUtjXvkoMX2stJsVs7805Pa9MXEndnk21ej+sWO7AIc5HF1TKqK0Pox5TEjpO02UbadIF0QWNrx6ZwXQ==
8453-
dependencies:
8454-
vue-class-component "^7.0.1"
8444+
vue-property-decorator@^9.0.0:
8445+
version "9.0.0"
8446+
resolved "https://registry.yarnpkg.com/vue-property-decorator/-/vue-property-decorator-9.0.0.tgz#0a5f6d47d33ca62a8876108ccfa65c2c4fb7325a"
8447+
integrity sha512-oegTNPItuHOkW0AP1MnbdNwkmyhfsUIIXvIRHpgC18tVoEo21/i6kItyeekjMs8JgZJeuHzsaTc/DZaJFH4IWQ==
84558448

84568449
vue-runtime-helpers@1.0.1:
84578450
version "1.0.1"

0 commit comments

Comments
 (0)