mirror of
https://github.com/versia-pub/frontend.git
synced 2025-12-06 16:38:20 +01:00
chore: ⬆️ Upgrade dependencies
This commit is contained in:
parent
d960fb3682
commit
384a91f5c7
26
package.json
26
package.json
|
|
@ -29,15 +29,15 @@
|
||||||
"check": "bunx tsc -p ."
|
"check": "bunx tsc -p ."
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ark-ui/vue": "^3.6.0",
|
"@ark-ui/vue": "^3.9.0",
|
||||||
"@lysand-org/client": "^0.2.5",
|
"@lysand-org/client": "^0.2.5",
|
||||||
"@nuxt/fonts": "^0.7.1",
|
"@nuxt/fonts": "^0.7.2",
|
||||||
"@tailwindcss/typography": "^0.5.13",
|
"@tailwindcss/typography": "^0.5.14",
|
||||||
"@vee-validate/nuxt": "^4.13.2",
|
"@vee-validate/nuxt": "^4.13.2",
|
||||||
"@vee-validate/zod": "^4.13.2",
|
"@vee-validate/zod": "^4.13.2",
|
||||||
"@vite-pwa/nuxt": "^0.9.1",
|
"@vite-pwa/nuxt": "^0.10.0",
|
||||||
"@vueuse/core": "^10.11.0",
|
"@vueuse/core": "^11.0.1",
|
||||||
"@vueuse/nuxt": "^10.11.0",
|
"@vueuse/nuxt": "^11.0.1",
|
||||||
"c12": "^1.11.1",
|
"c12": "^1.11.1",
|
||||||
"fastest-levenshtein": "^1.0.16",
|
"fastest-levenshtein": "^1.0.16",
|
||||||
"html-to-text": "^9.0.5",
|
"html-to-text": "^9.0.5",
|
||||||
|
|
@ -49,22 +49,22 @@
|
||||||
"nuxt-headlessui": "^1.2.0",
|
"nuxt-headlessui": "^1.2.0",
|
||||||
"nuxt-security": "^2.0.0-rc.9",
|
"nuxt-security": "^2.0.0-rc.9",
|
||||||
"nuxt-shiki": "^0.3.0",
|
"nuxt-shiki": "^0.3.0",
|
||||||
"overlayscrollbars": "^2.9.2",
|
"overlayscrollbars": "^2.10.0",
|
||||||
"overlayscrollbars-vue": "^0.5.9",
|
"overlayscrollbars-vue": "^0.5.9",
|
||||||
"shiki": "^1.10.3",
|
"shiki": "^1.14.1",
|
||||||
"vue": "^3.4.33",
|
"vue": "^3.4.38",
|
||||||
"vue-router": "^4.4.0",
|
"vue-router": "^4.4.3",
|
||||||
"zod": "^3.23.8"
|
"zod": "^3.23.8"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@biomejs/biome": "^1.8.3",
|
"@biomejs/biome": "^1.8.3",
|
||||||
"@nuxtjs/seo": "^2.0.0-rc.16",
|
"@nuxtjs/seo": "^2.0.0-rc.18",
|
||||||
"@nuxtjs/tailwindcss": "^6.12.1",
|
"@nuxtjs/tailwindcss": "^6.12.1",
|
||||||
"@tailwindcss/forms": "^0.5.7",
|
"@tailwindcss/forms": "^0.5.7",
|
||||||
"@types/html-to-text": "^9.0.4",
|
"@types/html-to-text": "^9.0.4",
|
||||||
"@vue-email/nuxt": "^0.8.19",
|
"@vue-email/nuxt": "^0.8.19",
|
||||||
"typescript": "^5.5.3",
|
"typescript": "^5.5.4",
|
||||||
"vue-tsc": "^2.0.26"
|
"vue-tsc": "^2.0.29"
|
||||||
},
|
},
|
||||||
"trustedDependencies": [
|
"trustedDependencies": [
|
||||||
"@biomejs/biome",
|
"@biomejs/biome",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue