mirror of
https://github.com/versia-pub/frontend.git
synced 2025-12-06 08:28:20 +01:00
chore: ⬆️ Upgrade dependencies
This commit is contained in:
parent
e89f56a97e
commit
f1ada1745d
|
|
@ -21,6 +21,7 @@ export default defineNuxtConfig({
|
|||
future: {
|
||||
compatibilityVersion: 4,
|
||||
},
|
||||
compatibilityDate: "2024-07-21",
|
||||
pwa: {
|
||||
manifest: {
|
||||
name: "Lysand",
|
||||
|
|
|
|||
28
package.json
28
package.json
|
|
@ -29,13 +29,15 @@
|
|||
"check": "bunx tsc -p ."
|
||||
},
|
||||
"dependencies": {
|
||||
"@ark-ui/vue": "^3.5.0",
|
||||
"@lysand-org/client": "^0.2.2",
|
||||
"@ark-ui/vue": "^3.6.0",
|
||||
"@lysand-org/client": "^0.2.4",
|
||||
"@nuxt/fonts": "^0.7.1",
|
||||
"@tailwindcss/typography": "^0.5.13",
|
||||
"@vee-validate/nuxt": "^4.13.1",
|
||||
"@vee-validate/zod": "^4.13.1",
|
||||
"@vite-pwa/nuxt": "^0.8.1",
|
||||
"@vee-validate/nuxt": "^4.13.2",
|
||||
"@vee-validate/zod": "^4.13.2",
|
||||
"@vite-pwa/nuxt": "^0.9.1",
|
||||
"@vueuse/core": "^10.11.0",
|
||||
"@vueuse/nuxt": "^10.11.0",
|
||||
"c12": "^1.11.1",
|
||||
"fastest-levenshtein": "^1.0.16",
|
||||
"html-to-text": "^9.0.5",
|
||||
|
|
@ -43,26 +45,26 @@
|
|||
"magic-regexp": "^0.8.0",
|
||||
"mitt": "^3.0.1",
|
||||
"nanoid": "^5.0.7",
|
||||
"nuxt": "^3.12.2",
|
||||
"nuxt": "^3.12.4",
|
||||
"nuxt-headlessui": "^1.2.0",
|
||||
"nuxt-security": "^2.0.0-rc.9",
|
||||
"nuxt-shiki": "^0.3.0",
|
||||
"overlayscrollbars": "^2.9.1",
|
||||
"overlayscrollbars": "^2.9.2",
|
||||
"overlayscrollbars-vue": "^0.5.9",
|
||||
"shiki": "^1.10.0",
|
||||
"vue": "^3.4.31",
|
||||
"shiki": "^1.10.3",
|
||||
"vue": "^3.4.33",
|
||||
"vue-router": "^4.4.0",
|
||||
"zod": "^3.23.8"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@biomejs/biome": "^1.8.3",
|
||||
"@nuxtjs/seo": "^2.0.0-rc.11",
|
||||
"@nuxtjs/tailwindcss": "^6.12.0",
|
||||
"@nuxtjs/seo": "^2.0.0-rc.16",
|
||||
"@nuxtjs/tailwindcss": "^6.12.1",
|
||||
"@tailwindcss/forms": "^0.5.7",
|
||||
"@types/html-to-text": "^9.0.4",
|
||||
"@vue-email/nuxt": "^0.8.19",
|
||||
"typescript": "^5.5.2",
|
||||
"vue-tsc": "^2.0.22"
|
||||
"typescript": "^5.5.3",
|
||||
"vue-tsc": "^2.0.26"
|
||||
},
|
||||
"trustedDependencies": [
|
||||
"@biomejs/biome",
|
||||
|
|
|
|||
Loading…
Reference in a new issue