Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Aug 6, 2023
1 parent dd61687 commit c7afa84
Show file tree
Hide file tree
Showing 3 changed files with 678 additions and 1,063 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 && yarn copy && electron-builder"
},
"devDependencies": {
"electron": "^24.6.1",
"electron-builder": "^24.4.0",
"electron": "^25.4.0",
"electron-builder": "^24.6.3",
"electron-devtools-installer": "^3.2.0",
"vite-plugin-electron": "^0.12.0",
"vite-plugin-electron-renderer": "^0.14.5",
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,43 +27,43 @@
},
"dependencies": {
"@antfu/utils": "^0.7.5",
"@vueuse/core": "^10.2.1",
"@vueuse/core": "^10.3.0",
"dexie": "^3.2.4",
"file-saver": "^2.0.5",
"fzf": "^0.5.2",
"hotkeys-js": "^3.10.4",
"hotkeys-js": "^3.12.0",
"iconify-icon": "1.0.8",
"prettier": "^3.0.0",
"prettier": "^3.0.1",
"vue": "3.3.4",
"vue-chemistry": "^0.2.2",
"vue-router": "4.2.4"
},
"devDependencies": {
"@antfu/eslint-config": "^0.39.7",
"@iconify/json": "^2.2.86",
"@antfu/eslint-config": "^0.40.0",
"@iconify/json": "^2.2.98",
"@purge-icons/generated": "^0.9.0",
"@types/file-saver": "^2.0.5",
"@types/fs-extra": "^11.0.1",
"@types/prettier": "^2.7.3",
"@types/prettier": "^3.0.0",
"@vitejs/plugin-vue": "^4.2.3",
"dayjs": "^1.11.9",
"eslint": "8.46.0",
"esno": "^0.17.0",
"fast-glob": "^3.3.0",
"fast-glob": "^3.3.1",
"fs-extra": "^11.1.1",
"jszip": "^3.10.1",
"lru-cache": "^10.0.0",
"pnpm": "^8.6.6",
"pnpm": "^8.6.11",
"svg-packer": "^0.0.3",
"typescript": "^5.1.6",
"unocss": "^0.54.0",
"unocss": "^0.54.1",
"unplugin-auto-import": "^0.16.6",
"unplugin-vue-components": "^0.25.1",
"vite": "^4.3.9",
"vite": "^4.4.8",
"vite-plugin-pages": "^0.31.0",
"vite-plugin-purge-icons": "^0.9.2",
"vite-plugin-pwa": "^0.16.4",
"vue-tsc": "^1.8.4"
"vue-tsc": "^1.8.8"
},
"pnpm": {
"neverBuiltDependencies": [
Expand Down
Loading

0 comments on commit c7afa84

Please sign in to comment.