Skip to content

Commit

Permalink
chore: fix dep-check
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtPooki committed Oct 29, 2024
1 parent e123e22 commit 9e2da81
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .aegir.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,33 @@ export default {
dependencyCheck: {
ignore: [
// actual production deps not getting recognized
'@loadable/component',
'@tableflip/react-dropdown',
'brace',
'chart.js',
'classnames',
'details-polyfill',
'internal-nav-helper',
'ipfs-css',
'ipld-explorer-components',
'is-ipfs',
'istextorbinary',
'prop-types',
'react-ace',
'react-chartjs-2',
'react-copy-to-clipboard',
'react-country-flag',
'react-debounce-render',
'react-dnd',
'react-helmet',
'react-hook-form',
'react-i18next',
'react-identicons',
'react-joyride',
'react-overlays',
'react-virtualized',
'redux-bundler-react',
'tachyons',
'uint8arrays',

// type-only deps
Expand Down

0 comments on commit 9e2da81

Please sign in to comment.