@financial-times/o-syntax-highlight
Advanced tools
Comparing version 4.2.3 to 4.2.4
# Changelog | ||
### [4.2.4](https://www.github.com/Financial-Times/origami/compare/o-syntax-highlight-v4.2.3...o-syntax-highlight-v4.2.4) (2023-04-28) | ||
### Bug Fixes | ||
* Require latest minor version of o-colors, o-buttons, and o-forms ([#1098](https://www.github.com/Financial-Times/origami/issues/1098)) ([b856ca6](https://www.github.com/Financial-Times/origami/commit/b856ca66c9ec555f3c70833ffa35cb05cd19841f)) | ||
### [4.2.3](https://www.github.com/Financial-Times/origami/compare/o-syntax-highlight-v4.2.2...o-syntax-highlight-v4.2.3) (2022-04-21) | ||
@@ -4,0 +11,0 @@ |
{ | ||
"name": "@financial-times/o-syntax-highlight", | ||
"version": "4.2.3", | ||
"version": "4.2.4", | ||
"description": "A syntax highlighter for Origami-supported documentation that wraps PrismJs", | ||
@@ -21,3 +21,5 @@ "keywords": [ | ||
"test": "bash ../../scripts/component/test.bash", | ||
"lint": "bash ../../scripts/component/lint.bash" | ||
"debug:js": "bash ../../scripts/component/debug-js.bash", | ||
"lint": "bash ../../scripts/component/lint.bash", | ||
"watch": "bash ../../scripts/component/watch.bash" | ||
}, | ||
@@ -28,3 +30,3 @@ "dependencies": { | ||
"peerDependencies": { | ||
"@financial-times/o-colors": "^6.0.0" | ||
"@financial-times/o-colors": "^6.5.0" | ||
}, | ||
@@ -31,0 +33,0 @@ "engines": { |
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
36261