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
10d8897104
commit
b215eb40d1
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"$schema": "https://biomejs.dev/schemas/1.9.0/schema.json",
|
||||
"$schema": "https://biomejs.dev/schemas/1.9.3/schema.json",
|
||||
"organizeImports": {
|
||||
"enabled": true,
|
||||
"ignore": ["node_modules/**/*", "dist/**/*", ".output", ".nuxt"]
|
||||
|
|
|
|||
24
package.json
24
package.json
|
|
@ -29,41 +29,41 @@
|
|||
"check": "bunx tsc -p ."
|
||||
},
|
||||
"dependencies": {
|
||||
"@ark-ui/vue": "^3.13.0",
|
||||
"@nuxt/fonts": "^0.8.0",
|
||||
"@ark-ui/vue": "^4.1.1",
|
||||
"@nuxt/fonts": "^0.10.0",
|
||||
"@tailwindcss/typography": "^0.5.15",
|
||||
"@vee-validate/nuxt": "^4.13.2",
|
||||
"@vee-validate/zod": "^4.13.2",
|
||||
"@versia/client": "^0.1.0",
|
||||
"@vite-pwa/nuxt": "^0.10.5",
|
||||
"@vueuse/core": "^11.0.3",
|
||||
"@vueuse/nuxt": "^11.0.3",
|
||||
"c12": "^1.11.2",
|
||||
"@vueuse/core": "^11.1.0",
|
||||
"@vueuse/nuxt": "^11.1.0",
|
||||
"c12": "^2.0.1",
|
||||
"fastest-levenshtein": "^1.0.16",
|
||||
"html-to-text": "^9.0.5",
|
||||
"iconify-icon": "^2.1.0",
|
||||
"magic-regexp": "^0.8.0",
|
||||
"mitt": "^3.0.1",
|
||||
"nanoid": "^5.0.7",
|
||||
"nuxt": "^3.13.1",
|
||||
"nuxt": "^3.13.2",
|
||||
"nuxt-headlessui": "^1.2.0",
|
||||
"nuxt-security": "^2.0.0-rc.9",
|
||||
"nuxt-security": "^2.0.0",
|
||||
"nuxt-shiki": "^0.3.0",
|
||||
"overlayscrollbars": "^2.10.0",
|
||||
"overlayscrollbars-vue": "^0.5.9",
|
||||
"shiki": "^1.17.6",
|
||||
"vue": "^3.5.5",
|
||||
"shiki": "^1.22.0",
|
||||
"vue": "^3.5.12",
|
||||
"vue-router": "^4.4.5",
|
||||
"zod": "^3.23.8"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@biomejs/biome": "^1.9.0",
|
||||
"@nuxtjs/seo": "^2.0.0-rc.21",
|
||||
"@biomejs/biome": "^1.9.3",
|
||||
"@nuxtjs/seo": "^2.0.0-rc.23",
|
||||
"@nuxtjs/tailwindcss": "^6.12.1",
|
||||
"@tailwindcss/forms": "^0.5.9",
|
||||
"@types/html-to-text": "^9.0.4",
|
||||
"@vue-email/nuxt": "^0.8.19",
|
||||
"typescript": "^5.6.2",
|
||||
"typescript": "^5.6.3",
|
||||
"vue-tsc": "^2.1.6"
|
||||
},
|
||||
"trustedDependencies": [
|
||||
|
|
|
|||
Loading…
Reference in a new issue