Skip to content

Commit 9b2f437

Browse files
author
Akiraka
committed
1、修复字典数据打开问题
2、包版本更新
1 parent fb85d17 commit 9b2f437

File tree

4 files changed

+2601
-1784
lines changed

4 files changed

+2601
-1784
lines changed

package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -8,33 +8,33 @@
88
"preview": "vite preview"
99
},
1010
"dependencies": {
11-
"@ant-design/icons": "^5.3.7",
12-
"@remixicon/vue": "^4.2.0",
13-
"@iconify/vue": "^4.1.2",
11+
"@ant-design/icons": "^6.0.0",
12+
"@remixicon/vue": "^4.6.0",
13+
"@iconify/vue": "^5.0.0",
1414
"@arco-themes/vue-go-admin": "^0.0.1",
1515
"@codemirror/lang-html": "^6.4.9",
1616
"@codemirror/lang-javascript": "^6.2.2",
17-
"@codemirror/lang-json": "^6.0.1",
18-
"@codemirror/theme-one-dark": "^6.1.2",
19-
"@vueuse/core": "^10.11.0",
20-
"axios": "^1.7.2",
21-
"codemirror": "^6.0.1",
22-
"cropperjs": "^1.6.2",
17+
"@codemirror/lang-json": "^6.0.2",
18+
"@codemirror/theme-one-dark": "^6.1.3",
19+
"@vueuse/core": "^13.4.0",
20+
"axios": "^1.10.0",
21+
"codemirror": "^6.0.2",
22+
"cropperjs": "^2.0.0",
2323
"js-cookie": "^3.0.5",
24-
"pinia": "^2.1.7",
25-
"vue": "^3.4.30",
24+
"pinia": "^3.0.3",
25+
"vue": "^3.5.17",
2626
"vue-codemirror": "^6.1.1",
27-
"vue-router": "^4.4.0"
27+
"vue-router": "^4.5.1"
2828
},
2929
"devDependencies": {
30-
"@arco-design/web-vue": "^2.55.3",
31-
"@vitejs/plugin-vue": "^5.0.5",
32-
"eslint": "^9.5.0",
33-
"eslint-plugin-vue": "^9.26.0",
30+
"@arco-design/web-vue": "^2.57.0",
31+
"@vitejs/plugin-vue": "^6.0.0",
32+
"eslint": "^9.29.0",
33+
"eslint-plugin-vue": "^10.2.0",
3434
"mockjs": "^1.1.0",
35-
"sass": "^1.77.6",
36-
"unplugin-vue-components": "^0.27.2",
37-
"vite": "^5.3.1",
35+
"sass": "^1.89.2",
36+
"unplugin-vue-components": "^28.7.0",
37+
"vite": "^7.0.0",
3838
"vite-plugin-mock": "^3.0.2",
3939
"vite-svg-loader": "^5.1.0"
4040
}

0 commit comments

Comments
 (0)