From 9bfdf984f0b31fbc5d1a7073ab5064e5bbe492ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 17:03:52 +0000 Subject: [PATCH] chore(deps): bump @next/mdx from 14.2.16 to 15.0.1 Bumps [@next/mdx](https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx) from 14.2.16 to 15.0.1. - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/commits/v15.0.1/packages/next-mdx) --- updated-dependencies: - dependency-name: "@next/mdx" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 51dcf31..b0d3c6f 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@headlessui/tailwindcss": "^0.2.1", "@mdx-js/loader": "^3.0.1", "@mdx-js/react": "^3.0.1", - "@next/mdx": "^14.2.13", + "@next/mdx": "^15.0.1", "@sindresorhus/slugify": "^2.2.1", "@tailwindcss/typography": "^0.5.15", "@types/mdx": "^2.0.13",