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 22, 2024
1 parent e57573c commit d832aad
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 8 deletions.
6 changes: 6 additions & 0 deletions .changeset/clean-falcons-join.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@fenge/eslint-config": patch
"smells": patch
---

chore: upgrade deps
8 changes: 4 additions & 4 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@
"dependencies": {
"@fenge/eslint-plugin": "workspace:*",
"@fenge/eslint-plugin-ts": "workspace:*",
"@typescript-eslint/eslint-plugin": "8.18.0",
"@typescript-eslint/parser": "8.18.0",
"@typescript-eslint/eslint-plugin": "8.18.1",
"@typescript-eslint/parser": "8.18.1",
"confusing-browser-globals": "1.0.11",
"eslint-plugin-es-x": "8.4.1",
"eslint-plugin-esm": "workspace:*",
"eslint-plugin-fp": "2.3.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-n": "17.15.0",
"eslint-plugin-n": "17.15.1",
"eslint-plugin-pkg-json": "workspace:*",
"eslint-plugin-promise": "7.2.1",
"eslint-plugin-publint": "workspace:*",
Expand All @@ -45,7 +45,7 @@
"eslint-plugin-simple-import-sort": "12.1.1",
"eslint-plugin-sonarjs": "1.0.4",
"eslint-plugin-unicorn": "56.0.1",
"globals": "15.13.0"
"globals": "15.14.0"
},
"devDependencies": {
"@types/eslint-config-prettier": "6.11.3",
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.0",
"@typescript-eslint/parser": "8.18.1",
"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.0",
"@typescript-eslint/parser": "8.18.1",
"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.0",
"@typescript-eslint/parser": "8.18.1",
"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.0",
"@typescript-eslint/typescript-estree": "8.18.1",
"commander": "12.1.0",
"globby": "14.0.2"
},
Expand Down

0 comments on commit d832aad

Please sign in to comment.