Skip to content

Commit 1c7d862

Browse files
chore(deps): update all non-major dependencies
1 parent 6776577 commit 1c7d862

File tree

3 files changed

+818
-515
lines changed

3 files changed

+818
-515
lines changed

electron/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
"build": "vite build ../ --mode electron && pnpm copy && electron-builder"
2222
},
2323
"devDependencies": {
24-
"electron": "27.0.4",
25-
"electron-builder": "24.6.4",
24+
"electron": "27.3.11",
25+
"electron-builder": "24.13.3",
2626
"electron-devtools-installer": "3.2.0",
27-
"vite-plugin-electron": "0.15.4",
27+
"vite-plugin-electron": "0.28.5",
2828
"vite-plugin-electron-renderer": "0.14.5",
2929
"vite-plugin-esmodule": "1.5.0"
3030
}

package.json

+13-13
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@8.15.6",
6+
"packageManager": "pnpm@8.15.7",
77
"author": "Anthony Fu<https://github.com/antfu>",
88
"license": "MIT",
99
"homepage": "https://github.com/antfu/icones#readme",
@@ -29,42 +29,42 @@
2929
"dependencies": {
3030
"@antfu/utils": "^0.7.7",
3131
"@vueuse/core": "^10.9.0",
32-
"dexie": "^4.0.1",
32+
"dexie": "^4.0.4",
3333
"file-saver": "^2.0.5",
3434
"fzf": "^0.5.2",
3535
"hotkeys-js": "^3.13.7",
36-
"iconify-icon": "^2.0.0",
36+
"iconify-icon": "^2.1.0",
3737
"prettier": "^3.2.5",
38-
"vue": "^3.4.21",
38+
"vue": "^3.4.23",
3939
"vue-chemistry": "^0.2.2",
40-
"vue-router": "^4.3.0"
40+
"vue-router": "^4.3.2"
4141
},
4242
"devDependencies": {
43-
"@antfu/eslint-config": "^2.12.2",
43+
"@antfu/eslint-config": "^2.15.0",
4444
"@iconify/json": "^2.2.202",
4545
"@purge-icons/generated": "^0.10.0",
4646
"@types/file-saver": "^2.0.7",
4747
"@types/fs-extra": "^11.0.4",
4848
"@vitejs/plugin-vue": "^5.0.4",
4949
"dayjs": "^1.11.10",
50-
"eslint": "^9.0.0",
51-
"eslint-plugin-format": "^0.1.0",
50+
"eslint": "^9.1.0",
51+
"eslint-plugin-format": "^0.1.1",
5252
"esno": "^4.7.0",
5353
"fast-glob": "^3.3.2",
5454
"fs-extra": "^11.2.0",
5555
"jszip": "^3.10.1",
5656
"lru-cache": "^10.2.0",
57-
"pnpm": "8.10.2",
57+
"pnpm": "8.15.7",
5858
"svg-packer": "^0.0.3",
59-
"typescript": "^5.4.4",
60-
"unocss": "^0.59.0",
59+
"typescript": "^5.4.5",
60+
"unocss": "^0.59.4",
6161
"unplugin-auto-import": "^0.17.5",
6262
"unplugin-vue-components": "^0.26.0",
63-
"vite": "^5.2.8",
63+
"vite": "^5.2.10",
6464
"vite-plugin-pages": "^0.32.1",
6565
"vite-plugin-purge-icons": "^0.10.0",
6666
"vite-plugin-pwa": "^0.19.8",
67-
"vue-tsc": "^2.0.11"
67+
"vue-tsc": "^2.0.13"
6868
},
6969
"pnpm": {
7070
"neverBuiltDependencies": [

0 commit comments

Comments
 (0)