Skip to content

Commit

Permalink
Merge branch 'master' into refactor-message-format
Browse files Browse the repository at this point in the history
  • Loading branch information
rkotze authored Nov 19, 2024
2 parents eaca75c + bffa4ae commit e762e6e
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 58 deletions.
107 changes: 53 additions & 54 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
}
],
"devDependencies": {
"eslint-plugin-jest": "^28.8.3",
"eslint-plugin-jest": "^28.9.0",
"xo": "^0.59.3"
}
}
2 changes: 1 addition & 1 deletion packages/git-mob-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"devDependencies": {
"@jest/globals": "^29.7.0",
"@types/jest": "^29.5.14",
"@types/node": "^22.8.7",
"@types/node": "^22.9.0",
"jest": "^29.7.0",
"jest-config": "^29.7.0",
"rimraf": "^6.0.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/git-mob/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
}
],
"dependencies": {
"@inquirer/checkbox": "^4.0.1",
"@inquirer/checkbox": "^4.0.2",
"common-tags": "^1.8.2",
"git-mob-core": "^0.9.3",
"minimist": "^1.2.8",
Expand All @@ -70,7 +70,7 @@
"@ava/typescript": "^5.0.0",
"@types/common-tags": "^1.8.4",
"@types/minimist": "^1.2.5",
"@types/node": "^22.8.7",
"@types/node": "^22.9.0",
"@types/sinon": "^17.0.3",
"@types/update-notifier": "^6.0.8",
"ava": "^6.2.0",
Expand Down

0 comments on commit e762e6e

Please sign in to comment.