Skip to content

Commit

Permalink
deprecation fix for eslint-plugin-standard
Browse files Browse the repository at this point in the history
  • Loading branch information
kremalicious committed May 10, 2022
1 parent d37c792 commit 6bcc982
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 34 deletions.
32 changes: 1 addition & 31 deletions package-lock.json

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

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,16 @@
],
"dependencies": {
"eslint": "^8.15.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-standard": "^17.0.0",
"eslint-config-standard-react": "^11.0.1",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.2.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-security": "^1.5.0",
"eslint-plugin-standard": "^5.0.0"
"eslint-plugin-security": "^1.5.0"
},
"devDependencies": {
"auto-changelog": "^2.4.0",
Expand Down

0 comments on commit 6bcc982

Please sign in to comment.