eslint-plugin-markdown
Advanced tools
Comparing version 2.0.1 to 2.1.0
@@ -0,1 +1,5 @@ | ||
v2.1.0 - April 25, 2021 | ||
* [`f1e153b`](https://github.com/eslint/eslint-plugin-markdown/commit/f1e153b8b634af7121e87b505c3c882536f4e3a5) Update: Upgrade remark-parse to v7 (fixes #77, fixes #78) (#175) (Brandon Mills) | ||
v2.0.1 - April 5, 2021 | ||
@@ -2,0 +6,0 @@ |
{ | ||
"name": "eslint-plugin-markdown", | ||
"version": "2.0.1", | ||
"version": "2.1.0", | ||
"description": "An ESLint plugin to lint JavaScript in Markdown code fences.", | ||
@@ -50,3 +50,3 @@ "license": "MIT", | ||
"dependencies": { | ||
"remark-parse": "^5.0.0", | ||
"remark-parse": "^7.0.0", | ||
"unified": "^6.1.2" | ||
@@ -53,0 +53,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
45959
+ Addedremark-parse@7.0.2(transitive)
- Removedremark-parse@5.0.0(transitive)
Updatedremark-parse@^7.0.0