@double-great/remark-lint-alt-text
Advanced tools
Comparing version 0.4.0 to 0.5.0
{ | ||
"name": "@double-great/remark-lint-alt-text", | ||
"version": "0.4.0", | ||
"version": "0.5.0", | ||
"description": "A remark-lint plugin that finds unhelpful or missing image alt text", | ||
@@ -15,5 +15,5 @@ "main": "index.js", | ||
"dependencies": { | ||
"@double-great/alt-text": "^0.4.0", | ||
"@double-great/alt-text": "^0.5.0", | ||
"unified-lint-rule": "^1.0.6", | ||
"unist-util-visit-parents": "^3.0.2" | ||
"unist-util-visit-parents": "^3.1.0" | ||
}, | ||
@@ -23,7 +23,7 @@ "devDependencies": { | ||
"dedent": "^0.7.0", | ||
"eslint": "^7.4.0", | ||
"eslint": "^7.5.0", | ||
"husky": "^4.2.5", | ||
"prettier": "^2.0.5", | ||
"pretty-quick": "^2.0.1", | ||
"remark": "^12.0.0", | ||
"remark": "^12.0.1", | ||
"tape": "^5.0.1" | ||
@@ -30,0 +30,0 @@ }, |
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
+ Added@double-great/alt-text@0.5.0(transitive)
- Removed@double-great/alt-text@0.4.0(transitive)