Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#199)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 4, 2023
1 parent 0652c14 commit ff1fe06
Show file tree
Hide file tree
Showing 3 changed files with 358 additions and 305 deletions.
6 changes: 3 additions & 3 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.6.1",
"electron-builder": "24.6.3",
"electron": "24.8.2",
"electron-builder": "24.6.4",
"electron-devtools-installer": "3.2.0",
"vite-plugin-electron": "0.12.0",
"vite-plugin-electron": "0.14.0",
"vite-plugin-electron-renderer": "0.14.5",
"vite-plugin-esmodule": "1.5.0"
}
Expand Down
22 changes: 11 additions & 11 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": "[email protected].0",
"packageManager": "[email protected].1",
"author": "Anthony Fu<https://github.com/antfu>",
"license": "MIT",
"homepage": "https://github.com/antfu/icones#readme",
Expand All @@ -26,14 +26,14 @@
"build:electron": "NODE_ENV=production npm -C ./electron run build"
},
"dependencies": {
"@antfu/utils": "0.7.5",
"@vueuse/core": "10.3.0",
"@antfu/utils": "0.7.6",
"@vueuse/core": "10.4.1",
"dexie": "3.2.4",
"file-saver": "2.0.5",
"fzf": "0.5.2",
"hotkeys-js": "3.12.0",
"iconify-icon": "1.0.8",
"prettier": "3.0.1",
"prettier": "3.0.3",
"vue": "3.3.4",
"vue-chemistry": "0.2.2",
"vue-router": "4.2.4"
Expand All @@ -45,21 +45,21 @@
"@types/file-saver": "2.0.5",
"@types/fs-extra": "11.0.1",
"@types/prettier": "3.0.0",
"@vitejs/plugin-vue": "4.2.3",
"@vitejs/plugin-vue": "4.3.4",
"dayjs": "1.11.9",
"eslint": "8.48.0",
"esno": "0.17.0",
"fast-glob": "3.3.1",
"fs-extra": "11.1.1",
"jszip": "3.10.1",
"lru-cache": "10.0.0",
"pnpm": "8.6.11",
"lru-cache": "10.0.1",
"pnpm": "8.7.1",
"svg-packer": "0.0.3",
"typescript": "5.1.6",
"unocss": "0.55.0",
"typescript": "5.2.2",
"unocss": "0.55.6",
"unplugin-auto-import": "0.16.6",
"unplugin-vue-components": "0.25.1",
"vite": "4.4.8",
"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",
Expand Down
Loading

0 comments on commit ff1fe06

Please sign in to comment.