Skip to content

Commit

Permalink
chore: Updated deps
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Updated `conventional-changelog` to v4 and `conventional-recommended-bump` to v7
  • Loading branch information
TriPSs committed Aug 2, 2023
1 parent 77a8952 commit 0c8b645
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions .ncurc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"upgrade": true,
"interactive": true,
"root": true,
"packageManager": "yarn",
"format": ["group", "repo"]
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
"@actions/core": "^1.10.0",
"@actions/exec": "^1.1.1",
"@iarna/toml": "^2.2.5",
"conventional-changelog": "^3.1.25",
"conventional-recommended-bump": "^6.1.0",
"git-semver-tags": "4.1.1",
"conventional-changelog": "^4.0.0",
"conventional-recommended-bump": "^7.0.1",
"git-semver-tags": "5.0.1",
"object-path": "^0.11.8",
"semver": "^7.3.7",
"yaml": "^1.10.2"
"semver": "^7.5.4",
"yaml": "^2.3.1"
}
}

0 comments on commit 0c8b645

Please sign in to comment.