updating dependencies

This commit is contained in:
2023-10-29 19:10:07 +01:00
parent 9b51ef1aa4
commit 2fb8c094a7
2 changed files with 79 additions and 111 deletions

View File

@@ -12,17 +12,17 @@
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@nuxt/content": "2.8.5",
"@nuxt/content": "2.9.0",
"@nuxt/image": "1.0.0",
"@pinia/nuxt": "0.5.1",
"@prisma/client": "5.5.1",
"@trpc/client": "10.42.0",
"@trpc/server": "10.42.0",
"@prisma/client": "5.5.2",
"@trpc/client": "10.43.0",
"@trpc/server": "10.43.0",
"@vercel/analytics": "1.1.1",
"@vueuse/motion": "2.0.0",
"pinia": "2.1.7",
"postcss-custom-properties": "13.3.2",
"sass": "1.69.4",
"sass": "1.69.5",
"superjson": "2.2.0",
"tailwindcss": "3.3.5",
"trpc-nuxt": "0.10.12",
@@ -30,18 +30,18 @@
},
"devDependencies": {
"@antfu/eslint-config": "1.0.0-beta.29",
"@iconify/json": "2.2.133",
"@iconify/json": "2.2.134",
"@nuxt/devtools": "1.0.0",
"@nuxthq/studio": "1.0.2",
"@nuxthq/ui": "2.7.0",
"@pinia-plugin-persistedstate/nuxt": "1.1.2",
"@types/node": "20.8.8",
"@pinia-plugin-persistedstate/nuxt": "1.2.0",
"@types/node": "20.8.9",
"@vueuse/core": "10.5.0",
"@vueuse/nuxt": "10.5.0",
"eslint": "8.52.0",
"nuxt": "3.8.0",
"nuxt-icon": "0.5.0",
"prisma": "5.5.1",
"prisma": "5.5.2",
"typescript": "5.2.2"
}
}