Skip to content

Commit

Permalink
fix(deps): update dependency eslint-plugin-n to v15 (#491)
Browse files Browse the repository at this point in the history
* fix(deps): update dependency eslint-plugin-n to v15

* chore(deps): update eslint-config-standard

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Tschinder <231804+danez@users.noreply.github.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
3 people committed Jul 28, 2022
1 parent e10c65d commit 47e445b
Show file tree
Hide file tree
Showing 2 changed files with 89 additions and 23 deletions.
108 changes: 87 additions & 21 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"cross-env": "^7.0.2",
"eslint": "^8.0.0",
"eslint-config-prettier": "^8.0.0",
"eslint-config-standard": "^17.0.0-1",
"eslint-config-standard": "^17.0.0",
"eslint-formatter-codeframe": "^7.32.1",
"eslint-import-resolver-node": "^0.3.4",
"eslint-import-resolver-typescript": "^3.0.0",
Expand All @@ -96,7 +96,7 @@
"eslint-plugin-html": "^7.0.0",
"eslint-plugin-import": "^2.25.1",
"eslint-plugin-markdown": "^3.0.0",
"eslint-plugin-n": "^14.0.0",
"eslint-plugin-n": "^15.2.4",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-unicorn": "^43.0.0",
Expand Down

0 comments on commit 47e445b

Please sign in to comment.