From 817ea006a362061f4a771fe4038fbe59545051d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20=C3=81ngel=20Dur=C3=A1n?= Date: Fri, 5 Jul 2024 11:59:51 +0200 Subject: [PATCH] Upgrade dependencies --- package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 0cdd8bdfd..25458915c 100644 --- a/package.json +++ b/package.json @@ -19,10 +19,10 @@ "@astrojs/db": "0.11.7", "@auth/core": "^0.32.0", "@fontsource-variable/jost": "5.0.19", - "@vercel/analytics": "1.2.2", - "astro": "4.11.3", + "@vercel/analytics": "1.3.1", + "astro": "4.11.5", "auth-astro": "4.1.2", - "valibot": "0.30.0" + "valibot": "0.35.0" }, "devDependencies": { "@antfu/eslint-config": "0.43.1", @@ -32,7 +32,7 @@ "@astrojs/vercel": "7.7.2", "@midudev/tailwind-animations": "0.0.7", "@types/dom-view-transitions": "1.0.4", - "@typescript-eslint/parser": "7.14.1", + "@typescript-eslint/parser": "7.15.0", "eslint": "8.57.0", "eslint-config-prettier": "9.1.0", "eslint-plugin-astro": "1.2.2", @@ -44,10 +44,10 @@ "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-astro-organize-imports": "0.4.9", "prettier-plugin-tailwindcss": "0.6.5", - "tailwindcss": "3.4.3", - "typescript": "5.5.2", + "tailwindcss": "3.4.4", + "typescript": "5.5.3", "vite-plugin-pwa": "0.20.0" } }