From 7c8562b6c1b149d718c2b7931dec74cffd9d23ac Mon Sep 17 00:00:00 2001 From: prototypa Date: Fri, 31 Mar 2023 07:58:59 -0400 Subject: [PATCH] Update dependencies --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 6c70712..e9b1eb9 100644 --- a/package.json +++ b/package.json @@ -13,9 +13,9 @@ "lint:eslint": "eslint . --ext .js,.ts,.astro" }, "devDependencies": { - "@astrojs/image": "^0.16.2", + "@astrojs/image": "^0.16.3", "@astrojs/mdx": "^0.18.2", - "@astrojs/partytown": "^1.1.1", + "@astrojs/partytown": "^1.2.0", "@astrojs/rss": "^2.3.1", "@astrojs/sitemap": "^1.2.1", "@astrojs/tailwind": "^3.1.1", @@ -25,10 +25,10 @@ "@tailwindcss/typography": "^0.5.9", "@typescript-eslint/eslint-plugin": "^5.57.0", "@typescript-eslint/parser": "^5.57.0", - "astro": "^2.1.7", + "astro": "^2.1.8", "astro-compress": "^1.1.35", "astro-icon": "^0.8.0", - "eslint": "^8.36.0", + "eslint": "^8.37.0", "eslint-plugin-astro": "^0.26.1", "eslint-plugin-jsx-a11y": "^6.7.1", "limax": "2.1.0", @@ -38,8 +38,8 @@ "reading-time": "^1.5.0", "sharp": "^0.31.0", "svgo": "2.8.0", - "tailwindcss": "^3.2.7", - "typescript": "^5.0.2" + "tailwindcss": "^3.3.1", + "typescript": "^5.0.3" }, "engines": { "node": ">=16.12.0"