Skip to content

Commit 7759fda

Browse files
authored
chore(deps): update release-it (#276)
1 parent 112f36d commit 7759fda

File tree

2 files changed

+798
-1333
lines changed

2 files changed

+798
-1333
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,20 +26,20 @@
2626
"lerna": "^8.2.3"
2727
},
2828
"devDependencies": {
29-
"release-it": "^15.10.1",
30-
"release-it-lerna-changelog": "^5.0.0",
31-
"release-it-yarn-workspaces": "^3.0.0"
29+
"release-it": "^19.0.4",
30+
"@release-it-plugins/lerna-changelog": "^8.0.1",
31+
"@release-it-plugins/workspaces": "^5.0.3"
3232
},
3333
"publishConfig": {
3434
"registry": "https://registry.npmjs.org"
3535
},
3636
"release-it": {
3737
"plugins": {
38-
"release-it-lerna-changelog": {
38+
"@release-it-plugins/lerna-changelog": {
3939
"infile": "CHANGELOG.md",
4040
"launchEditor": true
4141
},
42-
"release-it-yarn-workspaces": true
42+
"@release-it-plugins/workspaces": true
4343
},
4444
"git": {
4545
"tagName": "v${version}"

0 commit comments

Comments
 (0)