chore: ⬆️ Upgrade dependencies

This commit is contained in:
Jesse Wierzbinski 2024-06-28 17:09:06 -10:00
parent d6f36eaecf
commit 2a4deacff4
No known key found for this signature in database
2 changed files with 7 additions and 7 deletions

BIN
bun.lockb

Binary file not shown.

View file

@ -29,9 +29,9 @@
"check": "bunx tsc -p ." "check": "bunx tsc -p ."
}, },
"dependencies": { "dependencies": {
"@ark-ui/vue": "^3.4.0", "@ark-ui/vue": "^3.5.0",
"@lysand-org/client": "^0.2.2", "@lysand-org/client": "^0.2.2",
"@nuxt/fonts": "^0.7.0", "@nuxt/fonts": "^0.7.1",
"@tailwindcss/typography": "^0.5.13", "@tailwindcss/typography": "^0.5.13",
"@vee-validate/nuxt": "^4.13.1", "@vee-validate/nuxt": "^4.13.1",
"@vee-validate/zod": "^4.13.1", "@vee-validate/zod": "^4.13.1",
@ -45,18 +45,18 @@
"nanoid": "^5.0.7", "nanoid": "^5.0.7",
"nuxt": "^3.12.2", "nuxt": "^3.12.2",
"nuxt-headlessui": "^1.2.0", "nuxt-headlessui": "^1.2.0",
"nuxt-security": "^2.0.0-rc.6", "nuxt-security": "^2.0.0-rc.9",
"nuxt-shiki": "^0.3.0", "nuxt-shiki": "^0.3.0",
"overlayscrollbars": "^2.9.1", "overlayscrollbars": "^2.9.1",
"overlayscrollbars-vue": "^0.5.9", "overlayscrollbars-vue": "^0.5.9",
"shiki": "^1.9.0", "shiki": "^1.10.0",
"vue": "^3.4.30", "vue": "^3.4.31",
"vue-router": "^4.4.0", "vue-router": "^4.4.0",
"zod": "^3.23.8" "zod": "^3.23.8"
}, },
"devDependencies": { "devDependencies": {
"@biomejs/biome": "^1.8.2", "@biomejs/biome": "^1.8.3",
"@nuxtjs/seo": "^2.0.0-rc.10", "@nuxtjs/seo": "^2.0.0-rc.11",
"@nuxtjs/tailwindcss": "^6.12.0", "@nuxtjs/tailwindcss": "^6.12.0",
"@tailwindcss/forms": "^0.5.7", "@tailwindcss/forms": "^0.5.7",
"@types/html-to-text": "^9.0.4", "@types/html-to-text": "^9.0.4",