chore: update deps (#383)

This commit is contained in:
Chris 2025-12-02 12:25:51 +08:00 committed by GitHub
parent a2cf72a26f
commit 3f2027f71d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 918 additions and 665 deletions

View File

@ -3,7 +3,7 @@
"type": "module",
"version": "0.0.0",
"private": true,
"packageManager": "pnpm@10.18.3",
"packageManager": "pnpm@10.24.0",
"author": "Anthony Fu<https://github.com/antfu>",
"license": "MIT",
"homepage": "https://github.com/antfu/icones#readme",
@ -26,43 +26,43 @@
},
"dependencies": {
"@antfu/utils": "^9.3.0",
"@vueuse/core": "^13.9.0",
"@vueuse/core": "^14.1.0",
"dexie": "^4.2.1",
"file-saver": "^2.0.5",
"floating-vue": "^5.2.2",
"fzf": "^0.5.2",
"hotkeys-js": "^3.13.15",
"iconify-icon": "^3.0.1",
"prettier": "^3.6.2",
"iconify-icon": "^3.0.2",
"prettier": "^3.7.3",
"ultrahtml": "^1.6.0",
"vue": "^3.5.22",
"vue": "^3.5.25",
"vue-chemistry": "^0.2.2",
"vue-router": "^4.6.3"
},
"devDependencies": {
"@antfu/eslint-config": "^6.0.0",
"@iconify/json": "^2.2.396",
"@antfu/eslint-config": "^6.2.0",
"@iconify/json": "^2.2.413",
"@types/file-saver": "^2.0.7",
"@types/fs-extra": "^11.0.4",
"@vitejs/plugin-vue": "^6.0.1",
"@vitejs/plugin-vue": "^6.0.2",
"client-zip": "^2.5.0",
"dayjs": "^1.11.18",
"eslint": "^9.37.0",
"dayjs": "^1.11.19",
"eslint": "^9.39.1",
"eslint-plugin-format": "^1.0.2",
"esno": "^4.8.0",
"fast-glob": "^3.3.3",
"fs-extra": "^11.3.2",
"lru-cache": "^11.2.2",
"pnpm": "^10.18.3",
"shiki": "^3.13.0",
"lru-cache": "^11.2.4",
"pnpm": "^10.24.0",
"shiki": "^3.17.1",
"svg-packer": "^1.0.0",
"typescript": "^5.9.3",
"unocss": "^66.5.4",
"unplugin-auto-import": "^20.2.0",
"unplugin-vue-components": "^29.1.0",
"vite": "^7.1.10",
"unocss": "^66.5.9",
"unplugin-auto-import": "^20.3.0",
"unplugin-vue-components": "^30.0.0",
"vite": "^7.2.6",
"vite-plugin-pages": "^0.33.1",
"vite-plugin-pwa": "^1.1.0",
"vue-tsc": "^3.1.1"
"vite-plugin-pwa": "^1.2.0",
"vue-tsc": "^3.1.5"
}
}

1539
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@ -85,6 +85,7 @@ declare global {
const refAutoReset: typeof import('@vueuse/core').refAutoReset
const refDebounced: typeof import('@vueuse/core').refDebounced
const refDefault: typeof import('@vueuse/core').refDefault
const refManualReset: typeof import('@vueuse/core').refManualReset
const refThrottled: typeof import('@vueuse/core').refThrottled
const refWithControl: typeof import('@vueuse/core').refWithControl
const resolveComponent: typeof import('vue').resolveComponent

5
src/components.d.ts vendored
View File

@ -1,8 +1,11 @@
/* eslint-disable */
// @ts-nocheck
// biome-ignore lint: disable
// oxlint-disable
// ------
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
// biome-ignore lint: disable
export {}
/* prettier-ignore */