Skip to content

Commit

Permalink
Update dependencies (#39)
Browse files Browse the repository at this point in the history
Update of @typescript-eslint/* triggered an update of minimal version of eslint (8.1+) and node engine (12+)
  • Loading branch information
tomap committed Dec 19, 2021
1 parent 418d964 commit d6584f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/dependabot.yml
Expand Up @@ -4,4 +4,3 @@ updates:
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 20
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -21,14 +21,14 @@
],
"license": "MIT",
"peerDependencies": {
"eslint": ">= 5.0.0"
"eslint": ">= 8.1.0"
},
"dependencies": {
"eslint-plugin-node": "^11.1.0",
"@typescript-eslint/eslint-plugin": "^4.28.3",
"@typescript-eslint/parser": "^4.28.3"
"@typescript-eslint/eslint-plugin": "^5.7.0",
"@typescript-eslint/parser": "^5.7.0"
},
"engines": {
"node": ">=8.6.0"
"node": ">=12.22.0"
}
}

0 comments on commit d6584f9

Please sign in to comment.