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 Dec 14, 2023
1 parent 2ef92a8 commit eff1e87
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 52 deletions.
2 changes: 1 addition & 1 deletion packages/eslint-config-javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"dependencies": {
"@rightcapital/eslint-config-base": "workspace:*",
"@rushstack/eslint-patch": "1.6.0",
"eslint-config-prettier": "9.0.0"
"eslint-config-prettier": "9.1.0"
},
"peerDependencies": {
"eslint": "^8.23.1"
Expand Down
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 @@ -25,7 +25,7 @@
"devDependencies": {},
"dependencies": {
"@rightcapital/eslint-config-typescript": "workspace:*",
"eslint-config-prettier": "9.0.0",
"eslint-config-prettier": "9.1.0",
"@rushstack/eslint-patch": "1.6.0",
"eslint-config-airbnb": "19.0.4",
"eslint-plugin-jsx-a11y": "6.7.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-config-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
"dependencies": {
"@rightcapital/eslint-config-base": "workspace:*",
"@rushstack/eslint-patch": "1.6.0",
"@typescript-eslint/eslint-plugin": "6.12.0",
"@typescript-eslint/parser": "6.12.0",
"eslint-config-prettier": "9.0.0"
"@typescript-eslint/eslint-plugin": "6.14.0",
"@typescript-eslint/parser": "6.14.0",
"eslint-config-prettier": "9.1.0"
},
"peerDependencies": {
"eslint": "^8.23.1",
Expand Down
94 changes: 47 additions & 47 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit eff1e87

Please sign in to comment.