Skip to content

Commit 0a7a455

Browse files
committed
feat: 添加部分仓库缺失的icon
Signed-off-by: joshua <[email protected]>
1 parent c49e489 commit 0a7a455

File tree

3 files changed

+283
-271
lines changed

3 files changed

+283
-271
lines changed

package.json

Lines changed: 21 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,22 @@
1111
"format": "prettier --write ."
1212
},
1313
"dependencies": {
14-
"@unocss/reset": "^0.58.5",
15-
"@vueuse/core": "^10.7.2",
16-
"ant-design-vue": "^4.0.0",
17-
"axios": "^1.6.7",
14+
"@unocss/reset": "^0.58.9",
15+
"@vueuse/core": "^10.11.1",
16+
"ant-design-vue": "^4.2.6",
17+
"axios": "^1.7.7",
1818
"js-cookie": "^3.0.5",
1919
"naive-ui": "^2.40.1",
20-
"pinia": "^2.1.7",
21-
"sass": "^1.71.0",
22-
"vue": "^3.4.19",
23-
"vue-router": "^4.2.5"
20+
"pinia": "^2.2.6",
21+
"sass": "^1.81.0",
22+
"vue": "^3.5.13",
23+
"vue-router": "^4.4.5"
2424
},
2525
"devDependencies": {
26-
"@antfu/eslint-config": "^2.8.0",
26+
"@antfu/eslint-config": "^2.27.3",
2727
"@commitlint/cli": "^18.6.1",
28-
"@commitlint/config-conventional": "^18.6.2",
28+
"@commitlint/config-conventional": "^18.6.3",
29+
"@iconify-json/arcticons": "^1.2.4",
2930
"@iconify-json/carbon": "^1.2.4",
3031
"@iconify-json/devicon": "^1.2.5",
3132
"@iconify-json/file-icons": "^1.2.0",
@@ -34,23 +35,23 @@
3435
"@iconify-json/simple-icons": "^1.2.11",
3536
"@iconify/utils": "^2.1.33",
3637
"@types/js-cookie": "^3.0.6",
37-
"@types/node": "^20.11.24",
38-
"@typescript-eslint/eslint-plugin": "^7.0.2",
39-
"@typescript-eslint/parser": "^7.0.2",
38+
"@types/node": "^20.17.6",
39+
"@typescript-eslint/eslint-plugin": "^7.18.0",
40+
"@typescript-eslint/parser": "^7.18.0",
4041
"@unocss/preset-attributify": "^0.58.9",
4142
"@unocss/preset-icons": "^0.58.9",
4243
"@unocss/preset-uno": "^0.58.9",
43-
"@vitejs/plugin-vue": "^5.0.4",
44+
"@vitejs/plugin-vue": "^5.2.0",
4445
"@vitejs/plugin-vue-jsx": "^3.1.0",
4546
"@vue/eslint-config-typescript": "^12.0.0",
46-
"eslint": "^8.57.0",
47+
"eslint": "^8.57.1",
4748
"eslint-config-prettier": "^9.1.0",
48-
"eslint-plugin-vue": "^9.21.1",
49-
"lint-staged": "^15.2.2",
50-
"prettier": "^3.2.5",
51-
"typescript": "^5.3.3",
49+
"eslint-plugin-vue": "^9.31.0",
50+
"lint-staged": "^15.2.10",
51+
"prettier": "^3.3.3",
52+
"typescript": "^5.6.3",
5253
"unocss": "^0.58.9",
53-
"vite": "^5.1.3",
54+
"vite": "^5.4.11",
5455
"vue-tsc": "^1.8.27"
5556
},
5657
"gitHooks": {

0 commit comments

Comments
 (0)