We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6904bea commit 5396245Copy full SHA for 5396245
package.json
@@ -16,12 +16,14 @@
16
"test:extra": "pnpm --filter basic-app test:mocha && pnpm --filter custom-fastboot-app test:mocha"
17
},
18
"devDependencies": {
19
- "@release-it-plugins/lerna-changelog": "^5.0.0",
20
- "@release-it-plugins/workspaces": "^3.2.0",
21
"npm-run-all": "^4.1.5",
22
"release-plan": "^0.9.0"
23
24
"publishConfig": {
25
"registry": "https://registry.npmjs.org"
+ },
+ "volta": {
26
+ "node": "18.20.4",
27
+ "pnpm": "7.33.7"
28
}
29
0 commit comments