Skip to content

Commit eecefd8

Browse files
committed
chore: update deps
1 parent f10f63f commit eecefd8

File tree

5 files changed

+1368
-1286
lines changed

5 files changed

+1368
-1286
lines changed

package.json

Lines changed: 18 additions & 18 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@9.15.4",
6+
"packageManager": "pnpm@10.6.5",
77
"author": "Anthony Fu<https://github.com/antfu>",
88
"license": "MIT",
99
"homepage": "https://github.com/antfu/icones#readme",
@@ -27,44 +27,44 @@
2727
"build:electron": "NODE_ENV=production npm -C ./electron run build"
2828
},
2929
"dependencies": {
30-
"@antfu/utils": "^8.1.0",
31-
"@vueuse/core": "^12.5.0",
30+
"@antfu/utils": "^9.1.0",
31+
"@vueuse/core": "^13.0.0",
3232
"dexie": "^4.0.11",
3333
"file-saver": "^2.0.5",
3434
"floating-vue": "^5.2.2",
3535
"fzf": "^0.5.2",
3636
"hotkeys-js": "^3.13.9",
3737
"iconify-icon": "^2.3.0",
38-
"prettier": "^3.4.2",
38+
"prettier": "^3.5.3",
3939
"vue": "^3.5.13",
4040
"vue-chemistry": "^0.2.2",
4141
"vue-router": "^4.5.0"
4242
},
4343
"devDependencies": {
44-
"@antfu/eslint-config": "^4.1.1",
45-
"@iconify/json": "^2.2.302",
44+
"@antfu/eslint-config": "^4.11.0",
45+
"@iconify/json": "^2.2.319",
4646
"@types/file-saver": "^2.0.7",
4747
"@types/fs-extra": "^11.0.4",
48-
"@vitejs/plugin-vue": "^5.2.1",
48+
"@vitejs/plugin-vue": "^5.2.3",
4949
"dayjs": "^1.11.13",
50-
"eslint": "^9.19.0",
50+
"eslint": "^9.23.0",
5151
"eslint-plugin-format": "^1.0.1",
5252
"esno": "^4.8.0",
5353
"fast-glob": "^3.3.3",
5454
"fs-extra": "^11.3.0",
5555
"jszip": "^3.10.1",
5656
"lru-cache": "^11.0.2",
57-
"pnpm": "^9.15.4",
58-
"shiki": "^2.2.0",
57+
"pnpm": "^10.6.5",
58+
"shiki": "^3.2.1",
5959
"svg-packer": "^0.0.3",
60-
"typescript": "^5.7.3",
61-
"unocss": "^65.4.3",
62-
"unplugin-auto-import": "^19.0.0",
63-
"unplugin-vue-components": "^28.0.0",
64-
"vite": "^6.0.11",
65-
"vite-plugin-pages": "^0.32.4",
66-
"vite-plugin-pwa": "^0.21.1",
67-
"vue-tsc": "^2.2.0"
60+
"typescript": "^5.8.2",
61+
"unocss": "^66.1.0-beta.6",
62+
"unplugin-auto-import": "^19.1.1",
63+
"unplugin-vue-components": "^28.4.1",
64+
"vite": "^6.2.2",
65+
"vite-plugin-pages": "^0.32.5",
66+
"vite-plugin-pwa": "^0.21.2",
67+
"vue-tsc": "^2.2.8"
6868
},
6969
"pnpm": {
7070
"neverBuiltDependencies": [

0 commit comments

Comments
 (0)