terra-markdown
Advanced tools
Comparing version 2.19.0 to 2.20.0
@@ -7,2 +7,7 @@ Changelog | ||
2.20.0 - (January 22, 2019) | ||
------------------ | ||
### Changed | ||
* Minor dependency version bump | ||
2.19.0 - (January 8, 2019) | ||
@@ -9,0 +14,0 @@ ------------------ |
@@ -7,3 +7,3 @@ # Dependency Information | ||
| github-markdown-css | ^2.4.1 | -- | The minimal amount of CSS to replicate the GitHub Markdown style | | ||
| marked | 0.5.0 | | | | ||
| marked | 0.5.0 | -- | A markdown parser built for speed | | ||
| prop-types | ^15.5.8 | -- | Runtime type checking for React props and similar objects. | | ||
@@ -14,3 +14,3 @@ | ||
|-|-|-|-| | ||
| react | ^16.2.0 | -- | React is a JavaScript library for building user interfaces. | | ||
| react-dom | ^16.2.0 | ^16.0.0 | React package for working with the DOM. | | ||
| react | ^16.4.2 | -- | React is a JavaScript library for building user interfaces. | | ||
| react-dom | ^16.4.2 | ^16.0.0 | React package for working with the DOM. | |
{ | ||
"name": "terra-markdown", | ||
"main": "lib/Markdown.js", | ||
"version": "2.19.0", | ||
"version": "2.20.0", | ||
"description": "React component to display the content of markdown files.", | ||
@@ -41,4 +41,3 @@ "repository": { | ||
"test:jest": "jest --config ../../jestconfig.js" | ||
}, | ||
"gitHead": "41ba5362f55e42c3e7f6230725aab5812a002ed5" | ||
} | ||
} |
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
23288