Skip to content

Commit adcee5a

Browse files
committed
chore: update deps
1 parent d1b9de6 commit adcee5a

File tree

3 files changed

+1151
-1475
lines changed

3 files changed

+1151
-1475
lines changed

package.json

Lines changed: 21 additions & 21 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.15.1",
6+
"packageManager": "pnpm@10.18.3",
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.2.0",
28+
"@antfu/utils": "^9.3.0",
2929
"@vueuse/core": "^13.9.0",
30-
"dexie": "^4.2.0",
30+
"dexie": "^4.2.1",
3131
"file-saver": "^2.0.5",
3232
"floating-vue": "^5.2.2",
3333
"fzf": "^0.5.2",
3434
"hotkeys-js": "^3.13.15",
35-
"iconify-icon": "^3.0.0",
35+
"iconify-icon": "^3.0.1",
3636
"prettier": "^3.6.2",
3737
"ultrahtml": "^1.6.0",
38-
"vue": "^3.5.21",
38+
"vue": "^3.5.22",
3939
"vue-chemistry": "^0.2.2",
40-
"vue-router": "^4.5.1"
40+
"vue-router": "^4.6.3"
4141
},
4242
"devDependencies": {
43-
"@antfu/eslint-config": "^5.3.0",
44-
"@iconify/json": "^2.2.393",
43+
"@antfu/eslint-config": "^6.0.0",
44+
"@iconify/json": "^2.2.396",
4545
"@types/file-saver": "^2.0.7",
4646
"@types/fs-extra": "^11.0.4",
4747
"@vitejs/plugin-vue": "^6.0.1",
4848
"client-zip": "^2.5.0",
4949
"dayjs": "^1.11.18",
50-
"eslint": "^9.35.0",
51-
"eslint-plugin-format": "^1.0.1",
50+
"eslint": "^9.37.0",
51+
"eslint-plugin-format": "^1.0.2",
5252
"esno": "^4.8.0",
5353
"fast-glob": "^3.3.3",
54-
"fs-extra": "^11.3.1",
55-
"lru-cache": "^11.2.1",
56-
"pnpm": "^10.15.1",
57-
"shiki": "^3.12.2",
54+
"fs-extra": "^11.3.2",
55+
"lru-cache": "^11.2.2",
56+
"pnpm": "^10.18.3",
57+
"shiki": "^3.13.0",
5858
"svg-packer": "^1.0.0",
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",
59+
"typescript": "^5.9.3",
60+
"unocss": "^66.5.4",
61+
"unplugin-auto-import": "^20.2.0",
62+
"unplugin-vue-components": "^29.1.0",
63+
"vite": "^7.1.10",
6464
"vite-plugin-pages": "^0.33.1",
65-
"vite-plugin-pwa": "^1.0.3",
66-
"vue-tsc": "^3.0.6"
65+
"vite-plugin-pwa": "^1.1.0",
66+
"vue-tsc": "^3.1.1"
6767
}
6868
}

0 commit comments

Comments
 (0)