update patch level deps

This commit is contained in:
Michael Dausmann
2024-02-17 14:19:11 +11:00
parent c0c38a8474
commit c2509d4db9
2 changed files with 9131 additions and 4119 deletions

13220
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -21,31 +21,31 @@
},
"devDependencies": {
"@nuxt/test-utils": "^3.8.1",
"@nuxtjs/supabase": "^1.1.3",
"@nuxtjs/tailwindcss": "^6.6.6",
"@nuxtjs/supabase": "^1.1.6",
"@nuxtjs/tailwindcss": "^6.6.8",
"@prisma/client": "^5.2.0",
"@tailwindcss/typography": "^0.5.9",
"@types/node": "^18.15.11",
"nuxt": "^3.7.0",
"@tailwindcss/typography": "^0.5.10",
"@types/node": "^18.15.13",
"nuxt": "^3.7.4",
"nuxt-icon": "^0.3.3",
"prisma": "^5.2.0",
"ts-node": "^10.9.1",
"typescript": "^5.0.3",
"ts-node": "^10.9.2",
"typescript": "^5.0.4",
"vitest": "^0.33.0"
},
"dependencies": {
"@pinia/nuxt": "^0.4.6",
"@trpc/client": "^10.9.0",
"@trpc/server": "^10.9.0",
"daisyui": "^2.51.5",
"generate-password-ts": "^1.6.3",
"@pinia/nuxt": "^0.4.11",
"@trpc/client": "^10.9.1",
"@trpc/server": "^10.9.1",
"daisyui": "^2.51.6",
"generate-password-ts": "^1.6.5",
"openai": "^4.28.0",
"pinia": "^2.0.30",
"pinia": "^2.0.36",
"stripe": "^11.12.0",
"superjson": "^1.12.2",
"superjson": "^1.12.4",
"trpc-nuxt": "^0.8.0",
"vanilla-cookieconsent": "^2.9.2",
"zod": "^3.20.2"
"zod": "^3.20.6"
},
"overrides": {
"vue": "latest"