From a22431de0c897ce32a57f42a75c50e1bebc488fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 May 2021 15:56:30 +0800 Subject: [PATCH] Upgrade: Bump @vuepress/plugin-debug from 2.0.0-beta.13 to 2.0.0-beta.14 (#37) Bumps [@vuepress/plugin-debug](https://github.com/vuepress/vuepress-next) from 2.0.0-beta.13 to 2.0.0-beta.14. - [Release notes](https://github.com/vuepress/vuepress-next/releases) - [Changelog](https://github.com/vuepress/vuepress-next/blob/main/CHANGELOG.md) - [Commits](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.13...v2.0.0-beta.14) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index a87589f..4d62b87 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ }, "dependencies": { "@popperjs/core": "^2.9.1", - "@vuepress/plugin-debug": "^2.0.0-beta.13", + "@vuepress/plugin-debug": "^2.0.0-beta.14", "bootstrap": "^5.0.0", "jquery": "^3.6.0", "markdown-it-footnote": "^3.0.2", diff --git a/yarn.lock b/yarn.lock index 8f489a7..6cea3c4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -531,13 +531,13 @@ markdown-it "^12.0.4" markdown-it-container "^3.0.0" -"@vuepress/plugin-debug@^2.0.0-beta.13": - version "2.0.0-beta.13" - resolved "https://registry.yarnpkg.com/@vuepress/plugin-debug/-/plugin-debug-2.0.0-beta.13.tgz#6ce609131b6d2b0413b8ff5c2bcabc9c0d7dc606" - integrity sha512-dXutfiBN1gWP8yK4pecp+5PWlzZiOtV5X0ZKtHrV/zsK7p5/9cucRtEp0TtNNwG1V5EHxMNtv22R93e16FBppg== +"@vuepress/plugin-debug@^2.0.0-beta.14": + version "2.0.0-beta.14" + resolved "https://registry.yarnpkg.com/@vuepress/plugin-debug/-/plugin-debug-2.0.0-beta.14.tgz#e424b6ca213e8e27c66924175638f139cb348bc6" + integrity sha512-DB4Cc+Gp0PiGFHBe2tmqT/vuCsCe5rwWfW4FbQCxVrf+2xFhOdsLEhxxvGxGiKe3l76V7C0Fi9b/6Gn0pfiMSw== dependencies: "@vuepress/client" "2.0.0-beta.12" - "@vuepress/core" "2.0.0-beta.13" + "@vuepress/core" "2.0.0-beta.14" "@vuepress/utils" "2.0.0-beta.11" vue "^3.0.11" vue-router "^4.0.6"