diff --git a/package.json b/package.json index 6194a6c..e91b924 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ }, "dependencies": { "@popperjs/core": "^2.9.1", - "@vuepress/plugin-debug": "^2.0.0-beta.12", + "@vuepress/plugin-debug": "^2.0.0-beta.13", "bootstrap": "^5.0.0-beta3", "jquery": "^3.6.0", "markdown-it-footnote": "^3.0.2", diff --git a/yarn.lock b/yarn.lock index 9ae7cd9..6513d46 100644 --- a/yarn.lock +++ b/yarn.lock @@ -425,6 +425,18 @@ gray-matter "^4.0.3" toml "^3.0.0" +"@vuepress/core@2.0.0-beta.13": + version "2.0.0-beta.13" + resolved "https://registry.yarnpkg.com/@vuepress/core/-/core-2.0.0-beta.13.tgz#df2292a61f94de633195c915709b898e9d0c2306" + integrity sha512-jFaMVmXRSMszZtx4y6GVg/YDWWSmV59NABpdUgyY5rt2JeBoIyWo+QePPPwiwId1zNCSov7FA2iR/WEsU35Y1g== + dependencies: + "@vuepress/client" "2.0.0-beta.12" + "@vuepress/markdown" "2.0.0-beta.13" + "@vuepress/shared" "2.0.0-beta.7" + "@vuepress/utils" "2.0.0-beta.11" + gray-matter "^4.0.3" + toml "^3.0.0" + "@vuepress/markdown@2.0.0-beta.12": version "2.0.0-beta.12" resolved "https://registry.yarnpkg.com/@vuepress/markdown/-/markdown-2.0.0-beta.12.tgz#af60a29648a967fcdf1f15e8a4662c172c1b571d" @@ -437,6 +449,18 @@ markdown-it-anchor "^7.1.0" markdown-it-emoji "^2.0.0" +"@vuepress/markdown@2.0.0-beta.13": + version "2.0.0-beta.13" + resolved "https://registry.yarnpkg.com/@vuepress/markdown/-/markdown-2.0.0-beta.13.tgz#322c275fd9e3401e9e0666cd46ccf8d6f1dfe603" + integrity sha512-sm1A5fcCsVfOns1KZOfLdoMzZT33bh691UzUk47VxYvY1CqkF7PAmWh+dfn9/KzDw6hhJYUbzfBjwToQKUzs7g== + dependencies: + "@types/markdown-it" "^12.0.1" + "@vuepress/shared" "2.0.0-beta.7" + "@vuepress/utils" "2.0.0-beta.11" + markdown-it "^12.0.6" + markdown-it-anchor "^7.1.0" + markdown-it-emoji "^2.0.0" + "@vuepress/plugin-active-header-links@2.0.0-beta.12": version "2.0.0-beta.12" resolved "https://registry.yarnpkg.com/@vuepress/plugin-active-header-links/-/plugin-active-header-links-2.0.0-beta.12.tgz#ae08d5eb801a720e9781f3f5e10bf197095a308b" @@ -472,13 +496,13 @@ markdown-it "^12.0.4" markdown-it-container "^3.0.0" -"@vuepress/plugin-debug@^2.0.0-beta.12": - version "2.0.0-beta.12" - resolved "https://registry.yarnpkg.com/@vuepress/plugin-debug/-/plugin-debug-2.0.0-beta.12.tgz#faeb11ed539902396ad5868f3efec8f5b9783530" - integrity sha512-SaMcVBRrSlM6T/X+XLMTxbKMD+BfGLDIrxHUHw5i8qlnaIei2UcvB66Wc2pfO/pRwlTCQ+9+CbFPOADck+ITqA== +"@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== dependencies: "@vuepress/client" "2.0.0-beta.12" - "@vuepress/core" "2.0.0-beta.12" + "@vuepress/core" "2.0.0-beta.13" "@vuepress/utils" "2.0.0-beta.11" vue "^3.0.11" vue-router "^4.0.6"