terra-markdown
Advanced tools
Comparing version 2.13.0 to 2.14.0
@@ -7,2 +7,8 @@ Changelog | ||
2.14.0 - (September 5, 2018) | ||
------------------ | ||
### Changed | ||
* Bumped minimum react peerDependency version from ^16.2.0 to ^16.4.2 | ||
* Bumped minimum react-dom peerDependency version from ^16.2.0 to ^16.4.2 | ||
2.13.0 - (August 29, 2018) | ||
@@ -9,0 +15,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.3.6 | -- | A markdown parser built for speed | | ||
| marked | 0.5.0 | | | | ||
| prop-types | ^15.5.8 | -- | Runtime type checking for React props and similar objects. | | ||
@@ -10,0 +10,0 @@ |
{ | ||
"name": "terra-markdown", | ||
"main": "lib/Markdown.js", | ||
"version": "2.13.0", | ||
"description": "terra-markdown", | ||
"version": "2.14.0", | ||
"description": "React component to display the content of markdown files.", | ||
"repository": { | ||
@@ -24,4 +24,4 @@ "type": "git", | ||
"peerDependencies": { | ||
"react": "^16.2.0", | ||
"react-dom": "^16.2.0" | ||
"react": "^16.4.2", | ||
"react-dom": "^16.4.2" | ||
}, | ||
@@ -28,0 +28,0 @@ "dependencies": { |
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
21978