Skip to content

Commit

Permalink
fix(deps): update eslint rule and plugin updates
Browse files Browse the repository at this point in the history
Beachball-bump-type: major
  • Loading branch information
renovate[bot] authored Aug 19, 2024
1 parent 7e36f82 commit c000615
Show file tree
Hide file tree
Showing 5 changed files with 232 additions and 276 deletions.
2 changes: 1 addition & 1 deletion packages/eslint-config-typescript-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"prepack": "pnpm run build"
},
"dependencies": {
"@eslint-react/eslint-plugin": "1.9.0",
"@eslint-react/eslint-plugin": "1.10.1",
"@rightcapital/eslint-config-typescript": "workspace:*",
"@rightcapital/eslint-plugin": "workspace:*",
"@rushstack/eslint-patch": "1.10.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"@rightcapital/eslint-config-base": "workspace:*",
"@rightcapital/eslint-plugin": "workspace:*",
"@rushstack/eslint-patch": "1.10.4",
"@typescript-eslint/eslint-plugin": "8.0.1",
"@typescript-eslint/parser": "8.0.1",
"@typescript-eslint/eslint-plugin": "8.2.0",
"@typescript-eslint/parser": "8.2.0",
"eslint-config-prettier": "9.1.0"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@
"update:eslint-docs": "pnpm run build && eslint-doc-generator && prettier --write src/rules/**/*.md"
},
"dependencies": {
"@typescript-eslint/utils": "8.0.1"
"@typescript-eslint/utils": "8.2.0"
},
"devDependencies": {
"@rightcapital/tsconfig": "workspace:*",
"@types/eslint": "8.56.10",
"@types/node": "20.14.11",
"@typescript-eslint/parser": "8.0.1",
"@typescript-eslint/rule-tester": "8.0.1",
"@typescript-eslint/parser": "8.2.0",
"@typescript-eslint/rule-tester": "8.2.0",
"@vitest/coverage-v8": "2.0.3",
"@vitest/ui": "2.0.3",
"eslint": "8.57.0",
Expand Down
Loading

0 comments on commit c000615

Please sign in to comment.