Skip to content

Commit ca8bd77

Browse files
committed
chore: 更新依赖,修改 unocss 写法
1 parent a4fc750 commit ca8bd77

File tree

34 files changed

+1113
-1006
lines changed

34 files changed

+1113
-1006
lines changed

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,16 @@
2626
"@headlessui/vue": "^1.7.22",
2727
"@vueuse/core": "^10.9.0",
2828
"@vueuse/integrations": "^10.9.0",
29-
"axios": "^1.6.8",
29+
"axios": "^1.7.2",
3030
"dayjs": "^1.11.11",
31-
"element-plus": "^2.7.2",
31+
"element-plus": "^2.7.3",
3232
"eruda": "^3.0.1",
3333
"floating-vue": "5.2.2",
3434
"hotkeys-js": "^3.13.7",
3535
"lodash-es": "^4.17.21",
3636
"mitt": "^3.0.1",
3737
"mockjs": "^1.1.0",
38-
"overlayscrollbars": "^2.7.3",
38+
"overlayscrollbars": "^2.8.1",
3939
"overlayscrollbars-vue": "^0.5.9",
4040
"pinia": "^2.1.7",
4141
"qs": "^6.12.1",
@@ -45,51 +45,51 @@
4545
"vue-router": "^4.3.2"
4646
},
4747
"devDependencies": {
48-
"@antfu/eslint-config": "2.17.0",
49-
"@iconify/json": "^2.2.207",
48+
"@antfu/eslint-config": "2.18.1",
49+
"@iconify/json": "^2.2.212",
5050
"@iconify/vue": "^4.1.2",
5151
"@stylistic/stylelint-config": "^1.0.1",
5252
"@types/lodash-es": "^4.17.12",
5353
"@types/mockjs": "^1.0.10",
5454
"@types/qs": "^6.9.15",
55-
"@unocss/eslint-plugin": "^0.59.4",
55+
"@unocss/eslint-plugin": "^0.60.3",
5656
"@vitejs/plugin-vue": "^5.0.4",
5757
"@vitejs/plugin-vue-jsx": "^3.1.0",
5858
"archiver": "^7.0.1",
5959
"autoprefixer": "^10.4.19",
6060
"boxen": "^7.1.1",
6161
"bumpp": "^9.4.1",
6262
"cz-git": "^1.9.1",
63-
"eslint": "^9.2.0",
63+
"eslint": "^9.3.0",
6464
"esno": "^4.7.0",
6565
"fs-extra": "^11.2.0",
6666
"http-server": "^14.1.1",
67-
"inquirer": "^9.2.20",
68-
"lint-staged": "^15.2.2",
67+
"inquirer": "^9.2.22",
68+
"lint-staged": "^15.2.4",
6969
"npm-run-all": "^4.1.5",
70-
"picocolors": "^1.0.0",
70+
"picocolors": "^1.0.1",
7171
"plop": "^4.0.1",
7272
"postcss": "^8.4.38",
7373
"postcss-html": "^1.7.0",
74-
"sass": "^1.77.0",
74+
"sass": "^1.77.2",
7575
"simple-git-hooks": "^2.11.1",
7676
"stylelint": "^16.5.0",
7777
"stylelint-config-recess-order": "^5.0.1",
7878
"stylelint-config-standard-scss": "^13.1.0",
7979
"stylelint-config-standard-vue": "^1.0.0",
8080
"stylelint-scss": "^6.3.0",
81-
"svgo": "^3.3.0",
81+
"svgo": "^3.3.2",
8282
"typescript": "^5.4.5",
83-
"unocss": "^0.59.4",
84-
"unplugin-auto-import": "^0.17.5",
83+
"unocss": "^0.60.3",
84+
"unplugin-auto-import": "^0.17.6",
8585
"unplugin-turbo-console": "^1.8.6",
8686
"unplugin-vue-components": "^0.27.0",
8787
"vite": "^5.2.11",
8888
"vite-plugin-banner": "^0.7.1",
8989
"vite-plugin-compression2": "^1.1.0",
9090
"vite-plugin-fake-server": "^2.1.1",
9191
"vite-plugin-svg-icons": "^2.0.1",
92-
"vue-tsc": "^2.0.16"
92+
"vue-tsc": "^2.0.19"
9393
},
9494
"simple-git-hooks": {
9595
"pre-commit": "pnpm lint-staged",

0 commit comments

Comments
 (0)