Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
zanminkian committed Dec 25, 2024
1 parent 85cd2d5 commit 57d1dfe
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions .changeset/fast-kiwis-accept.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@fenge/eslint-config": patch
---

chore: upgrade deps
6 changes: 3 additions & 3 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"dependencies": {
"@fenge/eslint-plugin": "workspace:*",
"@fenge/eslint-plugin-ts": "workspace:*",
"@typescript-eslint/eslint-plugin": "8.18.1",
"@typescript-eslint/parser": "8.18.1",
"@typescript-eslint/eslint-plugin": "8.18.2",
"@typescript-eslint/parser": "8.18.2",
"confusing-browser-globals": "1.0.11",
"eslint-plugin-es-x": "8.4.1",
"eslint-plugin-esm": "workspace:*",
Expand All @@ -40,7 +40,7 @@
"eslint-plugin-pkg-json": "workspace:*",
"eslint-plugin-promise": "7.2.1",
"eslint-plugin-publint": "workspace:*",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-react": "7.37.3",
"eslint-plugin-react-hooks": "5.1.0",
"eslint-plugin-simple-import-sort": "12.1.1",
"eslint-plugin-sonarjs": "1.0.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-esm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@types/estree": "1.0.6",
"@types/json-schema": "7.0.15",
"@types/node": "22.9.1",
"@typescript-eslint/parser": "8.18.1",
"@typescript-eslint/parser": "8.18.2",
"eslint": "8.57.1",
"outdent": "0.8.0",
"tsx": "4.19.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@types/estree": "1.0.6",
"@types/json-schema": "7.0.15",
"@types/node": "22.9.1",
"@typescript-eslint/parser": "8.18.1",
"@typescript-eslint/parser": "8.18.2",
"eslint": "8.57.1",
"tsx": "4.19.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@types/estree": "1.0.6",
"@types/json-schema": "7.0.15",
"@types/node": "22.9.1",
"@typescript-eslint/parser": "8.18.1",
"@typescript-eslint/parser": "8.18.2",
"eslint": "8.57.1",
"tsx": "4.19.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/smells/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"build": "tsc"
},
"dependencies": {
"@typescript-eslint/typescript-estree": "8.18.1",
"@typescript-eslint/typescript-estree": "8.18.2",
"commander": "12.1.0",
"globby": "14.0.2"
},
Expand Down

0 comments on commit 57d1dfe

Please sign in to comment.