Skip to content

Commit f1ace38

Browse files
fix(deps): update eslint and prettier
1 parent 5a1942a commit f1ace38

File tree

2 files changed

+63
-53
lines changed

2 files changed

+63
-53
lines changed

package-lock.json

+59-49
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@
2929
"license": "MIT",
3030
"devDependencies": {
3131
"@types/react": "^18.3.18",
32-
"eslint": "^9.19.0",
32+
"eslint": "^9.22.0",
3333
"mocha": "^11.1.0",
3434
"npm-run-all": "^4.1.5",
35-
"prettier": "^3.4.2",
35+
"prettier": "^3.5.3",
3636
"react": "^18.3.1",
3737
"standard-version": "^9.3.2",
3838
"typescript": "^5.7.3"
@@ -48,10 +48,10 @@
4848
"eslint-config-prettier": "^10.1.1",
4949
"eslint-plugin-import-x": "^4.6.1",
5050
"eslint-plugin-jsx-a11y": "^6.10.2",
51-
"eslint-plugin-n": "^17.15.1",
51+
"eslint-plugin-n": "^17.16.2",
5252
"eslint-plugin-prettier": "^5.2.3",
5353
"eslint-plugin-react": "^7.37.4",
54-
"eslint-plugin-react-hooks": "^5.1.0",
54+
"eslint-plugin-react-hooks": "^5.2.0",
5555
"globals": "^15.14.0",
5656
"typescript-eslint": "^8.22.0"
5757
}

0 commit comments

Comments
 (0)