terra-markdown
Advanced tools
Comparing version 2.21.0 to 2.22.0
@@ -7,2 +7,10 @@ Changelog | ||
2.22.0 - (February 26, 2019) | ||
------------------ | ||
### Changed | ||
* Minor dependency version bump | ||
### Changed | ||
* Add styles to increase text contrast for block quotes | ||
2.21.0 - (February 5, 2019) | ||
@@ -9,0 +17,0 @@ ------------------ |
{ | ||
"name": "terra-markdown", | ||
"main": "lib/Markdown.js", | ||
"version": "2.21.0", | ||
"version": "2.22.0", | ||
"description": "React component to display the content of markdown files.", | ||
@@ -28,2 +28,3 @@ "repository": { | ||
"dependencies": { | ||
"classnames": "^2.2.5", | ||
"github-markdown-css": "^2.4.1", | ||
@@ -40,5 +41,6 @@ "marked": "0.5.0", | ||
"lint:scss": "stylelint src/**/*.scss", | ||
"test": "npm run test:jest", | ||
"test:jest": "jest --config ../../jestconfig.js" | ||
"test": "npm run test:jest && npm run test:wdio", | ||
"test:jest": "jest --config ../../jestconfig.js", | ||
"test:wdio": "../../node_modules/.bin/wdio ../../node_modules/terra-dev-site/config/wdio/wdio.conf.js" | ||
} | ||
} |
@@ -25,3 +25,2 @@ import React from 'react'; | ||
/* eslint react/no-danger:0 */ | ||
@@ -28,0 +27,0 @@ const Markdown = props => ( |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
25326
17
118
6
+ Addedclassnames@^2.2.5
+ Addedclassnames@2.5.1(transitive)