Skip to content

Commit

Permalink
chore(deps): update dependency eslint to ^8.57.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 3, 2025
1 parent 1242e76 commit 881dcfc
Show file tree
Hide file tree
Showing 9 changed files with 89 additions and 97 deletions.
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@weatherio/tailwind-config": "workspace:^0.1.0",
"@weatherio/tsconfig": "workspace:^0.1.0",
"dotenv-cli": "^7.4.1",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"prettier": "^3.2.5",
"tailwindcss": "^3.4.1",
"typescript": "^5.4.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@weatherio/eslint-config": "workspace:^0.2.0",
"@weatherio/prettier-config": "workspace:^0.1.0",
"@weatherio/tsconfig": "workspace:^0.1.0",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"prettier": "^3.2.5",
"typescript": "^5.4.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/city-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@weatherio/eslint-config": "workspace:^0.2.0",
"@weatherio/prettier-config": "workspace:^0.1.0",
"@weatherio/tsconfig": "workspace:^0.1.0",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"prettier": "^3.2.5",
"typescript": "^5.4.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e-web-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@weatherio/prettier-config": "workspace:^0.1.0",
"@weatherio/tsconfig": "workspace:^0.1.0",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"prettier": "^3.2.5",
"typescript": "^5.4.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@weatherio/eslint-config": "workspace:^0.2.0",
"@weatherio/prettier-config": "workspace:^0.1.0",
"@weatherio/tsconfig": "workspace:^0.1.0",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"prettier": "^3.2.5",
"typescript": "^5.4.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@weatherio/prettier-config": "workspace:^0.1.0",
"@weatherio/tailwind-config": "workspace:^0.1.0",
"@weatherio/tsconfig": "workspace:^0.1.0",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"prettier": "^3.2.5",
"tailwindcss": "^3.4.1",
"typescript": "^5.4.2"
Expand Down
Loading

0 comments on commit 881dcfc

Please sign in to comment.