Skip to content

Commit

Permalink
fix(commitlint-config-airlight): upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dalisoft committed Jun 15, 2024
1 parent 4f5e4fa commit 63a9786
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/commitlint-config/config.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = require('@commitlint/config-conventional');
export { default } from '@commitlint/config-conventional';
16 changes: 12 additions & 4 deletions packages/commitlint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,31 @@
"version": "1.0.0",
"description": "Commitlint config to make product commits beatiful",
"main": "config.js",
"files": ["config.js"],
"type": "module",
"files": [
"config.js"
],
"engines": {
"node": ">=18.19.0"
"node": ">=18.19.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dalisoft/airlight.git"
},
"keywords": ["commit", "git", "lint", "config"],
"keywords": [
"commit",
"git",
"lint",
"config"
],
"author": "dalisoft",
"license": "MIT",
"bugs": {
"url": "https://github.com/dalisoft/airlight/issues"
},
"homepage": "https://github.com/dalisoft/airlight#readme",
"dependencies": {
"@commitlint/config-conventional": "^18.6.2"
"@commitlint/config-conventional": "^19.2.2"
},
"peerDependencies": {
"@commitlint/cli": "^17.x, ^18.x"
Expand Down

0 comments on commit 63a9786

Please sign in to comment.