Skip to content

Commit

Permalink
Float dependencies forward, after node 8->10 upgrade (#30)
Browse files Browse the repository at this point in the history
* Float dependencies forward

* Allow more dependabot PRs
  • Loading branch information
mike-north committed Mar 14, 2021
1 parent 971f9f6 commit 6a052df
Show file tree
Hide file tree
Showing 3 changed files with 358 additions and 263 deletions.
1 change: 1 addition & 0 deletions .github/dependabot.yml
Expand Up @@ -9,3 +9,4 @@ updates:
directory: "/" # Location of package manifests
schedule:
interval: "daily"
open-pull-requests-limit: 15
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -58,7 +58,7 @@
"@types/glob": "^5.0.34",
"@types/lodash": "^4.14.92",
"@types/mkdirp": "^0.5.2",
"@types/node": "^8.5.7",
"@types/node": "10",
"@types/node-fetch": "~2.5.7",
"@types/node-forge": "^0.9.2",
"@types/qunit": "~2.9.1",
Expand Down

0 comments on commit 6a052df

Please sign in to comment.