Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Feb 3, 2025
1 parent fd2cb0e commit 26e1546
Show file tree
Hide file tree
Showing 4 changed files with 895 additions and 1,077 deletions.
36 changes: 18 additions & 18 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": "[email protected].0",
"packageManager": "[email protected].5",
"author": "Anthony Fu<https://github.com/antfu>",
"license": "MIT",
"homepage": "https://github.com/antfu/icones#readme",
Expand All @@ -27,44 +27,44 @@
"build:electron": "NODE_ENV=production npm -C ./electron run build"
},
"dependencies": {
"@antfu/utils": "^0.7.10",
"@vueuse/core": "^12.0.0",
"dexie": "^4.0.10",
"@antfu/utils": "^8.1.0",
"@vueuse/core": "^12.5.0",
"dexie": "^4.0.11",
"file-saver": "^2.0.5",
"floating-vue": "^5.2.2",
"fzf": "^0.5.2",
"hotkeys-js": "^3.13.9",
"iconify-icon": "^2.2.0",
"iconify-icon": "^2.3.0",
"prettier": "^3.4.2",
"vue": "^3.5.13",
"vue-chemistry": "^0.2.2",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@antfu/eslint-config": "^3.12.0",
"@iconify/json": "^2.2.284",
"@antfu/eslint-config": "^4.1.1",
"@iconify/json": "^2.2.302",
"@types/file-saver": "^2.0.7",
"@types/fs-extra": "^11.0.4",
"@vitejs/plugin-vue": "^5.2.1",
"dayjs": "^1.11.13",
"eslint": "^9.17.0",
"eslint-plugin-format": "^0.1.3",
"eslint": "^9.19.0",
"eslint-plugin-format": "^1.0.1",
"esno": "^4.8.0",
"fast-glob": "^3.3.2",
"fs-extra": "^11.2.0",
"fast-glob": "^3.3.3",
"fs-extra": "^11.3.0",
"jszip": "^3.10.1",
"lru-cache": "^11.0.2",
"pnpm": "8.10.2",
"shiki": "^1.24.2",
"shiki": "^2.2.0",
"svg-packer": "^0.0.3",
"typescript": "^5.7.2",
"unocss": "^0.65.1",
"unplugin-auto-import": "^0.19.0",
"unplugin-vue-components": "^0.28.0",
"vite": "^6.0.3",
"typescript": "^5.7.3",
"unocss": "^65.4.3",
"unplugin-auto-import": "^19.0.0",
"unplugin-vue-components": "^28.0.0",
"vite": "^6.0.11",
"vite-plugin-pages": "^0.32.4",
"vite-plugin-pwa": "^0.21.1",
"vue-tsc": "^2.1.10"
"vue-tsc": "^2.2.0"
},
"pnpm": {
"neverBuiltDependencies": [
Expand Down
Loading

0 comments on commit 26e1546

Please sign in to comment.