Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Aug 15, 2024
1 parent 24c0b2c commit 6dd2032
Show file tree
Hide file tree
Showing 2 changed files with 1,485 additions and 1,101 deletions.
32 changes: 16 additions & 16 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.5.0",
"packageManager": "pnpm@9.7.1",
"author": "Anthony Fu<https://github.com/antfu>",
"license": "MIT",
"homepage": "https://github.com/antfu/icones#readme",
Expand All @@ -28,26 +28,26 @@
},
"dependencies": {
"@antfu/utils": "^0.7.10",
"@vueuse/core": "^10.11.0",
"@vueuse/core": "^11.0.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.3.3",
"vue": "^3.4.32",
"vue": "^3.4.38",
"vue-chemistry": "^0.2.2",
"vue-router": "^4.4.0"
"vue-router": "^4.4.3"
},
"devDependencies": {
"@antfu/eslint-config": "^2.23.0",
"@iconify/json": "^2.2.229",
"@antfu/eslint-config": "^2.25.2",
"@iconify/json": "^2.2.237",
"@types/file-saver": "^2.0.7",
"@types/fs-extra": "^11.0.4",
"@vitejs/plugin-vue": "^5.0.5",
"dayjs": "^1.11.11",
"eslint": "^9.7.0",
"@vitejs/plugin-vue": "^5.1.2",
"dayjs": "^1.11.12",
"eslint": "^9.9.0",
"eslint-plugin-format": "^0.1.2",
"esno": "^4.7.0",
"fast-glob": "^3.3.2",
Expand All @@ -56,14 +56,14 @@
"lru-cache": "^11.0.0",
"pnpm": "8.10.2",
"svg-packer": "^0.0.3",
"typescript": "^5.5.3",
"unocss": "^0.61.5",
"unplugin-auto-import": "^0.18.0",
"unplugin-vue-components": "^0.27.3",
"vite": "^5.3.4",
"typescript": "^5.5.4",
"unocss": "^0.62.2",
"unplugin-auto-import": "^0.18.2",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.4.1",
"vite-plugin-pages": "^0.32.3",
"vite-plugin-pwa": "^0.20.0",
"vue-tsc": "^2.0.26"
"vite-plugin-pwa": "^0.20.1",
"vue-tsc": "^2.0.29"
},
"pnpm": {
"neverBuiltDependencies": [
Expand Down
Loading

0 comments on commit 6dd2032

Please sign in to comment.