From 862880879da0a27ba5d8535085965219d933dc41 Mon Sep 17 00:00:00 2001 From: Bernardo Simonassi Date: Sat, 27 Jan 2024 16:04:05 -0300 Subject: [PATCH] fix: navigation and upgrade modules --- .github/workflows/deploy.yml | 2 +- apps/app/nuxt.config.ts | 2 +- apps/app/package.json | 9 +- apps/www/app.vue | 19 + apps/www/components/atoms/Header.vue | 12 +- apps/www/components/home/Hero.vue | 2 +- apps/www/layouts/default.vue | 17 +- apps/www/nuxt.config.ts | 6 + apps/www/package.json | 10 +- package.json | 3 +- packages/eslint-config-custom/index.js | 1 + pnpm-lock.yaml | 5634 ++++++++++++------------ 12 files changed, 2836 insertions(+), 2881 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 8c51e94..ca66636 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -23,7 +23,7 @@ jobs: - uses: actions/setup-node@v3 with: - node-version: 19 + node-version: 20.9 - uses: pnpm/action-setup@v2 with: diff --git a/apps/app/nuxt.config.ts b/apps/app/nuxt.config.ts index 8d1ce22..c2f6c00 100644 --- a/apps/app/nuxt.config.ts +++ b/apps/app/nuxt.config.ts @@ -118,4 +118,4 @@ export default defineNuxtConfig({ cssPath: "@/styles/main.css", viewer: false, }, -}); \ No newline at end of file +}); diff --git a/apps/app/package.json b/apps/app/package.json index 08cbbf0..d9d21d3 100644 --- a/apps/app/package.json +++ b/apps/app/package.json @@ -13,9 +13,11 @@ "devDependencies": { "@nuxt/content": "npm:@nuxt/content-edge@latest", "@nuxtjs/fontaine": "^0.2.5", - "nuxt": "3.7.3", - "nuxt-schema-org": "^2.1.3", - "typescript": "^5.3.2" + "nuxt": "^3.9.3", + "nuxt-schema-org": "^3.3.3", + "nuxt-simple-robots": "^3.1.0", + "nuxt-simple-sitemap": "^4.4.1", + "typescript": "^5.3.3" }, "dependencies": { "@clerk/clerk-js": "4.44.0", @@ -31,7 +33,6 @@ "@vueuse/core": "^10.3.0", "@vueuse/integrations": "^10.3.0", "eslint-config-custom": "workspace:*", - "nuxt-simple-sitemap": "^3.1.4", "nuxt-umami": "^2.5.2", "pinia": "^2.1.6", "splitpanes": "^3.1.5", diff --git a/apps/www/app.vue b/apps/www/app.vue index 2506418..d68926b 100644 --- a/apps/www/app.vue +++ b/apps/www/app.vue @@ -1,3 +1,22 @@ + +