Skip to content

Commit b460b67

Browse files
committed
chore: upgrade vue-property-decorator to 8.x
1 parent 2cf5849 commit b460b67

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

packages/@vue/cli-plugin-typescript/generator/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ module.exports = (api, {
1717
api.extendPackage({
1818
dependencies: {
1919
'vue-class-component': '^6.0.0',
20-
'vue-property-decorator': '^7.0.0'
20+
'vue-property-decorator': '^8.0.0'
2121
}
2222
})
2323
}

packages/@vue/cli-plugin-typescript/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@types/jest": "^23.1.4",
4040
"@types/mocha": "^5.2.6",
4141
"typescript": "^3.2.1",
42-
"vue-class-component": "^6.2.0",
43-
"vue-property-decorator": "^7.0.0"
42+
"vue-class-component": "^7.0.1",
43+
"vue-property-decorator": "^8.0.0"
4444
}
4545
}

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16490,10 +16490,10 @@ vue-apollo@^3.0.0-beta.25:
1649016490
chalk "^2.4.1"
1649116491
throttle-debounce "^2.0.0"
1649216492

16493-
vue-class-component@^6.2.0:
16494-
version "6.3.2"
16495-
resolved "https://registry.yarnpkg.com/vue-class-component/-/vue-class-component-6.3.2.tgz#e6037e84d1df2af3bde4f455e50ca1b9eec02be6"
16496-
integrity sha512-cH208IoM+jgZyEf/g7mnFyofwPDJTM/QvBNhYMjqGB8fCsRyTf68rH2ISw/G20tJv+5mIThQ3upKwoL4jLTr1A==
16493+
vue-class-component@^7.0.1:
16494+
version "7.0.1"
16495+
resolved "https://registry.yarnpkg.com/vue-class-component/-/vue-class-component-7.0.1.tgz#7af2225c600667c7042b60712eefdf41dfc6de63"
16496+
integrity sha512-YIihdl7YmceEOjSwcxLhCXCNA3TKC2FStuMcjtuzhUAgw5x5d1T5gZTmVQHGyOaQsaKffL4GlZzYN3dlMYl53w==
1649716497

1649816498
vue-cli-plugin-apollo@^0.19.1:
1649916499
version "0.19.1"
@@ -16658,12 +16658,12 @@ vue-progress-path@^0.0.2:
1665816658
resolved "https://registry.yarnpkg.com/vue-progress-path/-/vue-progress-path-0.0.2.tgz#d780fc7a96dbc7f784eb52895aeef7a5f0af6325"
1665916659
integrity sha512-olD0dTbxZkwpodYbvPU/O2tJT7CbZt8NHP1ewtM6iXrzsjnfi9KZ6+CsUadsW87jCemSPIu9ez1iHcrvpqIJeg==
1666016660

16661-
vue-property-decorator@^7.0.0:
16662-
version "7.3.0"
16663-
resolved "https://registry.yarnpkg.com/vue-property-decorator/-/vue-property-decorator-7.3.0.tgz#d50d67f0b0f1c814f9f2fba36d6eeccbcc62dbb6"
16664-
integrity sha512-HarXfTQ/Nxm4s/APpAaGIGHq5ZzslApImQy8ZrtkfGamw8rUFAVgMS5C50/AQ80+wfw3Wpnf4bNzbmj75m/k2Q==
16661+
vue-property-decorator@^8.0.0:
16662+
version "8.0.0"
16663+
resolved "https://registry.yarnpkg.com/vue-property-decorator/-/vue-property-decorator-8.0.0.tgz#a2e9bb2419b638cbf1614e17b99aa675d6d4e9e4"
16664+
integrity sha512-aaAO/Wbh+n3sPMOoQ+Rwi9va6vFqZPX13dA8vMycGuS/DOIYC77KxX0gMAPEzzkT4Umya0uSlTvBV5jQvSTyBQ==
1666516665
dependencies:
16666-
vue-class-component "^6.2.0"
16666+
vue-class-component "^7.0.1"
1666716667

1666816668
vue-resize@^0.4.3, vue-resize@^0.4.4:
1666916669
version "0.4.5"

0 commit comments

Comments
 (0)