Skip to content

Commit

Permalink
fix(deps): update eslint and prettier (#1186)
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] committed Mar 3, 2024
1 parent c1f1ba2 commit 2e2be90
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
22 changes: 11 additions & 11 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"deepmerge": "^4.3.1",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsdoc": "^48.1.0",
"eslint-plugin-jsdoc": "^48.2.0",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-unicorn": "^51.0.1",
"globals": "^14.0.0",
Expand All @@ -60,7 +60,7 @@
"devDependencies": {
"@types/node": "^18.19.21",
"@types/react": "^18.2.61",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"glob": "^10.3.10",
"mocha": "^10.3.0",
Expand All @@ -69,7 +69,7 @@
"typescript": "^5.3.3"
},
"peerDependencies": {
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"prettier": "^3.2.5"
},
"peerDependenciesMeta": {
Expand Down

0 comments on commit 2e2be90

Please sign in to comment.