Skip to content

Commit

Permalink
chore(deps): bumping out of date deps (#477)
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion authored Mar 10, 2022
1 parent 14895a1 commit 440c2d0
Show file tree
Hide file tree
Showing 3 changed files with 1,557 additions and 2,820 deletions.
7 changes: 5 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,14 @@ updates:
prefix: chore(deps)
prefix-development: chore(deps-dev)
ignore:
# chalk is now an ESM package and can't be used here without a rewrite.
# All of these packages are now ESM-only and can't be used here without a rewrite.
- dependency-name: chalk
versions:
- ">= 5"
# node-fetch is now an ESM package and can't be used here without a rewrite.
- dependency-name: configstore
versions:
- ">= 6"
- dependency-name: node-fetch
versions:
- ">= 3"

Loading

0 comments on commit 440c2d0

Please sign in to comment.