Skip to content
This repository has been archived by the owner on Feb 10, 2024. It is now read-only.

Commit

Permalink
@types/node@10
Browse files Browse the repository at this point in the history
  • Loading branch information
bouzuya committed Dec 28, 2019
1 parent e8f4de0 commit 20b7bbd
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions .dependabot/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
version: 1
update_configs:
- package_manager: "javascript"
directory: "/"
update_schedule: "daily"
ignored_updates:
- match:
dependency_name: "@types/node"
version_requirement: ">10"
6 changes: 3 additions & 3 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@babel/cli": "^7.7.0",
"@babel/core": "^7.7.2",
"@babel/preset-env": "^7.7.1",
"@types/node": "^12.12.9",
"@types/node": "^10.17.13",
"beater": "^7.0.0",
"npm-run-all": "^4.1.5",
"nyc": "^15.0.0",
Expand Down

0 comments on commit 20b7bbd

Please sign in to comment.