Skip to content

Commit 3f2027f

Browse files
authored
chore: update deps (#383)
1 parent a2cf72a commit 3f2027f

File tree

4 files changed

+918
-665
lines changed

4 files changed

+918
-665
lines changed

package.json

Lines changed: 19 additions & 19 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.18.3",
6+
"packageManager": "pnpm@10.24.0",
77
"author": "Anthony Fu<https://github.com/antfu>",
88
"license": "MIT",
99
"homepage": "https://github.com/antfu/icones#readme",
@@ -26,43 +26,43 @@
2626
},
2727
"dependencies": {
2828
"@antfu/utils": "^9.3.0",
29-
"@vueuse/core": "^13.9.0",
29+
"@vueuse/core": "^14.1.0",
3030
"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.1",
36-
"prettier": "^3.6.2",
35+
"iconify-icon": "^3.0.2",
36+
"prettier": "^3.7.3",
3737
"ultrahtml": "^1.6.0",
38-
"vue": "^3.5.22",
38+
"vue": "^3.5.25",
3939
"vue-chemistry": "^0.2.2",
4040
"vue-router": "^4.6.3"
4141
},
4242
"devDependencies": {
43-
"@antfu/eslint-config": "^6.0.0",
44-
"@iconify/json": "^2.2.396",
43+
"@antfu/eslint-config": "^6.2.0",
44+
"@iconify/json": "^2.2.413",
4545
"@types/file-saver": "^2.0.7",
4646
"@types/fs-extra": "^11.0.4",
47-
"@vitejs/plugin-vue": "^6.0.1",
47+
"@vitejs/plugin-vue": "^6.0.2",
4848
"client-zip": "^2.5.0",
49-
"dayjs": "^1.11.18",
50-
"eslint": "^9.37.0",
49+
"dayjs": "^1.11.19",
50+
"eslint": "^9.39.1",
5151
"eslint-plugin-format": "^1.0.2",
5252
"esno": "^4.8.0",
5353
"fast-glob": "^3.3.3",
5454
"fs-extra": "^11.3.2",
55-
"lru-cache": "^11.2.2",
56-
"pnpm": "^10.18.3",
57-
"shiki": "^3.13.0",
55+
"lru-cache": "^11.2.4",
56+
"pnpm": "^10.24.0",
57+
"shiki": "^3.17.1",
5858
"svg-packer": "^1.0.0",
5959
"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",
60+
"unocss": "^66.5.9",
61+
"unplugin-auto-import": "^20.3.0",
62+
"unplugin-vue-components": "^30.0.0",
63+
"vite": "^7.2.6",
6464
"vite-plugin-pages": "^0.33.1",
65-
"vite-plugin-pwa": "^1.1.0",
66-
"vue-tsc": "^3.1.1"
65+
"vite-plugin-pwa": "^1.2.0",
66+
"vue-tsc": "^3.1.5"
6767
}
6868
}

0 commit comments

Comments
 (0)