chore: ⬆️ Upgrade dependencies

This commit is contained in:
Jesse Wierzbinski 2024-10-23 18:10:31 +02:00
parent 0d81cc96b3
commit 0ef2112029
No known key found for this signature in database
3 changed files with 6 additions and 6 deletions

View file

@ -1,5 +1,5 @@
{ {
"$schema": "https://biomejs.dev/schemas/1.9.3/schema.json", "$schema": "https://biomejs.dev/schemas/1.9.4/schema.json",
"organizeImports": { "organizeImports": {
"enabled": true, "enabled": true,
"ignore": ["node_modules/**/*", "dist/**/*", ".output", ".nuxt"] "ignore": ["node_modules/**/*", "dist/**/*", ".output", ".nuxt"]

BIN
bun.lockb

Binary file not shown.

View file

@ -30,10 +30,10 @@
}, },
"dependencies": { "dependencies": {
"@ark-ui/vue": "^4.1.1", "@ark-ui/vue": "^4.1.1",
"@nuxt/fonts": "^0.10.0", "@nuxt/fonts": "^0.10.2",
"@tailwindcss/typography": "^0.5.15", "@tailwindcss/typography": "^0.5.15",
"@vee-validate/nuxt": "^4.13.2", "@vee-validate/nuxt": "^4.14.3",
"@vee-validate/zod": "^4.13.2", "@vee-validate/zod": "^4.14.3",
"@versia/client": "^0.1.0", "@versia/client": "^0.1.0",
"@vite-pwa/nuxt": "^0.10.5", "@vite-pwa/nuxt": "^0.10.5",
"@vueuse/core": "^11.1.0", "@vueuse/core": "^11.1.0",
@ -57,9 +57,9 @@
"zod": "^3.23.8" "zod": "^3.23.8"
}, },
"devDependencies": { "devDependencies": {
"@biomejs/biome": "^1.9.3", "@biomejs/biome": "^1.9.4",
"@nuxtjs/seo": "^2.0.0-rc.23", "@nuxtjs/seo": "^2.0.0-rc.23",
"@nuxtjs/tailwindcss": "^6.12.1", "@nuxtjs/tailwindcss": "^6.12.2",
"@tailwindcss/forms": "^0.5.9", "@tailwindcss/forms": "^0.5.9",
"@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",