Skip to content

Commit

Permalink
fix(deps): update eslint and prettier (#1037)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 11, 2023
1 parent aedff55 commit 706cc47
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 22 deletions.
37 changes: 19 additions & 18 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,21 +28,21 @@
"eslint-import-resolver-typescript": "^3.6.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsdoc": "^46.5.1",
"eslint-plugin-n": "^16.0.2",
"eslint-plugin-jsdoc": "^46.6.0",
"eslint-plugin-n": "^16.1.0",
"eslint-plugin-unicorn": "^48.0.1"
},
"devDependencies": {
"@types/node": "^18.17.15",
"eslint": "^8.48.0",
"eslint": "^8.49.0",
"glob": "^10.3.4",
"mocha": "^10.2.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.0.3",
"typescript": "^5.2.2"
},
"peerDependencies": {
"eslint": "^8.48.0",
"eslint": "^8.49.0",
"prettier": "^3.0.3"
},
"homepage": "https://github.com/teppeis/eslint-config-teppeis",
Expand Down

0 comments on commit 706cc47

Please sign in to comment.