chore: ⬆️ Upgrade dependencies

This commit is contained in:
Jesse Wierzbinski 2024-06-18 20:42:37 -10:00
parent 28ffa735ca
commit cd1fb48b68
No known key found for this signature in database
2 changed files with 5 additions and 5 deletions

BIN
bun.lockb

Binary file not shown.

View file

@ -29,28 +29,28 @@
"check": "bunx tsc -p ." "check": "bunx tsc -p ."
}, },
"dependencies": { "dependencies": {
"@ark-ui/vue": "^3.3.1", "@ark-ui/vue": "^3.4.0",
"@lysand-org/client": "^0.1.8", "@lysand-org/client": "^0.1.8",
"@nuxt/fonts": "^0.7.0", "@nuxt/fonts": "^0.7.0",
"@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",
"@vite-pwa/nuxt": "^0.8.0", "@vite-pwa/nuxt": "^0.8.0",
"c12": "^1.10.0", "c12": "^1.11.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.12.1", "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.6",
"nuxt-shiki": "^0.3.0", "nuxt-shiki": "^0.3.0",
"overlayscrollbars": "^2.8.3", "overlayscrollbars": "^2.8.3",
"overlayscrollbars-vue": "^0.5.9", "overlayscrollbars-vue": "^0.5.9",
"shiki": "^1.6.4", "shiki": "^1.7.0",
"vue": "^3.4.27", "vue": "^3.4.29",
"vue-router": "^4.3.3", "vue-router": "^4.3.3",
"zod": "^3.23.8" "zod": "^3.23.8"
}, },