Skip to content

Commit

Permalink
fix(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 23, 2023
1 parent 7494185 commit 270e4db
Show file tree
Hide file tree
Showing 3 changed files with 315 additions and 148 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,14 +88,14 @@
"@babel/cli": "^7.23.0",
"@babel/core": "^7.23.0",
"@babel/preset-env": "^7.22.20",
"@commitlint/cli": "^17.7.2",
"@commitlint/config-conventional": "^17.7.0",
"@commitlint/core": "^17.7.2",
"@commitlint/cli": "^18.0.0",
"@commitlint/config-conventional": "^18.0.0",
"@commitlint/core": "^18.0.0",
"@nrwl/cli": "latest",
"@nrwl/js": "^16.10.0",
"@nrwl/js": "^17.0.0",
"@nrwl/nx-cloud": "16.5.2",
"@nrwl/tao": "16.10.0",
"@nrwl/workspace": "16.10.0",
"@nrwl/tao": "17.0.1",
"@nrwl/workspace": "17.0.1",
"@secretlint/secretlint-rule-preset-recommend": "^7.0.7",
"@tsconfig/node16": "^16.1.1",
"@tsconfig/strictest": "^2.0.2",
Expand All @@ -114,7 +114,7 @@
"husky": "^8.0.3",
"is-ci": "^3.0.1",
"lint-staged": "^15.0.0",
"nx": "16.10.0",
"nx": "17.0.1",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"read-pkg": "^8.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/commitlint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
},
"dependencies": {
"@anolilab/package-json-utils": "3.0.7",
"@commitlint/config-conventional": "^17.7.0",
"@commitlint/core": "^17.7.2",
"@commitlint/config-conventional": "^18.0.0",
"@commitlint/core": "^18.0.0",
"commitizen": "^4.3.0",
"conventional-changelog-conventionalcommits": "7.0.2",
"cz-conventional-changelog": "^3.3.0"
Expand Down
Loading

0 comments on commit 270e4db

Please sign in to comment.