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] committed Apr 8, 2024
1 parent d7bb38e commit 43bfe07
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,15 @@
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsdoc": "^48.2.3",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-n": "^17.0.0",
"eslint-plugin-unicorn": "^52.0.0",
"globals": "^15.0.0",
"typescript-eslint": "^7.5.0"
},
"devDependencies": {
"@types/node": "^18.19.30",
"@types/react": "^18.2.74",
"eslint": "^8.57.0",
"eslint": "^9.0.0",
"eslint-config-prettier": "^9.1.0",
"glob": "^10.3.12",
"mocha": "^10.4.0",
Expand All @@ -69,7 +69,7 @@
"typescript": "^5.4.4"
},
"peerDependencies": {
"eslint": "^8.57.0",
"eslint": "^9.0.0",
"prettier": "^3.2.5"
},
"peerDependenciesMeta": {
Expand Down

0 comments on commit 43bfe07

Please sign in to comment.