Skip to content

Commit 6a98707

Browse files
committed
fix: override semantic-release-monorepo version
1 parent c0c7c40 commit 6a98707

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.aegir.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ export default {
55
},
66
dependencyCheck: {
77
ignore: [
8-
'@achingbrain/semantic-release-monorepo',
98
'@typescript-eslint/eslint-plugin',
109
'buffer',
1110
'c8',
@@ -18,6 +17,7 @@ export default {
1817
'playwright-test',
1918
'react-native-test-runner',
2019
'semantic-release',
20+
'semantic-release-monorepo',
2121
'source-map-support',
2222
'typedoc-plugin-mdn-links',
2323
'typedoc-plugin-missing-exports',

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,6 @@
226226
"release": "node src/index.js release --no-bundle"
227227
},
228228
"dependencies": {
229-
"@achingbrain/semantic-release-monorepo": "^8.0.0",
230229
"@electron/get": "^2.0.0",
231230
"@polka/send-type": "^0.5.2",
232231
"@semantic-release/changelog": "^6.0.1",
@@ -304,6 +303,7 @@
304303
"read-pkg-up": "^10.0.0",
305304
"rimraf": "^5.0.0",
306305
"semantic-release": "^21.0.7",
306+
"semantic-release-monorepo": "https://registry.npmjs.org/@achingbrain/semantic-release-monorepo/-/semantic-release-monorepo-8.0.0.tgz",
307307
"semver": "^7.3.8",
308308
"source-map-support": "^0.5.20",
309309
"strip-bom": "^5.0.0",

0 commit comments

Comments
 (0)