chore(dependencies): update TypeScript, @vueuse/core, and @vueuse/nuxt to 6.0.3 and 14.3.0 respectively, and upgrade various packages in package.json and pnpm-lock.yaml for improved compatibility and functionality

This commit is contained in:
keven1024
2026-05-24 14:37:07 +08:00
parent e897fe1ed3
commit 2a4fac717a
4 changed files with 399 additions and 270 deletions

View File

@@ -2,7 +2,7 @@
import { Button } from '@/components/ui/button'
import asyncWait from '~/lib/asyncWait'
import { toast } from 'vue-sonner'
import { LucideCheck, LucideCopy } from 'lucide-vue-next'
import { LucideCheck, LucideCopy } from '@lucide/vue'
const isCopy = ref(false)
const props = defineProps<{

View File

@@ -1,4 +1,4 @@
import { LucideShare, LucideImageMinus, LucideArrowRightLeft, LucideLanguages } from 'lucide-vue-next'
import { LucideShare, LucideImageMinus, LucideArrowRightLeft, LucideLanguages } from '@lucide/vue'
import useMyAppConfig from '@/composables/useMyAppConfig'
import type { FileHandleKey, TextHandleKey } from '../components/Preprocessing/types'
import generateRandomColors from '@/lib/generateRandomColors'

View File

@@ -38,19 +38,18 @@
"clsx": "^2.1.1",
"dayjs": "^1.11.20",
"file-type": "^22.0.1",
"filesize": "^10.1.6",
"filesize": "^11.0.17",
"hash-wasm": "^4.12.0",
"heic-to": "^1.4.3",
"lodash-es": "^4.18.1",
"markdown-it": "^14.1.1",
"motion-v": "^1.10.3",
"motion-v": "^2.2.1",
"nanoid": "^5.1.11",
"nuxt": "4.4.6",
"pinia": "^3.0.4",
"pixi.js": "^8.18.1",
"qrcode": "^1.5.4",
"reka-ui": "^2.9.8",
"shadcn-nuxt": "2.0.1",
"sweet-curl-parser": "^1.0.4",
"tailwind-merge": "^3.6.0",
"tailwindcss": "^4.3.0",
@@ -58,8 +57,8 @@
"tw-animate-css": "^1.4.0",
"vaul-vue": "^0.4.1",
"vue": "^3.5.34",
"vue-sonner": "^1.3.2",
"vue3-pixi": "1.0.0-beta.2"
"vue-sonner": "^2.0.9",
"vue3-pixi": "^1.0.1"
},
"resolutions": {
"esbuild": "0.25.6"
@@ -69,10 +68,11 @@
"@types/lodash-es": "^4.17.12",
"@types/markdown-it": "^14.1.2",
"@types/qrcode": "^1.5.6",
"@vueuse/core": "^13.9.0",
"@vueuse/nuxt": "^13.9.0",
"typescript": "^5.9.3",
"@vueuse/core": "^14.3.0",
"@vueuse/nuxt": "^14.3.0",
"shadcn-nuxt": "^2.7.3",
"typescript": "^6.0.3",
"vitest": "^4.1.7",
"vue3-pixi-nuxt": "1.0.0-beta.2"
"vue3-pixi-nuxt": "^1.0.1"
}
}

647
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff