@vuepress/core
Advanced tools
Comparing version 2.0.0-beta.45 to 2.0.0-beta.46
@@ -10,3 +10,4 @@ "use strict"; | ||
// take the rendered markdown content as <template> | ||
`<template>${page.contentRendered}</template>\n`, | ||
// #688: wrap the content with a <div> to avoid some potential issues of fragment component | ||
`<template><div>${page.contentRendered}</div></template>\n`, | ||
// hoist `<script>`, `<style>` and other custom blocks | ||
@@ -13,0 +14,0 @@ ...page.hoistedTags, |
{ | ||
"name": "@vuepress/core", | ||
"version": "2.0.0-beta.45", | ||
"version": "2.0.0-beta.46", | ||
"description": "Core package of VuePress", | ||
@@ -25,9 +25,9 @@ "keywords": [ | ||
"dependencies": { | ||
"@vuepress/client": "2.0.0-beta.45", | ||
"@vuepress/markdown": "2.0.0-beta.45", | ||
"@vuepress/shared": "2.0.0-beta.45", | ||
"@vuepress/utils": "2.0.0-beta.45", | ||
"@vuepress/client": "2.0.0-beta.46", | ||
"@vuepress/markdown": "2.0.0-beta.46", | ||
"@vuepress/shared": "2.0.0-beta.46", | ||
"@vuepress/utils": "2.0.0-beta.46", | ||
"gray-matter": "^4.0.3", | ||
"toml": "^3.0.0", | ||
"vue": "^3.2.33" | ||
"vue": "^3.2.35" | ||
}, | ||
@@ -34,0 +34,0 @@ "publishConfig": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
86966
2481
+ Added@vuepress/client@2.0.0-beta.46(transitive)
+ Added@vuepress/markdown@2.0.0-beta.46(transitive)
+ Added@vuepress/shared@2.0.0-beta.46(transitive)
+ Added@vuepress/utils@2.0.0-beta.46(transitive)
- Removed@vuepress/client@2.0.0-beta.45(transitive)
- Removed@vuepress/markdown@2.0.0-beta.45(transitive)
- Removed@vuepress/shared@2.0.0-beta.45(transitive)
- Removed@vuepress/utils@2.0.0-beta.45(transitive)
Updatedvue@^3.2.35