perf: npm update (#216)

Co-authored-by: tk <fiyne1a@dingtalk.com>
This commit is contained in:
nsnail 2024-11-22 18:13:17 +08:00 committed by GitHub
parent 2f16efd291
commit d74a7e13ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,15 +10,15 @@
}, },
"dependencies": { "dependencies": {
"@element-plus/icons-vue": "2.3.1", "@element-plus/icons-vue": "2.3.1",
"ace-builds": "1.36.4", "ace-builds": "1.36.5",
"aieditor": "1.2.5", "aieditor": "1.2.7",
"axios": "1.7.7", "axios": "1.7.7",
"clipboard": "2.0.11", "clipboard": "2.0.11",
"core-js": "3.39.0", "core-js": "3.39.0",
"cropperjs": "1.6.2", "cropperjs": "1.6.2",
"crypto-js": "4.2.0", "crypto-js": "4.2.0",
"echarts": "5.5.1", "echarts": "5.5.1",
"element-plus": "2.8.7", "element-plus": "2.8.8",
"json-bigint": "1.0.0", "json-bigint": "1.0.0",
"json5-to-table": "0.1.8", "json5-to-table": "0.1.8",
"markdown-it": "14.1.0", "markdown-it": "14.1.0",
@ -28,7 +28,7 @@
"qrcodejs2": "0.0.2", "qrcodejs2": "0.0.2",
"sortablejs": "1.15.3", "sortablejs": "1.15.3",
"vkbeautify": "0.99.3", "vkbeautify": "0.99.3",
"vue": "3.5.12", "vue": "3.5.13",
"vue-i18n": "10.0.4", "vue-i18n": "10.0.4",
"vue-router": "4.4.5", "vue-router": "4.4.5",
"vue3-ace-editor": "2.2.4", "vue3-ace-editor": "2.2.4",
@ -37,10 +37,10 @@
"vuex": "4.1.0" "vuex": "4.1.0"
}, },
"devDependencies": { "devDependencies": {
"@vitejs/plugin-vue": "5.1.5", "@vitejs/plugin-vue": "5.2.0",
"prettier": "3.3.3", "prettier": "3.3.3",
"prettier-plugin-organize-attributes": "1.0.0", "prettier-plugin-organize-attributes": "1.0.0",
"sass": "1.80.6", "sass": "1.81.0",
"terser": "5.36.0", "terser": "5.36.0",
"vite": "5.4.11" "vite": "5.4.11"
}, },