From 96aecb02cfcbcc4713b6477499c0684b788eac0e Mon Sep 17 00:00:00 2001 From: Arthur DANJOU Date: Wed, 21 Aug 2024 14:54:02 +0200 Subject: [PATCH] Update dep --- app.config.ts | 6 ---- app.vue | 24 -------------- tailwind.config.ts => app/tailwind.config.ts | 0 package.json | 34 +++++++++----------- 4 files changed, 16 insertions(+), 48 deletions(-) delete mode 100644 app.config.ts delete mode 100644 app.vue rename tailwind.config.ts => app/tailwind.config.ts (100%) diff --git a/app.config.ts b/app.config.ts deleted file mode 100644 index 260e93b..0000000 --- a/app.config.ts +++ /dev/null @@ -1,6 +0,0 @@ -export default defineAppConfig({ - ui: { - primary: 'lime', - gray: 'neutral', - }, -}) diff --git a/app.vue b/app.vue deleted file mode 100644 index 6cbad88..0000000 --- a/app.vue +++ /dev/null @@ -1,24 +0,0 @@ - diff --git a/tailwind.config.ts b/app/tailwind.config.ts similarity index 100% rename from tailwind.config.ts rename to app/tailwind.config.ts diff --git a/package.json b/package.json index 9e776a7..2957b50 100644 --- a/package.json +++ b/package.json @@ -14,34 +14,32 @@ "db:generate": "drizzle-kit generate" }, "dependencies": { - "@iconify/json": "^2.2.230", "@nuxt/content": "^2.13.2", "@nuxt/image": "^1.7.0", - "@nuxt/ui": "^2.17.0", "@nuxthq/studio": "^2.0.3", - "@nuxthub/core": "^0.7.1", + "@nuxthub/core": "^0.7.3", "@nuxtjs/google-fonts": "^3.2.0", - "@nuxtjs/i18n": "^8.3.1", - "@pinia/nuxt": "^0.5.1", - "drizzle-orm": "^0.32.1", + "@nuxtjs/i18n": "^8.5.0", + "@pinia/nuxt": "^0.5.3", + "drizzle-orm": "^0.33.0", "h3-zod": "^0.5.3", "nuxt": "^3.12.4", - "nuxt-auth-utils": "^0.2.0", - "pinia": "^2.1.7", + "nuxt-auth-utils": "^0.3.4", + "pinia": "^2.2.2", "zod": "^3.23.8" }, "devDependencies": { - "@antfu/eslint-config": "^2.23.2", - "@nuxt/devtools": "^1.3.9", - "@nuxt/ui": "^2.17.0", + "@antfu/eslint-config": "^2.26.1", + "@nuxt/devtools": "^1.3.14", + "@nuxt/ui": "^2.18.4", "@pinia-plugin-persistedstate/nuxt": "^1.2.1", - "@types/node": "^20.14.11", - "@vueuse/core": "^10.11.0", - "@vueuse/nuxt": "^10.11.0", - "drizzle-kit": "^0.23.0", - "eslint": "^9.7.0", + "@types/node": "^22.4.2", + "@vueuse/core": "^11.0.1", + "@vueuse/nuxt": "^11.0.1", + "drizzle-kit": "^0.24.0", + "eslint": "^9.9.0", "typescript": "^5.5.4", - "vue-tsc": "^2.0.28", - "wrangler": "^3.66.0" + "vue-tsc": "^2.0.29", + "wrangler": "^3.72.1" } }