Skip to content

Commit

Permalink
Merge pull request #40 from rafaellincoln/update-eslint-version
Browse files Browse the repository at this point in the history
fix: Update dependencies to fix breaking eslint with webpack 5
  • Loading branch information
marlonmleite committed Feb 10, 2022
2 parents e05a3b2 + 31e8bec commit a415af8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
"contributors": [
"Lucas Vilaboim <[email protected]> (https://vilaboim.com)",
"Marlon Maxwel <[email protected]>",
"Victor Maestri <[email protected]>"
"Victor Maestri <[email protected]>",
"Rafael Lincoln <[email protected]>"
],
"license": "MIT",
"bugs": {
Expand All @@ -45,13 +46,12 @@
"test": "test"
},
"dependencies": {
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0"
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.0"
},
"peerDependencies": {
"eslint": "^5.12.0 || ^5.16.0 || ^6.8.0 || ^7.22.0"
"eslint": "^5.12.0 || ^5.16.0 || ^6.8.0 || ^7.22.0 || ^8.8.0"
}
}

0 comments on commit a415af8

Please sign in to comment.