Skip to content

Commit

Permalink
feat: upgrade plugin template dependencies (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmish committed Jul 15, 2022
1 parent 9675983 commit c7de75d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plugin/templates/_package.json
Expand Up @@ -18,10 +18,10 @@
"requireindex": "^1.2.0"
},
"devDependencies": {
"eslint": "^8.0.1",
"eslint-plugin-eslint-plugin": "^4.0.1",
"eslint": "^8.19.0",
"eslint-plugin-eslint-plugin": "^5.0.0",
"eslint-plugin-node": "^11.1.0",
"mocha": "^9.1.3"
"mocha": "^10.0.0"
},
"engines": {
"node": "^14.17.0 || ^16.0.0 || >= 18.0.0"
Expand Down

0 comments on commit c7de75d

Please sign in to comment.