From 2ae542a24ebe40b8b5882be62a5cc176a778e0c6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 25 May 2024 10:43:34 +0000 Subject: [PATCH] fix(deps): update js/ts dependencies --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 0eadce4..7220b77 100644 --- a/package.json +++ b/package.json @@ -28,13 +28,13 @@ "astro": "astro" }, "devDependencies": { - "@types/markdown-it": "13.0.8", + "@types/markdown-it": "14.1.1", "@types/sanitize-html": "2.11.0", "@typescript-eslint/eslint-plugin": "7.10.0", "@typescript-eslint/parser": "7.10.0", - "eslint": "8.57.0", + "eslint": "9.3.0", "eslint-config-prettier": "9.1.0", - "eslint-plugin-astro": "0.34.0", + "eslint-plugin-astro": "1.2.0", "eslint-plugin-jsx-a11y": "6.8.0", "prettier": "3.2.5", "prettier-plugin-astro": "0.13.0", @@ -42,7 +42,7 @@ }, "dependencies": { "@astrojs/check": "^0.7.0", - "@astrojs/mdx": "^2.3.1", + "@astrojs/mdx": "^3.0.1", "@astrojs/rss": "^4.0.6", "@astrojs/sitemap": "^3.1.4", "@astrojs/tailwind": "^5.1.0",