From 739c34a3aa4a925817bf1fd25b1da282b5329da2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Aug 2022 13:30:37 +0000 Subject: [PATCH] chore(deps-dev): bump vite-plugin-md from 0.11.9 to 0.20.2 Bumps [vite-plugin-md](https://github.com/antfu/vite-plugin-md) from 0.11.9 to 0.20.2. - [Release notes](https://github.com/antfu/vite-plugin-md/releases) - [Commits](https://github.com/antfu/vite-plugin-md/compare/v0.11.9...v0.20.2) --- updated-dependencies: - dependency-name: vite-plugin-md dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5db7d49..8925a8a 100644 --- a/package.json +++ b/package.json @@ -102,7 +102,7 @@ "unplugin-vue-components": "^0.19.3", "vite": "^2.6.13", "vite-plugin-inspect": "^0.3.10", - "vite-plugin-md": "^0.11.4", + "vite-plugin-md": "^0.20.2", "vite-plugin-pages": "^0.19.3", "vite-plugin-pwa": "^0.12.0", "vite-plugin-vue-layouts": "^0.6.0",