Skip to content

Commit

Permalink
Merge pull request #22 from kienstra/add/testing-dep
Browse files Browse the repository at this point in the history
See if a development dependency causes a Dependabot alert
  • Loading branch information
kienstra authored Oct 4, 2022
2 parents dbf597c + 3303951 commit bf4c349
Show file tree
Hide file tree
Showing 3 changed files with 144 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ updates:
directory: "/"
schedule:
interval: "daily"
ignore:
- dependency-type: "development"
allow:
- dependency-type: "production"
144 changes: 141 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "4.3.8",
"lodash": "4.17.19",
"puppeteer": "16.1.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
Expand Down

0 comments on commit bf4c349

Please sign in to comment.