From ab243b4c51dbad8ab129f664cb1eb3ad29c02c21 Mon Sep 17 00:00:00 2001 From: prototypa Date: Mon, 20 Mar 2023 00:07:24 -0400 Subject: [PATCH] Update dependencies --- package.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index c042245..24f2076 100644 --- a/package.json +++ b/package.json @@ -13,23 +13,23 @@ "lint:eslint": "eslint . --ext .js,.ts,.astro" }, "devDependencies": { - "@astrojs/image": "^0.16.0", - "@astrojs/mdx": "^0.18.0", - "@astrojs/partytown": "^1.1.0", - "@astrojs/rss": "^2.2.0", - "@astrojs/sitemap": "^1.2.0", - "@astrojs/tailwind": "^3.1.0", + "@astrojs/image": "^0.16.1", + "@astrojs/mdx": "^0.18.1", + "@astrojs/partytown": "^1.1.1", + "@astrojs/rss": "^2.3.0", + "@astrojs/sitemap": "^1.2.1", + "@astrojs/tailwind": "^3.1.1", "@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.54.1", - "@typescript-eslint/parser": "^5.54.1", - "astro": "^2.1.2", + "@typescript-eslint/eslint-plugin": "^5.55.0", + "@typescript-eslint/parser": "^5.55.0", + "astro": "^2.1.3", "astro-compress": "^1.1.35", "astro-icon": "^0.8.0", "eslint": "^8.36.0", - "eslint-plugin-astro": "^0.24.0", + "eslint-plugin-astro": "^0.26.0", "eslint-plugin-jsx-a11y": "^6.7.1", "limax": "2.1.0", "mdast-util-to-string": "^3.1.1", @@ -39,7 +39,7 @@ "sharp": "^0.31.3", "svgo": "2.8.0", "tailwindcss": "^3.2.7", - "typescript": "^4.9.5" + "typescript": "^5.0.2" }, "engines": { "node": ">=16.12.0"