Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed May 4, 2023
1 parent 18309b9 commit 72f0b45
Show file tree
Hide file tree
Showing 3 changed files with 451 additions and 363 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.1.2",
"electron": "^24.2.0",
"electron-builder": "^23.6.0",
"electron-devtools-installer": "^3.2.0",
"vite-plugin-electron": "^0.11.1",
"vite-plugin-electron": "^0.11.2",
"vite-plugin-electron-renderer": "^0.14.1",
"vite-plugin-esmodule": "^1.4.4"
}
Expand Down
26 changes: 13 additions & 13 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.3.1",
"packageManager": "pnpm@8.4.0",
"author": "Anthony Fu<https://github.com/antfu>",
"license": "MIT",
"homepage": "https://github.com/antfu/icones#readme",
Expand All @@ -27,43 +27,43 @@
},
"dependencies": {
"@antfu/utils": "^0.7.2",
"@vueuse/core": "^10.0.2",
"@vueuse/core": "^10.1.2",
"dexie": "^3.2.3",
"file-saver": "^2.0.5",
"fzf": "^0.5.1",
"fzf": "^0.5.2",
"hotkeys-js": "^3.10.2",
"iconify-icon": "1.0.7",
"prettier": "^2.8.7",
"prettier": "^2.8.8",
"vue": "3.2.47",
"vue-chemistry": "^0.2.2",
"vue-router": "4.1.6"
},
"devDependencies": {
"@antfu/eslint-config": "^0.38.4",
"@iconify/json": "^2.2.50",
"@antfu/eslint-config": "^0.38.5",
"@iconify/json": "^2.2.60",
"@purge-icons/generated": "^0.9.0",
"@types/file-saver": "^2.0.5",
"@types/fs-extra": "^11.0.1",
"@types/prettier": "^2.7.2",
"@vitejs/plugin-vue": "^4.1.0",
"@vitejs/plugin-vue": "^4.2.1",
"dayjs": "^1.11.7",
"eslint": "^8.38.0",
"eslint": "^8.39.0",
"esno": "^0.16.3",
"fast-glob": "^3.2.12",
"fs-extra": "^11.1.1",
"jszip": "^3.10.1",
"lru-cache": "^9.0.3",
"pnpm": "^8.2.0",
"lru-cache": "^9.1.1",
"pnpm": "^8.4.0",
"svg-packer": "^0.0.3",
"typescript": "^5.0.4",
"unocss": "^0.51.4",
"unocss": "^0.51.8",
"unplugin-auto-import": "^0.15.3",
"unplugin-vue-components": "^0.24.1",
"vite": "^4.2.1",
"vite": "^4.3.4",
"vite-plugin-pages": "^0.29.0",
"vite-plugin-purge-icons": "^0.9.2",
"vite-plugin-pwa": "^0.14.7",
"vue-tsc": "^1.2.0"
"vue-tsc": "^1.6.4"
},
"pnpm": {
"neverBuiltDependencies": [
Expand Down
Loading

0 comments on commit 72f0b45

Please sign in to comment.