Skip to content

Commit

Permalink
Upgrade: Use latest dependencies in plugin template (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmish committed Oct 16, 2021
1 parent 68ba9da commit 7f55ede
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions plugin/templates/_package.json
Expand Up @@ -14,13 +14,13 @@
"test": "mocha tests --recursive"
},
"dependencies": {
"requireindex": "^1.1.0"
"requireindex": "^1.2.0"
},
"devDependencies": {
"eslint": "^7.1.0",
"eslint-plugin-eslint-plugin": "^3.2.0",
"eslint-plugin-node": "^11.0.0",
"mocha": "^9.0.0"
"eslint": "^8.0.1",
"eslint-plugin-eslint-plugin": "^4.0.1",
"eslint-plugin-node": "^11.1.0",
"mocha": "^9.1.3"
},
"engines": {
"node": "12.x || 14.x || >= 16"
Expand Down

0 comments on commit 7f55ede

Please sign in to comment.