From 609e4b8c40b1fa6c3e274725aaf28e41678d70e3 Mon Sep 17 00:00:00 2001 From: prototypa Date: Tue, 6 Jun 2023 19:29:39 -0400 Subject: [PATCH] Update dependencies --- package.json | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/package.json b/package.json index 4e23350..f635079 100644 --- a/package.json +++ b/package.json @@ -13,33 +13,33 @@ "lint:eslint": "eslint . --ext .js,.ts,.astro" }, "devDependencies": { - "@astrojs/image": "^0.16.9", - "@astrojs/mdx": "^0.19.4", - "@astrojs/partytown": "^1.2.2", + "@astrojs/image": "^0.17.0", + "@astrojs/mdx": "^0.19.7", + "@astrojs/partytown": "^1.2.3", "@astrojs/rss": "^2.4.3", - "@astrojs/sitemap": "^1.3.1", + "@astrojs/sitemap": "^1.3.3", "@astrojs/tailwind": "^3.1.3", "@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.7", - "@typescript-eslint/parser": "^5.59.7", - "astro": "^2.5.5", - "astro-compress": "^1.1.44", - "astro-icon": "^0.8.0", - "eslint": "^8.41.0", - "eslint-plugin-astro": "^0.27.0", + "@typescript-eslint/eslint-plugin": "^5.59.9", + "@typescript-eslint/parser": "^5.59.9", + "astro": "^2.6.1", + "astro-compress": "^1.1.47", + "astro-icon": "^0.8.1", + "eslint": "^8.42.0", + "eslint-plugin-astro": "^0.27.1", "eslint-plugin-jsx-a11y": "^6.7.1", "limax": "2.1.0", "mdast-util-to-string": "^3.2.0", "prettier": "^2.8.8", - "prettier-plugin-astro": "^0.9.0", + "prettier-plugin-astro": "^0.10.0", "reading-time": "^1.5.0", "sharp": "^0.32.1", "svgo": "2.8.0", "tailwindcss": "^3.3.2", - "typescript": "^5.0.4" + "typescript": "^5.1.3" }, "engines": { "node": ">=16.12.0"