This is an automated email from the ASF dual-hosted git repository.
qiuxiafan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-rocketbot-ui.git
The following commit(s) were added to refs/heads/master by this push:
new 18af2ea build: upgrade vue-property-decorator (#439)
18af2ea is described below
commit 18af2ead65c27550b7501d7ae3a3cb5a010bf5a2
Author: Qiuxia Fan <[email protected]>
AuthorDate: Fri Mar 5 16:49:28 2021 +0800
build: upgrade vue-property-decorator (#439)
---
package-lock.json | 16 +++-------------
package.json | 2 +-
2 files changed, 4 insertions(+), 14 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index db06e62..603d6c5 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -11450,19 +11450,9 @@
}
},
"vue-property-decorator": {
- "version": "8.3.0",
- "resolved":
"http://nexus.yfb.sunline.cn:8099/nexus3/repository/npm-sunline/vue-property-decorator/-/vue-property-decorator-8.3.0.tgz",
- "integrity": "sha1-U28CfcfWJvN8jYWi3ALwpsuXlEA=",
- "requires": {
- "vue-class-component": "^7.1.0"
- },
- "dependencies": {
- "vue-class-component": {
- "version": "7.1.0",
- "resolved":
"http://nexus.yfb.sunline.cn:8099/nexus3/repository/npm-sunline/vue-class-component/-/vue-class-component-7.1.0.tgz",
- "integrity": "sha1-sz78sQ4XI21oT3Cx6W8ZRux5Poc="
- }
- }
+ "version": "9.1.2",
+ "resolved":
"https://registry.npmjs.org/vue-property-decorator/-/vue-property-decorator-9.1.2.tgz",
+ "integrity":
"sha512-xYA8MkZynPBGd/w5QFJ2d/NM0z/YeegMqYTphy7NJQXbZcuU6FC6AOdUAcy4SXP+YnkerC6AfH+ldg7PDk9ESQ=="
},
"vue-router": {
"version": "3.0.2",
diff --git a/package.json b/package.json
index a93f159..acf78b9 100644
--- a/package.json
+++ b/package.json
@@ -33,7 +33,7 @@
"vue-class-component": "^6.0.0",
"vue-i18n": "^8.10.0",
"vue-js-modal": "^1.3.31",
- "vue-property-decorator": "^8.3.0",
+ "vue-property-decorator": "^9.1.2",
"vue-router": "^3.0.1",
"vuex": "^3.0.1",
"vuex-class": "^0.3.1"