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 Apr 20, 2024
1 parent 6776577 commit 1c7d862
Show file tree
Hide file tree
Showing 3 changed files with 818 additions and 515 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 && pnpm copy && electron-builder"
},
"devDependencies": {
"electron": "27.0.4",
"electron-builder": "24.6.4",
"electron": "27.3.11",
"electron-builder": "24.13.3",
"electron-devtools-installer": "3.2.0",
"vite-plugin-electron": "0.15.4",
"vite-plugin-electron": "0.28.5",
"vite-plugin-electron-renderer": "0.14.5",
"vite-plugin-esmodule": "1.5.0"
}
Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "0.0.0",
"private": true,
"packageManager": "pnpm@8.15.6",
"packageManager": "pnpm@8.15.7",
"author": "Anthony Fu<https://github.com/antfu>",
"license": "MIT",
"homepage": "https://github.com/antfu/icones#readme",
Expand All @@ -29,42 +29,42 @@
"dependencies": {
"@antfu/utils": "^0.7.7",
"@vueuse/core": "^10.9.0",
"dexie": "^4.0.1",
"dexie": "^4.0.4",
"file-saver": "^2.0.5",
"fzf": "^0.5.2",
"hotkeys-js": "^3.13.7",
"iconify-icon": "^2.0.0",
"iconify-icon": "^2.1.0",
"prettier": "^3.2.5",
"vue": "^3.4.21",
"vue": "^3.4.23",
"vue-chemistry": "^0.2.2",
"vue-router": "^4.3.0"
"vue-router": "^4.3.2"
},
"devDependencies": {
"@antfu/eslint-config": "^2.12.2",
"@antfu/eslint-config": "^2.15.0",
"@iconify/json": "^2.2.202",
"@purge-icons/generated": "^0.10.0",
"@types/file-saver": "^2.0.7",
"@types/fs-extra": "^11.0.4",
"@vitejs/plugin-vue": "^5.0.4",
"dayjs": "^1.11.10",
"eslint": "^9.0.0",
"eslint-plugin-format": "^0.1.0",
"eslint": "^9.1.0",
"eslint-plugin-format": "^0.1.1",
"esno": "^4.7.0",
"fast-glob": "^3.3.2",
"fs-extra": "^11.2.0",
"jszip": "^3.10.1",
"lru-cache": "^10.2.0",
"pnpm": "8.10.2",
"pnpm": "8.15.7",
"svg-packer": "^0.0.3",
"typescript": "^5.4.4",
"unocss": "^0.59.0",
"typescript": "^5.4.5",
"unocss": "^0.59.4",
"unplugin-auto-import": "^0.17.5",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.2.8",
"vite": "^5.2.10",
"vite-plugin-pages": "^0.32.1",
"vite-plugin-purge-icons": "^0.10.0",
"vite-plugin-pwa": "^0.19.8",
"vue-tsc": "^2.0.11"
"vue-tsc": "^2.0.13"
},
"pnpm": {
"neverBuiltDependencies": [
Expand Down

0 comments on commit 1c7d862

Please sign in to comment.