chore: ⬆️ Upgrade dependencies

This commit is contained in:
Jesse Wierzbinski 2024-10-14 18:00:38 +02:00
parent 10d8897104
commit b215eb40d1
No known key found for this signature in database
3 changed files with 13 additions and 13 deletions

View file

@ -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": { "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

@ -29,41 +29,41 @@
"check": "bunx tsc -p ." "check": "bunx tsc -p ."
}, },
"dependencies": { "dependencies": {
"@ark-ui/vue": "^3.13.0", "@ark-ui/vue": "^4.1.1",
"@nuxt/fonts": "^0.8.0", "@nuxt/fonts": "^0.10.0",
"@tailwindcss/typography": "^0.5.15", "@tailwindcss/typography": "^0.5.15",
"@vee-validate/nuxt": "^4.13.2", "@vee-validate/nuxt": "^4.13.2",
"@vee-validate/zod": "^4.13.2", "@vee-validate/zod": "^4.13.2",
"@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.0.3", "@vueuse/core": "^11.1.0",
"@vueuse/nuxt": "^11.0.3", "@vueuse/nuxt": "^11.1.0",
"c12": "^1.11.2", "c12": "^2.0.1",
"fastest-levenshtein": "^1.0.16", "fastest-levenshtein": "^1.0.16",
"html-to-text": "^9.0.5", "html-to-text": "^9.0.5",
"iconify-icon": "^2.1.0", "iconify-icon": "^2.1.0",
"magic-regexp": "^0.8.0", "magic-regexp": "^0.8.0",
"mitt": "^3.0.1", "mitt": "^3.0.1",
"nanoid": "^5.0.7", "nanoid": "^5.0.7",
"nuxt": "^3.13.1", "nuxt": "^3.13.2",
"nuxt-headlessui": "^1.2.0", "nuxt-headlessui": "^1.2.0",
"nuxt-security": "^2.0.0-rc.9", "nuxt-security": "^2.0.0",
"nuxt-shiki": "^0.3.0", "nuxt-shiki": "^0.3.0",
"overlayscrollbars": "^2.10.0", "overlayscrollbars": "^2.10.0",
"overlayscrollbars-vue": "^0.5.9", "overlayscrollbars-vue": "^0.5.9",
"shiki": "^1.17.6", "shiki": "^1.22.0",
"vue": "^3.5.5", "vue": "^3.5.12",
"vue-router": "^4.4.5", "vue-router": "^4.4.5",
"zod": "^3.23.8" "zod": "^3.23.8"
}, },
"devDependencies": { "devDependencies": {
"@biomejs/biome": "^1.9.0", "@biomejs/biome": "^1.9.3",
"@nuxtjs/seo": "^2.0.0-rc.21", "@nuxtjs/seo": "^2.0.0-rc.23",
"@nuxtjs/tailwindcss": "^6.12.1", "@nuxtjs/tailwindcss": "^6.12.1",
"@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",
"typescript": "^5.6.2", "typescript": "^5.6.3",
"vue-tsc": "^2.1.6" "vue-tsc": "^2.1.6"
}, },
"trustedDependencies": [ "trustedDependencies": [