Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Dec 17, 2024
1 parent 0869721 commit 78adc03
Show file tree
Hide file tree
Showing 5 changed files with 1,460 additions and 1,065 deletions.
46 changes: 23 additions & 23 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.12.1",
"packageManager": "pnpm@9.15.0",
"author": "Anthony Fu<https://github.com/antfu>",
"license": "MIT",
"homepage": "https://github.com/antfu/icones#readme",
Expand All @@ -28,43 +28,43 @@
},
"dependencies": {
"@antfu/utils": "^0.7.10",
"@vueuse/core": "^11.1.0",
"dexie": "^4.0.8",
"@vueuse/core": "^12.0.0",
"dexie": "^4.0.10",
"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.3.3",
"vue": "^3.5.11",
"hotkeys-js": "^3.13.9",
"iconify-icon": "^2.2.0",
"prettier": "^3.4.2",
"vue": "^3.5.13",
"vue-chemistry": "^0.2.2",
"vue-router": "^4.4.5"
"vue-router": "^4.5.0"
},
"devDependencies": {
"@antfu/eslint-config": "^3.7.3",
"@iconify/json": "^2.2.258",
"@antfu/eslint-config": "^3.12.0",
"@iconify/json": "^2.2.284",
"@types/file-saver": "^2.0.7",
"@types/fs-extra": "^11.0.4",
"@vitejs/plugin-vue": "^5.1.4",
"@vitejs/plugin-vue": "^5.2.1",
"dayjs": "^1.11.13",
"eslint": "^9.12.0",
"eslint-plugin-format": "^0.1.2",
"eslint": "^9.17.0",
"eslint-plugin-format": "^0.1.3",
"esno": "^4.8.0",
"fast-glob": "^3.3.2",
"fs-extra": "^11.2.0",
"jszip": "^3.10.1",
"lru-cache": "^11.0.1",
"lru-cache": "^11.0.2",
"pnpm": "8.10.2",
"shiki": "^1.22.0",
"shiki": "^1.24.2",
"svg-packer": "^0.0.3",
"typescript": "^5.6.3",
"unocss": "^0.63.4",
"unplugin-auto-import": "^0.18.3",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.4.8",
"vite-plugin-pages": "^0.32.3",
"vite-plugin-pwa": "^0.20.5",
"vue-tsc": "^2.1.6"
"typescript": "^5.7.2",
"unocss": "^0.65.1",
"unplugin-auto-import": "^0.19.0",
"unplugin-vue-components": "^0.28.0",
"vite": "^6.0.3",
"vite-plugin-pages": "^0.32.4",
"vite-plugin-pwa": "^0.21.1",
"vue-tsc": "^2.1.10"
},
"pnpm": {
"neverBuiltDependencies": [
Expand Down
Loading

0 comments on commit 78adc03

Please sign in to comment.