Skip to content

Commit

Permalink
chore: fix dep check
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Jul 31, 2023
1 parent d8c3ba1 commit 40e56df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .aegir.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ export default {
},
dependencyCheck: {
ignore: [
'@achingbrain/semantic-release-monorepo',
'@typescript-eslint/eslint-plugin',
'buffer',
'c8',
Expand All @@ -17,7 +18,6 @@ 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

0 comments on commit 40e56df

Please sign in to comment.