@docusaurus/mdx-loader
Advanced tools
Comparing version 2.0.0-alpha.19 to 2.0.0-alpha.20
{ | ||
"name": "@docusaurus/mdx-loader", | ||
"version": "2.0.0-alpha.19", | ||
"version": "2.0.0-alpha.20", | ||
"description": "Docusaurus Loader for MDX", | ||
@@ -11,6 +11,6 @@ "main": "src/index.js", | ||
"dependencies": { | ||
"@babel/parser": "^7.4.3", | ||
"@babel/traverse": "^7.4.3", | ||
"@mdx-js/mdx": "^1.0.20", | ||
"@mdx-js/react": "^1.0.20", | ||
"@babel/parser": "^7.4.5", | ||
"@babel/traverse": "^7.4.5", | ||
"@mdx-js/mdx": "^1.0.25", | ||
"@mdx-js/react": "^1.0.23", | ||
"github-slugger": "^1.2.1", | ||
@@ -30,3 +30,3 @@ "gray-matter": "^4.0.2", | ||
}, | ||
"gitHead": "1fecdb7d0246c5ba684036ce654f4a8dc225f5a0" | ||
"gitHead": "307f384684490a844abd0ff5190fffbb9624fc72" | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
Updated@babel/parser@^7.4.5
Updated@babel/traverse@^7.4.5
Updated@mdx-js/mdx@^1.0.25
Updated@mdx-js/react@^1.0.23