Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
bubkoo committed Dec 1, 2022
1 parent 6155b03 commit 6533911
Show file tree
Hide file tree
Showing 5 changed files with 842 additions and 431 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
},
"devDependencies": {
"@bubkoo/eslint-config": "^1.1.0",
"@bubkoo/semantic-release-config": "^1.4.0",
"@bubkoo/semantic-release-config": "^1.6.0",
"@commitlint/config-conventional": "^17.3.0",
"@types/node": "^18.11.9",
"@types/node": "^18.11.10",
"eslint": "^8.28.0",
"husky": "^8.0.2",
"is-ci": "^3.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"meow": "^11.0.0"
},
"devDependencies": {
"@types/lodash": "^4.14.190"
"@types/lodash": "^4.14.191"
},
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
Expand Down
7 changes: 3 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,14 @@
},
"dependencies": {
"@manypkg/get-packages": "^1.1.3",
"@semantic-release/git": "^10.0.1",
"blork": "^9.3.0",
"cosmiconfig": "^7.0.1",
"cosmiconfig": "^8.0.0",
"debug": "^4.3.4",
"detect-indent": "^7.0.1",
"detect-newline": "^4.0.0",
"dotenv": "^16.0.3",
"execa": "^6.1.0",
"fs-extra": "^10.1.0",
"fs-extra": "^11.1.0",
"get-stream": "^6.0.1",
"git-log-parser": "^1.2.0",
"git-username": "^1.0.0",
Expand All @@ -59,7 +58,7 @@
"@types/debug": "^4.1.7",
"@types/fs-extra": "^9.0.13",
"@types/git-username": "^1.0.2",
"@types/lodash": "^4.14.190",
"@types/lodash": "^4.14.191",
"@types/semantic-release": "^17.2.4",
"@types/semver": "^7.3.13",
"@types/signale": "^1.4.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/release.ts
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ function makePushToGitMethod(
return null
}

export async function getSemanticConfig(
async function getSemanticConfig(
{
cwd,
env,
Expand Down
Loading

0 comments on commit 6533911

Please sign in to comment.