From e683b4ce1826aa6d8cbb3a647d14ef2c4ae7c5a6 Mon Sep 17 00:00:00 2001 From: Justman100 <149507651+Justman100@users.noreply.github.com> Date: Tue, 13 Feb 2024 19:24:39 +0100 Subject: [PATCH] Update dependencies * Updated dependencies * Unnecessary/superfluous NodeJS scripts removed --- package.json | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index e8b2953..156a2c8 100644 --- a/package.json +++ b/package.json @@ -5,15 +5,13 @@ "homepage": "https://VojtaStruhar.github.io/steam-review-template", "dependencies": { "@astrojs/tailwind": "^5.1.0", - "astro": "^4.0.8", - "tailwindcss": "^3.4.0" + "astro": "^4.3.6", + "tailwindcss": "^3.4.1" }, "scripts": { "dev": "astro dev", - "start": "astro dev", "build": "astro build", "preview": "astro preview", - "astro": "astro", "predeploy": "pnpm run build", "deploy": "gh-pages -d dist" }, @@ -36,6 +34,6 @@ ] }, "devDependencies": { - "gh-pages": "^3.2.3" + "gh-pages": "^6.1.1" } }