From 67f43c68bfa2495b2e275b11eadcb0ffe3b0bae5 Mon Sep 17 00:00:00 2001 From: prototypa Date: Tue, 31 Jan 2023 14:46:40 -0500 Subject: [PATCH] Update dependencies --- package.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index ebb64cc..5d0576a 100644 --- a/package.json +++ b/package.json @@ -14,34 +14,34 @@ "subfont": "subfont -ir --no-fallbacks --silent --root dist" }, "devDependencies": { - "@astrojs/image": "^0.13.0", - "@astrojs/mdx": "^0.15.0", + "@astrojs/image": "^0.13.1", + "@astrojs/mdx": "^0.15.2", "@astrojs/partytown": "^1.0.3", "@astrojs/rss": "^2.1.0", - "@astrojs/sitemap": "^1.0.0", - "@astrojs/tailwind": "^3.0.0", + "@astrojs/sitemap": "^1.0.1", + "@astrojs/tailwind": "^3.0.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.48.2", - "@typescript-eslint/parser": "^5.48.2", - "astro": "^2.0.0", + "@typescript-eslint/eslint-plugin": "^5.50.0", + "@typescript-eslint/parser": "^5.50.0", + "astro": "^2.0.4", "astro-compress": "1.1.28", "astro-icon": "^0.8.0", - "eslint": "^8.32.0", + "eslint": "^8.33.0", "eslint-plugin-astro": "^0.23.0", "eslint-plugin-jsx-a11y": "^6.7.1", "limax": "^2.1.0", - "mdast-util-to-string": "^3.1.0", + "mdast-util-to-string": "^3.1.1", "prettier": "^2.8.3", - "prettier-plugin-astro": "^0.7.2", + "prettier-plugin-astro": "^0.8.0", "reading-time": "^1.5.0", "sharp": "^0.31.3", "subfont": "^6.12.4", "svgo": "2.8.0", "tailwindcss": "^3.2.4", - "typescript": "^4.9.4" + "typescript": "^4.9.5" }, "engines": { "node": ">=16.12.0"