Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Apr 8, 2024
1 parent 7f634a0 commit a20a559
Show file tree
Hide file tree
Showing 2 changed files with 834 additions and 1,301 deletions.
18 changes: 9 additions & 9 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].5",
"packageManager": "[email protected].6",
"author": "Anthony Fu<https://github.com/antfu>",
"license": "MIT",
"homepage": "https://github.com/antfu/icones#readme",
Expand All @@ -29,7 +29,7 @@
"dependencies": {
"@antfu/utils": "^0.7.7",
"@vueuse/core": "^10.9.0",
"dexie": "^3.2.5",
"dexie": "^4.0.1",
"file-saver": "^2.0.5",
"fzf": "^0.5.2",
"hotkeys-js": "^3.13.7",
Expand All @@ -40,14 +40,14 @@
"vue-router": "^4.3.0"
},
"devDependencies": {
"@antfu/eslint-config": "^2.11.6",
"@antfu/eslint-config": "^2.12.2",
"@iconify/json": "^2.2.198",
"@purge-icons/generated": "^0.10.0",
"@types/file-saver": "^2.0.7",
"@types/fs-extra": "^11.0.4",
"@vitejs/plugin-vue": "^5.0.4",
"dayjs": "^1.11.10",
"eslint": "^8.57.0",
"eslint": "^9.0.0",
"eslint-plugin-format": "^0.1.0",
"esno": "^4.7.0",
"fast-glob": "^3.3.2",
Expand All @@ -56,15 +56,15 @@
"lru-cache": "^10.2.0",
"pnpm": "8.10.2",
"svg-packer": "^0.0.3",
"typescript": "^5.4.3",
"unocss": "^0.58.9",
"typescript": "^5.4.4",
"unocss": "^0.59.0",
"unplugin-auto-import": "^0.17.5",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.2.7",
"vite": "^5.2.8",
"vite-plugin-pages": "^0.32.1",
"vite-plugin-purge-icons": "^0.10.0",
"vite-plugin-pwa": "^0.19.7",
"vue-tsc": "^2.0.7"
"vite-plugin-pwa": "^0.19.8",
"vue-tsc": "^2.0.11"
},
"pnpm": {
"neverBuiltDependencies": [
Expand Down
Loading

0 comments on commit a20a559

Please sign in to comment.