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] authored Dec 3, 2023
1 parent 9789d96 commit 94933a6
Show file tree
Hide file tree
Showing 3 changed files with 1,160 additions and 506 deletions.
4 changes: 2 additions & 2 deletions electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"build": "vite build ../ --mode electron && pnpm copy && electron-builder"
},
"devDependencies": {
"electron": "27.0.4",
"electron-builder": "24.6.4",
"electron": "27.1.3",
"electron-builder": "24.9.1",
"electron-devtools-installer": "3.2.0",
"vite-plugin-electron": "0.15.4",
"vite-plugin-electron-renderer": "0.14.5",
Expand Down
38 changes: 19 additions & 19 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.10.2",
"packageManager": "pnpm@8.11.0",
"author": "Anthony Fu<https://github.com/antfu>",
"license": "MIT",
"homepage": "https://github.com/antfu/icones#readme",
Expand All @@ -28,42 +28,42 @@
},
"dependencies": {
"@antfu/utils": "^0.7.6",
"@vueuse/core": "^10.6.0",
"@vueuse/core": "^10.6.1",
"dexie": "^3.2.4",
"file-saver": "^2.0.5",
"fzf": "^0.5.2",
"hotkeys-js": "^3.12.0",
"hotkeys-js": "^3.12.2",
"iconify-icon": "^1.0.8",
"prettier": "^3.0.3",
"vue": "^3.3.8",
"prettier": "^3.1.0",
"vue": "^3.3.9",
"vue-chemistry": "^0.2.2",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@antfu/eslint-config": "^1.1.0",
"@antfu/eslint-config": "^1.2.1",
"@iconify/json": "^2.2.151",
"@purge-icons/generated": "^0.9.0",
"@purge-icons/generated": "^0.10.0",
"@types/file-saver": "^2.0.7",
"@types/fs-extra": "^11.0.4",
"@vitejs/plugin-vue": "^4.4.1",
"@vitejs/plugin-vue": "^4.5.1",
"dayjs": "^1.11.10",
"eslint": "^8.53.0",
"eslint": "^8.55.0",
"esno": "^0.17.0",
"fast-glob": "^3.3.2",
"fs-extra": "^11.1.1",
"fs-extra": "^11.2.0",
"jszip": "^3.10.1",
"lru-cache": "^10.0.1",
"pnpm": "8.10.2",
"lru-cache": "^10.1.0",
"pnpm": "8.11.0",
"svg-packer": "^0.0.3",
"typescript": "^5.2.2",
"unocss": "^0.57.3",
"unplugin-auto-import": "^0.16.7",
"typescript": "^5.3.2",
"unocss": "^0.57.7",
"unplugin-auto-import": "^0.17.1",
"unplugin-vue-components": "^0.25.2",
"vite": "^4.5.0",
"vite-plugin-pages": "^0.31.0",
"vite-plugin-purge-icons": "^0.9.2",
"vite-plugin-pwa": "^0.16.7",
"vue-tsc": "^1.8.22"
"vite-plugin-pages": "^0.32.0",
"vite-plugin-purge-icons": "^0.10.0",
"vite-plugin-pwa": "^0.17.2",
"vue-tsc": "^1.8.24"
},
"pnpm": {
"neverBuiltDependencies": [
Expand Down
Loading

0 comments on commit 94933a6

Please sign in to comment.