Skip to content

Commit 053e71e

Browse files
authored
chore: upgrade deps (#375)
1 parent f65e6db commit 053e71e

File tree

5 files changed

+1500
-1419
lines changed

5 files changed

+1500
-1419
lines changed

package.json

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "module",
44
"version": "0.0.0",
55
"private": true,
6-
"packageManager": "pnpm@10.6.5",
6+
"packageManager": "pnpm@10.15.1",
77
"author": "Anthony Fu<https://github.com/antfu>",
88
"license": "MIT",
99
"homepage": "https://github.com/antfu/icones#readme",
@@ -25,44 +25,44 @@
2525
"build:electron": "NODE_ENV=production npm -C ./electron run build"
2626
},
2727
"dependencies": {
28-
"@antfu/utils": "^9.1.0",
29-
"@vueuse/core": "^13.0.0",
30-
"dexie": "^4.0.11",
28+
"@antfu/utils": "^9.2.0",
29+
"@vueuse/core": "^13.9.0",
30+
"dexie": "^4.2.0",
3131
"file-saver": "^2.0.5",
3232
"floating-vue": "^5.2.2",
3333
"fzf": "^0.5.2",
34-
"hotkeys-js": "^3.13.9",
35-
"iconify-icon": "^2.3.0",
36-
"prettier": "^3.5.3",
34+
"hotkeys-js": "^3.13.15",
35+
"iconify-icon": "^3.0.0",
36+
"prettier": "^3.6.2",
3737
"ultrahtml": "^1.6.0",
38-
"vue": "^3.5.13",
38+
"vue": "^3.5.21",
3939
"vue-chemistry": "^0.2.2",
40-
"vue-router": "^4.5.0"
40+
"vue-router": "^4.5.1"
4141
},
4242
"devDependencies": {
43-
"@antfu/eslint-config": "^4.11.0",
44-
"@iconify/json": "^2.2.319",
43+
"@antfu/eslint-config": "^5.3.0",
44+
"@iconify/json": "^2.2.382",
4545
"@types/file-saver": "^2.0.7",
4646
"@types/fs-extra": "^11.0.4",
47-
"@vitejs/plugin-vue": "^5.2.3",
47+
"@vitejs/plugin-vue": "^6.0.1",
4848
"client-zip": "^2.5.0",
49-
"dayjs": "^1.11.13",
50-
"eslint": "^9.23.0",
49+
"dayjs": "^1.11.18",
50+
"eslint": "^9.35.0",
5151
"eslint-plugin-format": "^1.0.1",
5252
"esno": "^4.8.0",
5353
"fast-glob": "^3.3.3",
54-
"fs-extra": "^11.3.0",
55-
"lru-cache": "^11.0.2",
56-
"pnpm": "^10.6.5",
57-
"shiki": "^3.2.1",
54+
"fs-extra": "^11.3.1",
55+
"lru-cache": "^11.2.1",
56+
"pnpm": "^10.15.1",
57+
"shiki": "^3.12.2",
5858
"svg-packer": "^1.0.0",
59-
"typescript": "^5.8.2",
60-
"unocss": "^66.1.0-beta.6",
61-
"unplugin-auto-import": "^19.1.1",
62-
"unplugin-vue-components": "^28.4.1",
63-
"vite": "^6.3.5",
64-
"vite-plugin-pages": "^0.32.5",
65-
"vite-plugin-pwa": "^1.0.0",
66-
"vue-tsc": "^2.2.8"
59+
"typescript": "^5.9.2",
60+
"unocss": "^66.5.1",
61+
"unplugin-auto-import": "^20.1.0",
62+
"unplugin-vue-components": "^29.0.0",
63+
"vite": "^7.1.5",
64+
"vite-plugin-pages": "^0.33.1",
65+
"vite-plugin-pwa": "^1.0.3",
66+
"vue-tsc": "^3.0.6"
6767
}
6868
}

0 commit comments

Comments
 (0)