Skip to content

Commit

Permalink
fix(deps): update commitlint monorepo (#49)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 3, 2023
1 parent add0b70 commit dc915c8
Show file tree
Hide file tree
Showing 3 changed files with 210 additions and 155 deletions.
4 changes: 2 additions & 2 deletions configs/eslint-config-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"lint": "eslint . --ext cjs --report-unused-disable-directives --max-warnings 0"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "6.10.0",
"@typescript-eslint/parser": "6.10.0",
"@typescript-eslint/eslint-plugin": "6.13.1",
"@typescript-eslint/parser": "6.13.1",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-airbnb-typescript": "17.1.0",
"eslint-plugin-import": "2.29.0",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
},
"license": "MIT",
"dependencies": {
"@commitlint/cli": "18.2.0",
"@commitlint/config-conventional": "18.1.0",
"@commitlint/cli": "18.4.3",
"@commitlint/config-conventional": "18.4.3",
"@lerna-lite/changed": "2.7.2",
"@lerna-lite/cli": "2.7.2",
"@lerna-lite/diff": "2.6.0",
Expand All @@ -55,7 +55,7 @@
"husky": "8.0.3",
"lint-staged": "15.0.2",
"npm-run-all": "4.1.5",
"nx": "17.0.3",
"nx": "17.1.3",
"prettier": "3.0.3",
"publint": "0.2.6",
"secretlint": "7.0.7"
Expand Down
Loading

0 comments on commit dc915c8

Please sign in to comment.