Skip to content

Commit

Permalink
fix: override semantic-release-monorepo version
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Jul 31, 2023
1 parent c0c7c40 commit 6a98707
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .aegir.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ export default {
},
dependencyCheck: {
ignore: [
'@achingbrain/semantic-release-monorepo',
'@typescript-eslint/eslint-plugin',
'buffer',
'c8',
Expand All @@ -18,6 +17,7 @@ export default {
'playwright-test',
'react-native-test-runner',
'semantic-release',
'semantic-release-monorepo',
'source-map-support',
'typedoc-plugin-mdn-links',
'typedoc-plugin-missing-exports',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,6 @@
"release": "node src/index.js release --no-bundle"
},
"dependencies": {
"@achingbrain/semantic-release-monorepo": "^8.0.0",
"@electron/get": "^2.0.0",
"@polka/send-type": "^0.5.2",
"@semantic-release/changelog": "^6.0.1",
Expand Down Expand Up @@ -304,6 +303,7 @@
"read-pkg-up": "^10.0.0",
"rimraf": "^5.0.0",
"semantic-release": "^21.0.7",
"semantic-release-monorepo": "https://registry.npmjs.org/@achingbrain/semantic-release-monorepo/-/semantic-release-monorepo-8.0.0.tgz",
"semver": "^7.3.8",
"source-map-support": "^0.5.20",
"strip-bom": "^5.0.0",
Expand Down

0 comments on commit 6a98707

Please sign in to comment.