update third party dependencies

This commit is contained in:
MaysWind
2022-03-06 22:59:24 +08:00
parent 8d5f804a60
commit a79def625c
2 changed files with 469 additions and 290 deletions
+458 -279
View File
File diff suppressed because it is too large Load Diff
+11 -11
View File
@@ -17,22 +17,22 @@
"lint": "vue-cli-service lint" "lint": "vue-cli-service lint"
}, },
"dependencies": { "dependencies": {
"axios": "^0.21.1", "axios": "^0.26.0",
"cbor-js": "^0.1.0", "cbor-js": "^0.1.0",
"core-js": "^3.6.5", "core-js": "^3.21.1",
"crypto-js": "^4.0.0", "crypto-js": "^4.1.1",
"framework7": "^5.7.14", "framework7": "^5.7.14",
"framework7-icons": "^3.0.1", "framework7-icons": "^5.0.5",
"framework7-vue": "^5.7.14", "framework7-vue": "^5.7.14",
"js-cookie": "^2.2.1", "js-cookie": "^3.0.1",
"line-awesome": "^1.3.0", "line-awesome": "^1.3.0",
"moment": "^2.29.1", "moment": "^2.29.1",
"moment-timezone": "^0.5.33", "moment-timezone": "^0.5.34",
"register-service-worker": "^1.7.2", "register-service-worker": "^1.7.2",
"ua-parser-js": "^0.7.28", "ua-parser-js": "^1.0.2",
"vue": "^2.6.12", "vue": "^2.6.14",
"vue-clipboard2": "^0.3.1", "vue-clipboard2": "^0.3.3",
"vue-i18n": "^8.24.3", "vue-i18n": "^8.27.0",
"vue-pincode-input": "^0.4.0", "vue-pincode-input": "^0.4.0",
"vuex": "^3.6.2" "vuex": "^3.6.2"
}, },
@@ -47,7 +47,7 @@
"eslint-plugin-vue": "^6.2.2", "eslint-plugin-vue": "^6.2.2",
"git-revision-webpack-plugin": "^3.0.6", "git-revision-webpack-plugin": "^3.0.6",
"moment-locales-webpack-plugin": "^1.2.0", "moment-locales-webpack-plugin": "^1.2.0",
"vue-template-compiler": "^2.6.12" "vue-template-compiler": "^2.6.14"
}, },
"eslintConfig": { "eslintConfig": {
"root": true, "root": true,