mirror of
https://github.com/antfu-collective/icones.git
synced 2026-01-09 07:40:49 +08:00
chore: update deps (#383)
This commit is contained in:
parent
a2cf72a26f
commit
3f2027f71d
38
package.json
38
package.json
@ -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
1539
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
1
src/auto-imports.d.ts
vendored
1
src/auto-imports.d.ts
vendored
@ -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
5
src/components.d.ts
vendored
@ -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 */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user