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] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-05-15 15:56:30 +08:00 committed by GitHub
parent ef3219467d
commit a22431de0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View File

@ -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",

View File

@ -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"