Skip to content

Commit

Permalink
Remove now unused release-it dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeAstapov committed Oct 11, 2024
1 parent 6904bea commit f41a8c2
Show file tree
Hide file tree
Showing 5 changed files with 485 additions and 1,277 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,14 @@
"test:extra": "pnpm --filter basic-app test:mocha && pnpm --filter custom-fastboot-app test:mocha"
},
"devDependencies": {
"@release-it-plugins/lerna-changelog": "^5.0.0",
"@release-it-plugins/workspaces": "^3.2.0",
"npm-run-all": "^4.1.5",
"release-plan": "^0.9.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"volta": {
"node": "18.20.4",
"pnpm": "7.33.7"
}
}
17 changes: 0 additions & 17 deletions packages/fastboot-app-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@
"eslint-plugin-node": "^11.1.0",
"mocha": "^9.1.2",
"npm-run-all": "^4.1.5",
"release-it": "^14.2.2",
"release-it-lerna-changelog": "^3.1.0",
"request": "^2.81.0",
"request-promise": "^4.2.1"
},
Expand All @@ -52,20 +50,5 @@
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"release-it": {
"plugins": {
"release-it-lerna-changelog": {
"infile": "CHANGELOG.md",
"launchEditor": true
}
},
"git": {
"tagName": "v${version}"
},
"github": {
"release": true,
"tokenRef": "GITHUB_AUTH"
}
}
}
17 changes: 0 additions & 17 deletions packages/fastboot-express-middleware/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@
"express": "^4.17.2",
"mocha": "^9.1.2",
"prettier": "^1.19.1",
"release-it": "^14.2.2",
"release-it-lerna-changelog": "^3.1.0",
"request": "^2.88.0",
"request-promise": "^4.2.1"
},
Expand All @@ -52,20 +50,5 @@
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"release-it": {
"plugins": {
"release-it-lerna-changelog": {
"infile": "CHANGELOG.md",
"launchEditor": true
}
},
"git": {
"tagName": "v${version}"
},
"github": {
"release": true,
"tokenRef": "GITHUB_AUTH"
}
}
}
17 changes: 0 additions & 17 deletions packages/fastboot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@
"lerna-changelog": "^1.0.0",
"mocha": "^9.1.2",
"prettier": "^1.19.1",
"release-it": "^14.2.2",
"release-it-lerna-changelog": "^3.1.0",
"rimraf": "^3.0.1",
"tmp": "^0.2.1"
},
Expand All @@ -63,20 +61,5 @@
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"release-it": {
"plugins": {
"release-it-lerna-changelog": {
"infile": "CHANGELOG.md",
"launchEditor": true
}
},
"git": {
"tagName": "v${version}"
},
"github": {
"release": true,
"tokenRef": "GITHUB_AUTH"
}
}
}
Loading

0 comments on commit f41a8c2

Please sign in to comment.