Skip to content

Commit 78adc03

Browse files
committed
chore: update deps
1 parent 0869721 commit 78adc03

File tree

5 files changed

+1460
-1065
lines changed

5 files changed

+1460
-1065
lines changed

package.json

Lines changed: 23 additions & 23 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.12.1",
6+
"packageManager": "pnpm@9.15.0",
77
"author": "Anthony Fu<https://github.com/antfu>",
88
"license": "MIT",
99
"homepage": "https://github.com/antfu/icones#readme",
@@ -28,43 +28,43 @@
2828
},
2929
"dependencies": {
3030
"@antfu/utils": "^0.7.10",
31-
"@vueuse/core": "^11.1.0",
32-
"dexie": "^4.0.8",
31+
"@vueuse/core": "^12.0.0",
32+
"dexie": "^4.0.10",
3333
"file-saver": "^2.0.5",
3434
"floating-vue": "^5.2.2",
3535
"fzf": "^0.5.2",
36-
"hotkeys-js": "^3.13.7",
37-
"iconify-icon": "^2.1.0",
38-
"prettier": "^3.3.3",
39-
"vue": "^3.5.11",
36+
"hotkeys-js": "^3.13.9",
37+
"iconify-icon": "^2.2.0",
38+
"prettier": "^3.4.2",
39+
"vue": "^3.5.13",
4040
"vue-chemistry": "^0.2.2",
41-
"vue-router": "^4.4.5"
41+
"vue-router": "^4.5.0"
4242
},
4343
"devDependencies": {
44-
"@antfu/eslint-config": "^3.7.3",
45-
"@iconify/json": "^2.2.258",
44+
"@antfu/eslint-config": "^3.12.0",
45+
"@iconify/json": "^2.2.284",
4646
"@types/file-saver": "^2.0.7",
4747
"@types/fs-extra": "^11.0.4",
48-
"@vitejs/plugin-vue": "^5.1.4",
48+
"@vitejs/plugin-vue": "^5.2.1",
4949
"dayjs": "^1.11.13",
50-
"eslint": "^9.12.0",
51-
"eslint-plugin-format": "^0.1.2",
50+
"eslint": "^9.17.0",
51+
"eslint-plugin-format": "^0.1.3",
5252
"esno": "^4.8.0",
5353
"fast-glob": "^3.3.2",
5454
"fs-extra": "^11.2.0",
5555
"jszip": "^3.10.1",
56-
"lru-cache": "^11.0.1",
56+
"lru-cache": "^11.0.2",
5757
"pnpm": "8.10.2",
58-
"shiki": "^1.22.0",
58+
"shiki": "^1.24.2",
5959
"svg-packer": "^0.0.3",
60-
"typescript": "^5.6.3",
61-
"unocss": "^0.63.4",
62-
"unplugin-auto-import": "^0.18.3",
63-
"unplugin-vue-components": "^0.27.4",
64-
"vite": "^5.4.8",
65-
"vite-plugin-pages": "^0.32.3",
66-
"vite-plugin-pwa": "^0.20.5",
67-
"vue-tsc": "^2.1.6"
60+
"typescript": "^5.7.2",
61+
"unocss": "^0.65.1",
62+
"unplugin-auto-import": "^0.19.0",
63+
"unplugin-vue-components": "^0.28.0",
64+
"vite": "^6.0.3",
65+
"vite-plugin-pages": "^0.32.4",
66+
"vite-plugin-pwa": "^0.21.1",
67+
"vue-tsc": "^2.1.10"
6868
},
6969
"pnpm": {
7070
"neverBuiltDependencies": [

0 commit comments

Comments
 (0)