From 6d332b1c9b94e66390ee199ff34a57bf174cc0d7 Mon Sep 17 00:00:00 2001 From: prototypa Date: Wed, 3 May 2023 14:43:05 -0400 Subject: [PATCH] Fix issue #162 --- package.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index d0ea181..73b879b 100644 --- a/package.json +++ b/package.json @@ -13,32 +13,32 @@ "lint:eslint": "eslint . --ext .js,.ts,.astro" }, "devDependencies": { - "@astrojs/image": "^0.16.6", + "@astrojs/image": "^0.16.7", "@astrojs/mdx": "^0.19.0", "@astrojs/partytown": "^1.2.0", - "@astrojs/rss": "^2.3.2", + "@astrojs/rss": "^2.4.1", "@astrojs/sitemap": "^1.2.2", - "@astrojs/tailwind": "^3.1.1", + "@astrojs/tailwind": "^3.1.2", "@astrolib/analytics": "^0.3.0", "@astrolib/seo": "^0.3.0", "@fontsource/inter": "^4.5.15", "@tailwindcss/typography": "^0.5.9", - "@typescript-eslint/eslint-plugin": "^5.59.0", - "@typescript-eslint/parser": "^5.59.0", - "astro": "^2.3.0", - "astro-compress": "^1.1.39", + "@typescript-eslint/eslint-plugin": "^5.59.2", + "@typescript-eslint/parser": "^5.59.2", + "astro": "^2.3.4", + "astro-compress": "^1.1.42", "astro-icon": "^0.8.0", - "eslint": "^8.38.0", + "eslint": "^8.39.0", "eslint-plugin-astro": "^0.26.1", "eslint-plugin-jsx-a11y": "^6.7.1", "limax": "2.1.0", "mdast-util-to-string": "^3.2.0", - "prettier": "^2.8.7", + "prettier": "^2.8.8", "prettier-plugin-astro": "^0.8.0", "reading-time": "^1.5.0", - "sharp": "^0.32.0", + "sharp": "^0.32.1", "svgo": "2.8.0", - "tailwindcss": "^3.3.1", + "tailwindcss": "^3.3.2", "typescript": "^5.0.4" }, "engines": {