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 19, 2024
1 parent 0f1b77b commit 1c3fa77
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 9 deletions.
7 changes: 7 additions & 0 deletions .changeset/orange-hotels-suffer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@fenge/eslint-config": patch
"git-validator": patch
"fenge": patch
---

chore: update deps
2 changes: 1 addition & 1 deletion packages/deprecated-git-validator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@git-validator/types": "workspace:*",
"chalk": "5.3.0",
"commander": "12.1.0",
"eslint": "8.57.0",
"eslint": "8.57.1",
"lilconfig": "3.1.2",
"lint-staged": "15.2.10",
"ora": "8.1.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@
"eslint-plugin-react-hooks": "5.0.0",
"eslint-plugin-simple-import-sort": "12.1.1",
"eslint-plugin-sonarjs": "1.0.4",
"eslint-plugin-unicorn": "56.0.0",
"eslint-plugin-unicorn": "56.0.1",
"globals": "15.12.0"
},
"devDependencies": {
"@swc-node/register": "1.10.0",
"@types/eslint-config-prettier": "6.11.3",
"@types/node": "22.7.5",
"eslint": "8.57.0",
"eslint": "8.57.1",
"eslint-config-prettier": "9.1.0",
"prettier": "3.3.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 @@ -35,7 +35,7 @@
"@types/json-schema": "7.0.15",
"@types/node": "22.7.5",
"@typescript-eslint/parser": "7.16.1",
"eslint": "8.57.0",
"eslint": "8.57.1",
"outdent": "0.8.0"
}
}
2 changes: 1 addition & 1 deletion packages/eslint-plugin-pkg-json/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@types/eslint": "8.56.11",
"@types/estree": "1.0.6",
"@types/node": "22.7.5",
"eslint": "8.57.0",
"eslint": "8.57.1",
"outdent": "0.8.0"
}
}
2 changes: 1 addition & 1 deletion packages/eslint-plugin-publint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
"@types/eslint": "8.56.11",
"@types/estree": "1.0.6",
"@types/node": "22.7.5",
"eslint": "8.57.0"
"eslint": "8.57.1"
}
}
2 changes: 1 addition & 1 deletion packages/eslint-plugin-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
"@types/json-schema": "7.0.15",
"@types/node": "22.7.5",
"@typescript-eslint/parser": "7.16.1",
"eslint": "8.57.0"
"eslint": "8.57.1"
}
}
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
"@types/json-schema": "7.0.15",
"@types/node": "22.7.5",
"@typescript-eslint/parser": "7.16.1",
"eslint": "8.57.0"
"eslint": "8.57.1"
}
}
2 changes: 1 addition & 1 deletion packages/fenge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@fenge/types": "workspace:*",
"chalk": "5.3.0",
"commander": "12.1.0",
"eslint": "8.57.0",
"eslint": "8.57.1",
"lilconfig": "3.1.2",
"lint-staged": "15.2.10",
"ora": "8.1.1",
Expand Down

0 comments on commit 1c3fa77

Please sign in to comment.