Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
Signed-off-by: ZTL-UwU <[email protected]>
  • Loading branch information
ZTL-UwU committed Feb 12, 2025
1 parent bd38438 commit 219b751
Show file tree
Hide file tree
Showing 3 changed files with 5,396 additions and 5,982 deletions.
10 changes: 10 additions & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// https://nuxt.com/docs/api/configuration/nuxt-config
export default defineNuxtConfig({
devtools: { enabled: true },

modules: [
'@pinia/nuxt',
'@pinia-plugin-persistedstate/nuxt',
Expand All @@ -10,16 +11,20 @@ export default defineNuxtConfig({
'shadcn-nuxt',
'nuxt-icon',
],

shadcn: {
prefix: '',
componentDir: './components/ui',
},

colorMode: {
classSuffix: '',
},

tailwindcss: {
cssPath: '~/styles/tailwind.css',
},

imports: {
dirs: ['types', 'constants'],
presets: [
Expand All @@ -29,21 +34,26 @@ export default defineNuxtConfig({
},
],
},

build: {
transpile: ['trpc-nuxt', 'vue-sonner'],
},

nitro: {
esbuild: {
options: {
target: 'esnext',
},
},
},

typescript: {
tsConfig: {
compilerOptions: {
baseUrl: '.',
},
},
},

compatibilityDate: '2025-02-12',
});
78 changes: 39 additions & 39 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,57 +18,57 @@
"db:push": "drizzle-kit push"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.621.0",
"@aws-sdk/s3-request-presigner": "^3.621.0",
"@libsql/client": "^0.5.6",
"@tanstack/vue-query": "^5.36.0",
"@aws-sdk/client-s3": "^3.744.0",
"@aws-sdk/s3-request-presigner": "^3.744.0",
"@libsql/client": "^0.14.0",
"@tanstack/vue-query": "^5.66.0",
"@trpc/client": "^10.45.2",
"@trpc/server": "^10.45.2",
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.9.0",
"@vueuse/components": "^10.9.0",
"@vueuse/core": "^10.9.0",
"@vueuse/integrations": "^10.9.0",
"@vueuse/nuxt": "^10.9.0",
"@typescript-eslint/eslint-plugin": "^8.24.0",
"@typescript-eslint/parser": "^8.24.0",
"@vueuse/components": "^12.5.0",
"@vueuse/core": "^12.5.0",
"@vueuse/integrations": "^12.5.0",
"@vueuse/nuxt": "^12.5.0",
"axios": "^1.7.9",
"bcrypt": "^5.1.1",
"class-variance-authority": "^0.7.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"drizzle-orm": "^0.29.5",
"jose": "^5.3.0",
"lucide-vue-next": "^0.367.0",
"nanoid": "^5.0.7",
"radix-vue": "^1.7.4",
"superjson": "^2.2.1",
"tailwind-merge": "^2.3.0",
"drizzle-orm": "^0.39.3",
"jose": "^5.9.6",
"lucide-vue-next": "^0.475.0",
"nanoid": "^5.0.9",
"radix-vue": "^1.9.13",
"superjson": "^2.2.2",
"tailwind-merge": "^3.0.1",
"tailwindcss-animate": "^1.0.7",
"trpc-nuxt": "^0.10.21",
"vue-sonner": "^1.1.2",
"zod": "^3.23.8"
"trpc-nuxt": "^0.10.22",
"vue-sonner": "^1.3.0",
"zod": "^3.24.2"
},
"devDependencies": {
"@antfu/eslint-config": "^2.18.0",
"@iconify-json/lucide": "^1.1.187",
"@iconify/tailwind": "^0.1.4",
"@antfu/eslint-config": "^4.2.0",
"@iconify-json/lucide": "^1.2.26",
"@iconify/tailwind": "^1.2.0",
"@nuxt/devtools": "latest",
"@nuxtjs/color-mode": "^3.4.1",
"@nuxtjs/tailwindcss": "^6.12.0",
"@pinia-plugin-persistedstate/nuxt": "^1.2.0",
"@pinia/nuxt": "^0.5.1",
"@nuxtjs/color-mode": "^3.5.2",
"@nuxtjs/tailwindcss": "^6.13.1",
"@pinia-plugin-persistedstate/nuxt": "^1.2.1",
"@pinia/nuxt": "^0.10.0",
"@radix-icons/vue": "^1.0.0",
"@types/bcrypt": "^5.0.2",
"dotenv": "^16.4.5",
"drizzle-kit": "^0.21.2",
"eslint": "^8.57.0",
"happy-dom": "^13.10.1",
"nuxt": "^3.11.2",
"dotenv": "^16.4.7",
"drizzle-kit": "^0.30.4",
"eslint": "^9.20.1",
"happy-dom": "^17.1.0",
"nuxt": "^3.15.4",
"nuxt-icon": "^0.6.10",
"pinia": "^2.1.7",
"shadcn-nuxt": "^0.10.4",
"pinia": "^3.0.0",
"shadcn-nuxt": "^0.11.3",
"trpc-panel": "^1.3.4",
"typescript": "^5.4.5",
"vue": "^3.4.27",
"vue-router": "^4.3.2",
"vue-tsc": "^1.8.27"
"typescript": "^5.7.3",
"vue": "^3.5.13",
"vue-router": "^4.5.0",
"vue-tsc": "^2.2.0"
}
}
Loading

0 comments on commit 219b751

Please sign in to comment.