Skip to content

Commit

Permalink
fix(deps): update eslint and prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 26, 2023
1 parent 446e1e1 commit b04e6b7
Show file tree
Hide file tree
Showing 2 changed files with 78 additions and 58 deletions.
130 changes: 75 additions & 55 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 @@ -49,7 +49,7 @@
"deepmerge": "^4.3.1",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jsdoc": "^46.8.2",
"eslint-plugin-n": "^16.2.0",
"eslint-plugin-unicorn": "^48.0.1",
Expand All @@ -58,7 +58,7 @@
"devDependencies": {
"@types/node": "^18.18.7",
"@types/react": "^18.2.33",
"eslint": "^8.51.0",
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.0.0",
"glob": "^10.3.10",
"mocha": "^10.2.0",
Expand All @@ -67,7 +67,7 @@
"typescript": "^5.2.2"
},
"peerDependencies": {
"eslint": "^8.51.0",
"eslint": "^8.52.0",
"prettier": "^3.0.3"
},
"peerDependenciesMeta": {
Expand Down

0 comments on commit b04e6b7

Please sign in to comment.