Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
zanminkian committed Nov 27, 2024
1 parent b31321d commit 36d1fb0
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 8 deletions.
7 changes: 7 additions & 0 deletions .changeset/cyan-apples-lick.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@fenge/prettier-config": patch
"@fenge/eslint-config": patch
"smells": 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,16 +29,16 @@
"dependencies": {
"@fenge/eslint-plugin": "workspace:*",
"@fenge/eslint-plugin-ts": "workspace:*",
"@typescript-eslint/eslint-plugin": "8.15.0",
"@typescript-eslint/parser": "8.15.0",
"@typescript-eslint/eslint-plugin": "8.16.0",
"@typescript-eslint/parser": "8.16.0",
"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.14.0",
"eslint-plugin-pkg-json": "workspace:*",
"eslint-plugin-promise": "7.1.0",
"eslint-plugin-promise": "7.2.1",
"eslint-plugin-publint": "workspace:*",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-react-hooks": "5.0.0",
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.15.0",
"@typescript-eslint/parser": "8.16.0",
"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.15.0",
"@typescript-eslint/parser": "8.16.0",
"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.15.0",
"@typescript-eslint/parser": "8.16.0",
"eslint": "8.57.1",
"tsx": "4.19.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/prettier-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"dependencies": {
"@ianvs/prettier-plugin-sort-imports": "4.4.0",
"prettier-plugin-packagejson": "2.5.5",
"prettier-plugin-packagejson": "2.5.6",
"prettier-plugin-tailwindcss": "0.6.9"
},
"devDependencies": {
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.15.0",
"@typescript-eslint/typescript-estree": "8.16.0",
"commander": "12.1.0",
"globby": "14.0.2"
},
Expand Down

0 comments on commit 36d1fb0

Please sign in to comment.