From 1fe3b463160044005d8d7c56de558e697a6fc6ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20=C3=81ngel=20Dur=C3=A1n?= Date: Mon, 1 Jul 2024 11:33:50 +0200 Subject: [PATCH] Fix version auth --- package.json | 30 +++++++++--------- src/components/Pronosticos/Intro.astro | 44 ++++++++++++++------------ 2 files changed, 38 insertions(+), 36 deletions(-) diff --git a/package.json b/package.json index a0f0430c7..923e7d40c 100644 --- a/package.json +++ b/package.json @@ -16,38 +16,38 @@ "prepare": "husky install && bash -c 'chmod ug+x .husky/*'" }, "dependencies": { - "@astrojs/db": "0.11.3", - "@auth/core": "0.18.6", + "@astrojs/db": "0.11.7", + "@auth/core": "0.32.0", "@fontsource-variable/jost": "5.0.19", "@vercel/analytics": "1.2.2", - "astro": "4.8.6", + "astro": "4.11.3", "auth-astro": "4.1.2", "valibot": "0.30.0" }, "devDependencies": { "@antfu/eslint-config": "0.43.1", "@astrojs/check": "0.7.0", - "@astrojs/sitemap": "3.1.4", + "@astrojs/sitemap": "3.1.6", "@astrojs/tailwind": "5.1.0", - "@astrojs/vercel": "7.6.0", + "@astrojs/vercel": "7.7.2", "@midudev/tailwind-animations": "0.0.7", "@types/dom-view-transitions": "1.0.4", - "@typescript-eslint/parser": "7.9.0", + "@typescript-eslint/parser": "7.14.1", "eslint": "8.57.0", "eslint-config-prettier": "9.1.0", - "eslint-plugin-astro": "1.2.0", - "eslint-plugin-jsx-a11y": "6.8.0", + "eslint-plugin-astro": "1.2.2", + "eslint-plugin-jsx-a11y": "6.9.0", "husky": "9.0.11", - "lightningcss": "1.25.0", - "lint-staged": "15.2.2", + "lightningcss": "1.25.1", + "lint-staged": "15.2.7", "postcss-import": "16.1.0", - "postcss-nesting": "12.1.4", - "prettier": "3.2.5", - "prettier-plugin-astro": "0.13.0", + "postcss-nesting": "12.1.5", + "prettier": "3.3.2", + "prettier-plugin-astro": "0.14.0", "prettier-plugin-astro-organize-imports": "0.4.8", - "prettier-plugin-tailwindcss": "0.5.14", + "prettier-plugin-tailwindcss": "0.6.5", "tailwindcss": "3.4.3", - "typescript": "5.4.5", + "typescript": "5.5.2", "vite-plugin-pwa": "0.20.0" } } diff --git a/src/components/Pronosticos/Intro.astro b/src/components/Pronosticos/Intro.astro index 2cccf4d71..de87fd06e 100644 --- a/src/components/Pronosticos/Intro.astro +++ b/src/components/Pronosticos/Intro.astro @@ -37,30 +37,32 @@ import Typography from "@/components/Typography.astro"