Skip to content

Commit 0e1f6be

Browse files
committed
fix: version bumb for commitlint/cli
1 parent c120c64 commit 0e1f6be

File tree

4 files changed

+79
-68
lines changed

4 files changed

+79
-68
lines changed

npm-shrinkwrap.json

Lines changed: 70 additions & 62 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
},
3333
"homepage": "https://github.com/awslabs/aws-lambda-powertools-typescript#readme",
3434
"devDependencies": {
35-
"@commitlint/cli": "^12.1.1",
36-
"@commitlint/config-conventional": "^12.1.1",
35+
"@commitlint/cli": "^12.1.4",
36+
"@commitlint/config-conventional": "^12.1.4",
3737
"@types/aws-lambda": "^8.10.72",
3838
"@types/jest": "^26.0.19",
3939
"@types/lodash": "^4.14.168",
@@ -57,5 +57,8 @@
5757
"hooks": {
5858
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
5959
}
60+
},
61+
"dependencies": {
62+
"hosted-git-info": "^4.0.2"
6063
}
6164
}

packages/logger/npm-shrinkwrap.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/logger/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
"main": "./lib/index.js",
3636
"types": "./lib/index.d.ts",
3737
"devDependencies": {
38-
"@commitlint/cli": "^12.1.1",
39-
"@commitlint/config-conventional": "^12.1.1",
38+
"@commitlint/cli": "^12.1.4",
39+
"@commitlint/config-conventional": "^12.1.4",
4040
"@types/aws-lambda": "^8.10.72",
4141
"@types/jest": "^26.0.19",
4242
"@types/lodash": "^4.14.168",

0 commit comments

Comments
 (0)