Skip to content

Commit

Permalink
Update dependency eslint to v8.57.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 2, 2024
1 parent 28d8ebe commit c7cf9fc
Show file tree
Hide file tree
Showing 10 changed files with 140 additions and 68 deletions.
2 changes: 1 addition & 1 deletion config/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"devDependencies": {
"@plan-prise/prettier-config": "workspace:*",
"@plan-prise/tsconfig": "workspace:*",
"eslint": "8.57.0",
"eslint": "8.57.1",
"eslint-plugin-you-dont-need-lodash-underscore": "6.14.0",
"typescript": "5.4.5"
},
Expand Down
2 changes: 1 addition & 1 deletion config/tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@plan-prise/eslint-config": "workspace:*",
"@plan-prise/prettier-config": "workspace:*",
"@plan-prise/tsconfig": "workspace:*",
"eslint": "8.57.0",
"eslint": "8.57.1",
"prettier": "3.3.3",
"typescript": "5.4.5"
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@plan-prise/tsconfig": "workspace:*",
"@turbo/gen": "2.1.3",
"@types/node": "20.16.10",
"eslint": "8.57.0",
"eslint": "8.57.1",
"prettier": "3.3.3",
"prettier-plugin-tailwindcss": "0.6.8",
"turbo": "2.1.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@plan-prise/eslint-config": "workspace:*",
"@plan-prise/prettier-config": "workspace:*",
"@plan-prise/tsconfig": "workspace:*",
"eslint": "8.57.0",
"eslint": "8.57.1",
"typescript": "5.4.5"
},
"eslintConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@plan-prise/tsconfig": "workspace:*",
"@types/bcryptjs": "2.4.6",
"@types/react": "18.3.10",
"eslint": "8.57.0",
"eslint": "8.57.1",
"typescript": "5.4.5"
},
"eslintConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/db-migration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@types/lodash-es": "4.17.12",
"cli-progress": "3.12.0",
"dotenv-cli": "7.4.2",
"eslint": "8.57.0",
"eslint": "8.57.1",
"lodash-es": "4.17.21",
"ts-node": "10.9.2",
"tsconfig-paths": "4.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/db-prisma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@plan-prise/prettier-config": "workspace:*",
"@plan-prise/tsconfig": "workspace:*",
"dotenv-cli": "7.4.2",
"eslint": "8.57.0",
"eslint": "8.57.1",
"prisma": "5.20.0",
"prisma-json-types-generator": "3.1.1",
"typescript": "5.4.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/errors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@plan-prise/eslint-config": "workspace:*",
"@plan-prise/prettier-config": "workspace:*",
"@plan-prise/tsconfig": "workspace:*",
"eslint": "8.57.0",
"eslint": "8.57.1",
"typescript": "5.4.5"
},
"eslintConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@plan-prise/prettier-config": "workspace:*",
"@plan-prise/tsconfig": "workspace:*",
"@types/react": "18.3.10",
"eslint": "8.57.0",
"eslint": "8.57.1",
"tailwindcss": "3.4.13",
"typescript": "5.4.5"
},
Expand Down
Loading

0 comments on commit c7cf9fc

Please sign in to comment.