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 15, 2023
1 parent d0cbe32 commit e772651
Show file tree
Hide file tree
Showing 3 changed files with 425 additions and 766 deletions.
6 changes: 3 additions & 3 deletions electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
"build": "vite build ../ --mode electron && yarn copy && electron-builder"
},
"devDependencies": {
"electron": "^24.2.0",
"electron": "^24.3.0",
"electron-builder": "^23.6.0",
"electron-devtools-installer": "^3.2.0",
"vite-plugin-electron": "^0.11.2",
"vite-plugin-electron-renderer": "^0.14.1",
"vite-plugin-esmodule": "^1.4.4"
"vite-plugin-electron-renderer": "^0.14.2",
"vite-plugin-esmodule": "^1.5.0"
}
}
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": "pnpm@8.4.0",
"packageManager": "pnpm@8.5.1",
"author": "Anthony Fu<https://github.com/antfu>",
"license": "MIT",
"homepage": "https://github.com/antfu/icones#readme",
Expand Down Expand Up @@ -34,36 +34,36 @@
"hotkeys-js": "^3.10.2",
"iconify-icon": "1.0.7",
"prettier": "^2.8.8",
"vue": "3.2.47",
"vue": "3.3.2",
"vue-chemistry": "^0.2.2",
"vue-router": "4.1.6"
"vue-router": "4.2.0"
},
"devDependencies": {
"@antfu/eslint-config": "^0.38.5",
"@iconify/json": "^2.2.60",
"@antfu/eslint-config": "^0.38.6",
"@iconify/json": "^2.2.65",
"@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.2.1",
"@vitejs/plugin-vue": "^4.2.3",
"dayjs": "^1.11.7",
"eslint": "^8.39.0",
"eslint": "^8.40.0",
"esno": "^0.16.3",
"fast-glob": "^3.2.12",
"fs-extra": "^11.1.1",
"jszip": "^3.10.1",
"lru-cache": "^9.1.1",
"pnpm": "^8.4.0",
"pnpm": "^8.5.1",
"svg-packer": "^0.0.3",
"typescript": "^5.0.4",
"unocss": "^0.51.8",
"unocss": "^0.51.13",
"unplugin-auto-import": "^0.15.3",
"unplugin-vue-components": "^0.24.1",
"vite": "^4.3.4",
"vite": "^4.3.5",
"vite-plugin-pages": "^0.29.0",
"vite-plugin-purge-icons": "^0.9.2",
"vite-plugin-pwa": "^0.14.7",
"vue-tsc": "^1.6.4"
"vue-tsc": "^1.6.5"
},
"pnpm": {
"neverBuiltDependencies": [
Expand Down
Loading

0 comments on commit e772651

Please sign in to comment.