Skip to content

Commit

Permalink
dependencies(commitlint): upgrade to version 16.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hasezoey committed Jan 15, 2022
1 parent b9f8a1f commit 0c90e4d
Show file tree
Hide file tree
Showing 2 changed files with 176 additions and 124 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"description": "In-memory MongoDB Server. Designed with testing in mind, the server will allow you to connect your favourite ODM or client library to the MongoDB Server and run integration tests isolated from each other.",
"repository": "https://github.com/nodkz/mongodb-memory-server",
"devDependencies": {
"@commitlint/cli": "15.0.0",
"@commitlint/config-conventional": "15.0.0",
"@commitlint/cli": "16.0.2",
"@commitlint/config-conventional": "16.0.0",
"@google/semantic-release-replace-plugin": "1.1.0",
"@semantic-release/changelog": "5.0.1",
"@semantic-release/commit-analyzer": "8.0.1",
Expand All @@ -18,7 +18,7 @@
"@types/node": "~14.14.5",
"@typescript-eslint/eslint-plugin": "5.8.0",
"@typescript-eslint/parser": "5.8.0",
"commitlint": "15.0.0",
"commitlint": "16.0.2",
"conventional-changelog-conventionalcommits": "4.6.1",
"cross-env": "7.0.3",
"doctoc": "2.1.0",
Expand Down

0 comments on commit 0c90e4d

Please sign in to comment.