Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 17, 2023
1 parent ff1fe06 commit 250df1b
Show file tree
Hide file tree
Showing 3 changed files with 348 additions and 296 deletions.
4 changes: 2 additions & 2 deletions electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
"build": "vite build ../ --mode electron && yarn copy && electron-builder"
},
"devDependencies": {
"electron": "24.8.2",
"electron": "24.8.3",
"electron-builder": "24.6.4",
"electron-devtools-installer": "3.2.0",
"vite-plugin-electron": "0.14.0",
"vite-plugin-electron": "0.14.1",
"vite-plugin-electron-renderer": "0.14.5",
"vite-plugin-esmodule": "1.5.0"
}
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "icones",
"version": "0.0.0",
"private": true,
"packageManager": "pnpm@8.7.1",
"packageManager": "pnpm@8.7.6",
"author": "Anthony Fu<https://github.com/antfu>",
"license": "MIT",
"homepage": "https://github.com/antfu/icones#readme",
Expand Down Expand Up @@ -39,31 +39,31 @@
"vue-router": "4.2.4"
},
"devDependencies": {
"@antfu/eslint-config": "0.41.0",
"@antfu/eslint-config": "0.42.0",
"@iconify/json": "2.2.110",
"@purge-icons/generated": "0.9.0",
"@types/file-saver": "2.0.5",
"@types/fs-extra": "11.0.1",
"@types/fs-extra": "11.0.2",
"@types/prettier": "3.0.0",
"@vitejs/plugin-vue": "4.3.4",
"dayjs": "1.11.9",
"eslint": "8.48.0",
"eslint": "8.49.0",
"esno": "0.17.0",
"fast-glob": "3.3.1",
"fs-extra": "11.1.1",
"jszip": "3.10.1",
"lru-cache": "10.0.1",
"pnpm": "8.7.1",
"pnpm": "8.7.6",
"svg-packer": "0.0.3",
"typescript": "5.2.2",
"unocss": "0.55.6",
"unocss": "0.55.7",
"unplugin-auto-import": "0.16.6",
"unplugin-vue-components": "0.25.2",
"vite": "4.4.9",
"vite-plugin-pages": "0.31.0",
"vite-plugin-purge-icons": "0.9.2",
"vite-plugin-pwa": "0.16.4",
"vue-tsc": "1.8.8"
"vite-plugin-pwa": "0.16.5",
"vue-tsc": "1.8.11"
},
"pnpm": {
"neverBuiltDependencies": [
Expand Down

0 comments on commit 250df1b

Please sign in to comment.