Skip to content

Commit

Permalink
fix(deps): Bumped deps
Browse files Browse the repository at this point in the history
  • Loading branch information
andris9 committed Apr 12, 2024
1 parent d38f815 commit e096b12
Show file tree
Hide file tree
Showing 3 changed files with 287 additions and 81 deletions.
4 changes: 3 additions & 1 deletion .ncurc.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ module.exports = {
upgrade: true,
reject: [
// Block package upgrades that moved to ESM
'chai'
'chai',
// API changes in newer eslint versions
'grunt-eslint'
]
};

Loading

0 comments on commit e096b12

Please sign in to comment.