升级依赖。

This commit is contained in:
Kane Wang 2023-04-20 14:36:42 +08:00
parent faa515f0cc
commit 2b45c48e04
2 changed files with 10 additions and 10 deletions

View File

@ -12,7 +12,7 @@
"@element-plus/icons-vue": "^2.1.0", "@element-plus/icons-vue": "^2.1.0",
"@typescript-eslint/eslint-plugin": "^5.59.0", "@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0", "@typescript-eslint/parser": "^5.59.0",
"axios": "^1.3.5", "axios": "^1.3.6",
"babel": "^6.23.0", "babel": "^6.23.0",
"echarts": "^5.4.2", "echarts": "^5.4.2",
"element-plus": "^2.3.3", "element-plus": "^2.3.3",
@ -31,7 +31,7 @@
"eslint-plugin-vue": "^9.11.0", "eslint-plugin-vue": "^9.11.0",
"sass": "^1.62.0", "sass": "^1.62.0",
"typescript": "^5.0.4", "typescript": "^5.0.4",
"vite": "^4.2.1", "vite": "^4.2.2",
"vue-eslint-parser": "^9.1.1" "vue-eslint-parser": "^9.1.1"
} }
}, },
@ -2719,9 +2719,9 @@
} }
}, },
"node_modules/axios": { "node_modules/axios": {
"version": "1.3.5", "version": "1.3.6",
"resolved": "https://registry.npmmirror.com/axios/-/axios-1.3.5.tgz", "resolved": "https://registry.npmmirror.com/axios/-/axios-1.3.6.tgz",
"integrity": "sha512-glL/PvG/E+xCWwV8S6nCHcrfg1exGx7vxyUIivIA1iL7BIh6bePylCfVHwp6k13ao7SATxB6imau2kqY+I67kw==", "integrity": "sha512-PEcdkk7JcdPiMDkvM4K6ZBRYq9keuVJsToxm2zQIM70Qqo2WHTdJZMXcG9X+RmRp2VPNUQC8W1RAGbgt6b1yMg==",
"dependencies": { "dependencies": {
"follow-redirects": "^1.15.0", "follow-redirects": "^1.15.0",
"form-data": "^4.0.0", "form-data": "^4.0.0",
@ -12026,9 +12026,9 @@
} }
}, },
"node_modules/vite": { "node_modules/vite": {
"version": "4.2.1", "version": "4.2.2",
"resolved": "https://registry.npmmirror.com/vite/-/vite-4.2.1.tgz", "resolved": "https://registry.npmmirror.com/vite/-/vite-4.2.2.tgz",
"integrity": "sha512-7MKhqdy0ISo4wnvwtqZkjke6XN4taqQ2TBaTccLIpOKv7Vp2h4Y+NpmWCnGDeSvvn45KxvWgGyb0MkHvY1vgbg==", "integrity": "sha512-PcNtT5HeDxb3QaSqFYkEum8f5sCVe0R3WK20qxgIvNBZPXU/Obxs/+ubBMeE7nLWeCo2LDzv+8hRYSlcaSehig==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"esbuild": "^0.17.5", "esbuild": "^0.17.5",

View File

@ -13,7 +13,7 @@
"@element-plus/icons-vue": "^2.1.0", "@element-plus/icons-vue": "^2.1.0",
"@typescript-eslint/eslint-plugin": "^5.59.0", "@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0", "@typescript-eslint/parser": "^5.59.0",
"axios": "^1.3.5", "axios": "^1.3.6",
"babel": "^6.23.0", "babel": "^6.23.0",
"echarts": "^5.4.2", "echarts": "^5.4.2",
"element-plus": "^2.3.3", "element-plus": "^2.3.3",
@ -32,7 +32,7 @@
"eslint-plugin-vue": "^9.11.0", "eslint-plugin-vue": "^9.11.0",
"sass": "^1.62.0", "sass": "^1.62.0",
"typescript": "^5.0.4", "typescript": "^5.0.4",
"vite": "^4.2.1", "vite": "^4.2.2",
"vue-eslint-parser": "^9.1.1" "vue-eslint-parser": "^9.1.1"
} }
} }