chore: ⬆️ Upgrade dependencies

This commit is contained in:
Jesse Wierzbinski 2024-07-21 15:32:58 +02:00
parent e89f56a97e
commit f1ada1745d
No known key found for this signature in database
3 changed files with 16 additions and 13 deletions

BIN
bun.lockb

Binary file not shown.

View file

@ -21,6 +21,7 @@ export default defineNuxtConfig({
future: { future: {
compatibilityVersion: 4, compatibilityVersion: 4,
}, },
compatibilityDate: "2024-07-21",
pwa: { pwa: {
manifest: { manifest: {
name: "Lysand", name: "Lysand",

View file

@ -29,13 +29,15 @@
"check": "bunx tsc -p ." "check": "bunx tsc -p ."
}, },
"dependencies": { "dependencies": {
"@ark-ui/vue": "^3.5.0", "@ark-ui/vue": "^3.6.0",
"@lysand-org/client": "^0.2.2", "@lysand-org/client": "^0.2.4",
"@nuxt/fonts": "^0.7.1", "@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.2",
"@vee-validate/zod": "^4.13.1", "@vee-validate/zod": "^4.13.2",
"@vite-pwa/nuxt": "^0.8.1", "@vite-pwa/nuxt": "^0.9.1",
"@vueuse/core": "^10.11.0",
"@vueuse/nuxt": "^10.11.0",
"c12": "^1.11.1", "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",
@ -43,26 +45,26 @@
"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.2", "nuxt": "^3.12.4",
"nuxt-headlessui": "^1.2.0", "nuxt-headlessui": "^1.2.0",
"nuxt-security": "^2.0.0-rc.9", "nuxt-security": "^2.0.0-rc.9",
"nuxt-shiki": "^0.3.0", "nuxt-shiki": "^0.3.0",
"overlayscrollbars": "^2.9.1", "overlayscrollbars": "^2.9.2",
"overlayscrollbars-vue": "^0.5.9", "overlayscrollbars-vue": "^0.5.9",
"shiki": "^1.10.0", "shiki": "^1.10.3",
"vue": "^3.4.31", "vue": "^3.4.33",
"vue-router": "^4.4.0", "vue-router": "^4.4.0",
"zod": "^3.23.8" "zod": "^3.23.8"
}, },
"devDependencies": { "devDependencies": {
"@biomejs/biome": "^1.8.3", "@biomejs/biome": "^1.8.3",
"@nuxtjs/seo": "^2.0.0-rc.11", "@nuxtjs/seo": "^2.0.0-rc.16",
"@nuxtjs/tailwindcss": "^6.12.0", "@nuxtjs/tailwindcss": "^6.12.1",
"@tailwindcss/forms": "^0.5.7", "@tailwindcss/forms": "^0.5.7",
"@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.5.2", "typescript": "^5.5.3",
"vue-tsc": "^2.0.22" "vue-tsc": "^2.0.26"
}, },
"trustedDependencies": [ "trustedDependencies": [
"@biomejs/biome", "@biomejs/biome",