From 18bc755ec7c6a76fea690732d0f156b13ce2dda6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 14:15:39 +0000 Subject: [PATCH] Bump @astrojs/mdx from 6.0.2 to 7.0.0 Bumps [@astrojs/mdx](https://github.com/withastro/astro/tree/HEAD/packages/integrations/mdx) from 6.0.2 to 7.0.0. - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/mdx/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/@astrojs/mdx@7.0.0/packages/integrations/mdx) --- updated-dependencies: - dependency-name: "@astrojs/mdx" dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1dab8c5..c95ffd1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "devblog", "version": "0.0.1", "dependencies": { - "@astrojs/mdx": "^6.0.2", + "@astrojs/mdx": "^7.0.0", "@astrojs/rss": "^4.0.18", "@astrojs/sitemap": "^3.7.3", "astro": "^6.4.4", @@ -63,9 +63,9 @@ } }, "node_modules/@astrojs/mdx": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/@astrojs/mdx/-/mdx-6.0.2.tgz", - "integrity": "sha512-DF1/C4lSICTspyABQ1FhCLICMOCA7jiqY23RHbdqlr27HkltGVPhJbnLwQE2YItWL7sD8O1ApjgBOUccsKkMOA==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@astrojs/mdx/-/mdx-7.0.0.tgz", + "integrity": "sha512-LKwNA8nnLtEM0auoP6OfH/UnlKe1Ub59qZjbcYkZjPBGw6PkJewWkA/1qwLpECvV6gMDd6TR6eqV9p/VYZrcrQ==", "license": "MIT", "dependencies": { "@astrojs/internal-helpers": "0.10.0", @@ -87,8 +87,8 @@ "node": ">=22.12.0" }, "peerDependencies": { - "@astrojs/markdown-satteri": "0.2.2", - "astro": "^6.4.0" + "@astrojs/markdown-satteri": "^0.3.1-alpha.0", + "astro": "^7.0.0-alpha.0" }, "peerDependenciesMeta": { "@astrojs/markdown-satteri": { diff --git a/package.json b/package.json index 6c40232..74b5c6e 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/mdx": "^6.0.2", + "@astrojs/mdx": "^7.0.0", "@astrojs/rss": "^4.0.18", "@astrojs/sitemap": "^3.7.3", "astro": "^6.4.4",