From 573f0262075a5e920fddd1242ce4906c4f9e0e9d Mon Sep 17 00:00:00 2001 From: haiyangcui Date: Sat, 20 Feb 2021 17:46:21 +0100 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7=E6=A8=A1=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/package.json b/package.json index 0d10cee..2e79038 100644 --- a/package.json +++ b/package.json @@ -19,13 +19,13 @@ "dependencies": { "axios": "^0.21.1", "cheerio": "^1.0.0-rc.5", - "core-js": "^3.8.3", + "core-js": "^3.9.0", "dexie": "^3.0.3", "electron-localshortcut": "^3.2.1", "electron-proxy-agent": "^1.2.0", "electron-updater": "^4.3.5", "element-ui": "^2.15.0", - "fast-xml-parser": "^3.17.6", + "fast-xml-parser": "^3.18.0", "html2canvas": "^1.0.0-rc.7", "iptv-playlist-parser": "^0.6.0", "m3u": "0.0.2", @@ -33,8 +33,8 @@ "memcached": "^2.2.2", "modern-normalize": "^1.0.0", "mousetrap": "^1.6.5", - "pinyin-match": "^1.1.9", - "qrcode.vue": "^1.7.0", + "pinyin-match": "^1.2.0", + "qrcode.vue": "^3.2.2", "randomstring": "^1.1.5", "session": "^0.1.0", "sortablejs": "^1.13.0", @@ -43,30 +43,30 @@ "vue-infinite-loading": "^2.4.5", "vue-waterfall-plugin": "^1.1.0", "vuedraggable": "^2.24.3", - "vuex": "^3.6.0", - "xgplayer": "^2.17.3", + "vuex": "^3.6.2", + "xgplayer": "^2.18.0", "xgplayer-flv.js": "^2.2.0", - "xgplayer-hls.js": "^2.4.0" + "xgplayer-hls.js": "^2.4.1" }, "devDependencies": { - "@vue/cli-plugin-babel": "~4.5.10", - "@vue/cli-plugin-eslint": "~4.5.10", - "@vue/cli-plugin-vuex": "~4.5.10", - "@vue/cli-service": "~4.5.10", + "@vue/cli-plugin-babel": "~4.5.11", + "@vue/cli-plugin-eslint": "~4.5.11", + "@vue/cli-plugin-vuex": "~4.5.11", + "@vue/cli-service": "~4.5.11", "@vue/eslint-config-standard": "^6.0.0", "babel-eslint": "^10.1.0", "babel-plugin-component": "^1.1.1", - "electron": "^11.2.1", + "electron": "^11.3.0", "electron-devtools-installer": "^3.1.1", - "eslint": "^7.16.0", + "eslint": "^7.20.0", "eslint-plugin-import": "^2.22.1", "eslint-plugin-node": "^11.1.0", - "eslint-plugin-promise": "^4.2.1", + "eslint-plugin-promise": "^4.3.1", "eslint-plugin-standard": "^4.1.0", - "eslint-plugin-vue": "^7.3.0", - "sass": "^1.30.0", - "sass-loader": "^10.1.0", - "vue-cli-plugin-electron-builder": "2.0.0-rc.5", + "eslint-plugin-vue": "^7.6.0", + "sass": "^1.32.8", + "sass-loader": "^11.0.1", + "vue-cli-plugin-electron-builder": "2.0.0-rc.6", "vue-template-compiler": "^2.6.12" } }