Skip to content

Commit

Permalink
Merge pull request #196 from reviewdog/renovate/eslint-plugin-standar…
Browse files Browse the repository at this point in the history
…d-5.x

chore(deps): update dependency eslint-plugin-standard to v5
  • Loading branch information
haya14busa authored Jun 8, 2024
2 parents b034876 + cc65024 commit 06d3703
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 21 deletions.
38 changes: 22 additions & 16 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-standard": "^4.0.1"
"eslint-plugin-standard": "^5.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down
6 changes: 3 additions & 3 deletions test-subproject/package-lock.json

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

2 changes: 1 addition & 1 deletion test-subproject/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-standard": "^4.0.1"
"eslint-plugin-standard": "^5.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down

0 comments on commit 06d3703

Please sign in to comment.