Skip to content

Commit 5396245

Browse files
committed
Remove now unused release-it plugins
1 parent 6904bea commit 5396245

File tree

2 files changed

+481
-367
lines changed

2 files changed

+481
-367
lines changed

package.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,14 @@
1616
"test:extra": "pnpm --filter basic-app test:mocha && pnpm --filter custom-fastboot-app test:mocha"
1717
},
1818
"devDependencies": {
19-
"@release-it-plugins/lerna-changelog": "^5.0.0",
20-
"@release-it-plugins/workspaces": "^3.2.0",
2119
"npm-run-all": "^4.1.5",
2220
"release-plan": "^0.9.0"
2321
},
2422
"publishConfig": {
2523
"registry": "https://registry.npmjs.org"
24+
},
25+
"volta": {
26+
"node": "18.20.4",
27+
"pnpm": "7.33.7"
2628
}
2729
}

0 commit comments

Comments
 (0)