Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jul 18, 2024
1 parent 6616454 commit 303f97d
Show file tree
Hide file tree
Showing 2 changed files with 1,799 additions and 1,826 deletions.
42 changes: 20 additions & 22 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@9.1.3",
"packageManager": "pnpm@9.5.0",
"author": "Anthony Fu<https://github.com/antfu>",
"license": "MIT",
"homepage": "https://github.com/antfu/icones#readme",
Expand All @@ -27,45 +27,43 @@
"build:electron": "NODE_ENV=production npm -C ./electron run build"
},
"dependencies": {
"@antfu/utils": "^0.7.8",
"@vueuse/core": "^10.10.0",
"dexie": "^4.0.7",
"@antfu/utils": "^0.7.10",
"@vueuse/core": "^10.11.0",
"dexie": "^4.0.8",
"file-saver": "^2.0.5",
"floating-vue": "^5.2.2",
"fzf": "^0.5.2",
"hotkeys-js": "^3.13.7",
"iconify-icon": "^2.1.0",
"prettier": "^3.2.5",
"vue": "^3.4.27",
"prettier": "^3.3.3",
"vue": "^3.4.32",
"vue-chemistry": "^0.2.2",
"vue-router": "^4.3.2"
"vue-router": "^4.4.0"
},
"devDependencies": {
"@antfu/eslint-config": "^2.19.1",
"@iconify/json": "^2.2.215",
"@purge-icons/generated": "^0.10.0",
"@antfu/eslint-config": "^2.23.0",
"@iconify/json": "^2.2.229",
"@types/file-saver": "^2.0.7",
"@types/fs-extra": "^11.0.4",
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue": "^5.0.5",
"dayjs": "^1.11.11",
"eslint": "^9.3.0",
"eslint-plugin-format": "^0.1.1",
"eslint": "^9.7.0",
"eslint-plugin-format": "^0.1.2",
"esno": "^4.7.0",
"fast-glob": "^3.3.2",
"fs-extra": "^11.2.0",
"jszip": "^3.10.1",
"lru-cache": "^10.2.2",
"lru-cache": "^11.0.0",
"pnpm": "8.10.2",
"svg-packer": "^0.0.3",
"typescript": "^5.4.5",
"unocss": "^0.60.3",
"unplugin-auto-import": "^0.17.6",
"unplugin-vue-components": "^0.27.0",
"vite": "^5.2.12",
"vite-plugin-pages": "^0.32.2",
"vite-plugin-purge-icons": "^0.10.0",
"typescript": "^5.5.3",
"unocss": "^0.61.5",
"unplugin-auto-import": "^0.18.0",
"unplugin-vue-components": "^0.27.3",
"vite": "^5.3.4",
"vite-plugin-pages": "^0.32.3",
"vite-plugin-pwa": "^0.20.0",
"vue-tsc": "^2.0.19"
"vue-tsc": "^2.0.26"
},
"pnpm": {
"neverBuiltDependencies": [
Expand Down
Loading

0 comments on commit 303f97d

Please sign in to comment.