Skip to content

Commit 20fdb02

Browse files
chore(deps): update all non-major dependencies
1 parent df2aa66 commit 20fdb02

File tree

3 files changed

+401
-310
lines changed

3 files changed

+401
-310
lines changed

electron/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"electron": "24.8.2",
2525
"electron-builder": "24.6.4",
2626
"electron-devtools-installer": "3.2.0",
27-
"vite-plugin-electron": "0.14.0",
27+
"vite-plugin-electron": "0.14.1",
2828
"vite-plugin-electron-renderer": "0.14.5",
2929
"vite-plugin-esmodule": "1.5.0"
3030
}

package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "icones",
33
"version": "0.0.0",
44
"private": true,
5-
"packageManager": "pnpm@8.7.1",
5+
"packageManager": "pnpm@8.8.0",
66
"author": "Anthony Fu<https://github.com/antfu>",
77
"license": "MIT",
88
"homepage": "https://github.com/antfu/icones#readme",
@@ -36,34 +36,34 @@
3636
"prettier": "3.0.3",
3737
"vue": "3.3.4",
3838
"vue-chemistry": "0.2.2",
39-
"vue-router": "4.2.4"
39+
"vue-router": "4.2.5"
4040
},
4141
"devDependencies": {
42-
"@antfu/eslint-config": "0.41.0",
42+
"@antfu/eslint-config": "0.43.1",
4343
"@iconify/json": "2.2.123",
4444
"@purge-icons/generated": "0.9.0",
4545
"@types/file-saver": "2.0.5",
46-
"@types/fs-extra": "11.0.1",
46+
"@types/fs-extra": "11.0.2",
4747
"@types/prettier": "3.0.0",
4848
"@vitejs/plugin-vue": "4.3.4",
49-
"dayjs": "1.11.9",
50-
"eslint": "8.48.0",
49+
"dayjs": "1.11.10",
50+
"eslint": "8.50.0",
5151
"esno": "0.17.0",
5252
"fast-glob": "3.3.1",
5353
"fs-extra": "11.1.1",
5454
"jszip": "3.10.1",
5555
"lru-cache": "10.0.1",
56-
"pnpm": "8.7.1",
56+
"pnpm": "8.8.0",
5757
"svg-packer": "0.0.3",
5858
"typescript": "5.2.2",
59-
"unocss": "0.55.6",
59+
"unocss": "0.56.4",
6060
"unplugin-auto-import": "0.16.6",
6161
"unplugin-vue-components": "0.25.2",
6262
"vite": "4.4.9",
6363
"vite-plugin-pages": "0.31.0",
6464
"vite-plugin-purge-icons": "0.9.2",
65-
"vite-plugin-pwa": "0.16.4",
66-
"vue-tsc": "1.8.8"
65+
"vite-plugin-pwa": "0.16.5",
66+
"vue-tsc": "1.8.15"
6767
},
6868
"pnpm": {
6969
"neverBuiltDependencies": [

0 commit comments

Comments
 (0)