@nodecraft/commitlint-config
Advanced tools
Comparing version 1.0.3 to 1.1.0
'use strict'; | ||
/* eslint-disable unicorn/prefer-number-properties */ | ||
module.exports = { | ||
@@ -3,0 +4,0 @@ extends: ['@commitlint/config-conventional'], |
{ | ||
"name": "@nodecraft/commitlint-config", | ||
"version": "1.0.3", | ||
"version": "1.1.0", | ||
"description": "Nodecraft commitlint config", | ||
@@ -24,10 +24,11 @@ "homepage": "https://github.com/nodecraft/commitlint-config#readme", | ||
"dependencies": { | ||
"@commitlint/config-conventional": "^11.0.0" | ||
"@commitlint/config-conventional": "^12.0.0" | ||
}, | ||
"devDependencies": { | ||
"eslint": "^7.13.0", | ||
"eslint-config-nodecraft": "^6.1.0", | ||
"eslint": "^7.20.0", | ||
"eslint-config-nodecraft": "^7.3.1", | ||
"eslint-plugin-json": "^2.1.2", | ||
"eslint-plugin-node": "^11.1.0" | ||
"eslint-plugin-node": "^11.1.0", | ||
"eslint-plugin-unicorn": "^28.0.2" | ||
} | ||
} |
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
2659
26
5
+ Added@commitlint/config-conventional@12.1.4(transitive)
- Removed@commitlint/config-conventional@11.0.0(transitive)