Skip to content

Commit

Permalink
fix(deps): update eslint and prettier (#1126)
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 Dec 20, 2023
1 parent 71582ba commit d4025a0
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
38 changes: 19 additions & 19 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 @@ -54,23 +54,23 @@
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsdoc": "^46.9.1",
"eslint-plugin-n": "^16.3.1",
"eslint-plugin-n": "^16.5.0",
"eslint-plugin-unicorn": "^49.0.0",
"globals": "^13.23.0"
},
"devDependencies": {
"@types/node": "^18.19.3",
"@types/react": "^18.2.45",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"glob": "^10.3.10",
"mocha": "^10.2.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.1.1",
"typescript": "^5.3.3"
},
"peerDependencies": {
"eslint": "^8.54.0",
"eslint": "^8.56.0",
"prettier": "^3.1.1"
},
"peerDependenciesMeta": {
Expand Down

0 comments on commit d4025a0

Please sign in to comment.