From ee19fb75b4a2866c3630a976862ee14db8d33da9 Mon Sep 17 00:00:00 2001 From: prototypa Date: Wed, 11 Jan 2023 18:41:05 -0500 Subject: [PATCH] Update astro to 1.9.2 --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ca1e8ba..faaf092 100644 --- a/package.json +++ b/package.json @@ -23,15 +23,15 @@ "@astrolib/analytics": "^0.2.4", "@astrolib/seo": "^0.2.1", "@fontsource/inter": "^4.5.14", - "@tailwindcss/typography": "^0.5.8", - "@typescript-eslint/eslint-plugin": "^5.48.0", - "@typescript-eslint/parser": "^5.48.0", - "astro": "^1.9.1", + "@tailwindcss/typography": "^0.5.9", + "@typescript-eslint/eslint-plugin": "^5.48.1", + "@typescript-eslint/parser": "^5.48.1", + "astro": "^1.9.2", "astro-compress": "1.1.25", "astro-icon": "^0.8.0", "eslint": "^8.31.0", "eslint-plugin-astro": "^0.21.1", - "eslint-plugin-jsx-a11y": "^6.6.1", + "eslint-plugin-jsx-a11y": "^6.7.0", "limax": "^2.1.0", "mdast-util-to-string": "^3.1.0", "prettier": "^2.8.2",