Comparing version 6.0.0 to 6.0.1
{ | ||
"name": "vfile", | ||
"version": "6.0.0", | ||
"version": "6.0.1", | ||
"description": "Virtual file format for text processing", | ||
@@ -57,4 +57,4 @@ "license": "MIT", | ||
"dependencies": { | ||
"@types/unist": "^2.0.0", | ||
"unist-util-stringify-position": "^3.0.0", | ||
"@types/unist": "^3.0.0", | ||
"unist-util-stringify-position": "^4.0.0", | ||
"vfile-message": "^4.0.0" | ||
@@ -81,8 +81,8 @@ }, | ||
"prettier": { | ||
"tabWidth": 2, | ||
"useTabs": false, | ||
"singleQuote": true, | ||
"bracketSpacing": false, | ||
"semi": false, | ||
"trailingComma": "none" | ||
"singleQuote": true, | ||
"tabWidth": 2, | ||
"trailingComma": "none", | ||
"useTabs": false | ||
}, | ||
@@ -100,4 +100,4 @@ "remarkConfig": { | ||
"atLeast": 100, | ||
"detail": true, | ||
"ignoreCatch": true, | ||
"detail": true, | ||
"strict": true | ||
@@ -104,0 +104,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
- Removed@types/unist@2.0.11(transitive)
- Removedunist-util-stringify-position@3.0.3(transitive)
Updated@types/unist@^3.0.0