Skip to content

Commit

Permalink
Merge pull request #198 from The-Creative-Programming-Group/renovate/…
Browse files Browse the repository at this point in the history
…prettier-3.x

chore(deps): update dependency prettier to ^3.2.5
  • Loading branch information
FleetAdmiralJakob authored Feb 6, 2024
2 parents c70c3bd + bc81540 commit bc6e5ee
Show file tree
Hide file tree
Showing 11 changed files with 39 additions and 39 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/tsconfig": "workspace:^0.1.0",
"dotenv-cli": "^7.3.0",
"eslint": "^8.56.0",
"prettier": "^3.2.4",
"prettier": "^3.2.5",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3"
},
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 @@
"@total-typescript/ts-reset": "^0.5.1",
"@turbo/gen": "^1.12.2",
"@weatherio/prettier-config": "workspace:^0.1.0",
"prettier": "^3.2.4",
"prettier": "^3.2.5",
"turbo": "^1.12.2",
"typescript": "^5.3.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 @@ -32,7 +32,7 @@
"@weatherio/prettier-config": "workspace:^0.1.0",
"@weatherio/tsconfig": "workspace:^0.1.0",
"eslint": "^8.56.0",
"prettier": "^3.2.4",
"prettier": "^3.2.5",
"typescript": "^5.3.3"
},
"eslintConfig": {
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 @@ -41,7 +41,7 @@
"@weatherio/prettier-config": "workspace:^0.1.0",
"@weatherio/tsconfig": "workspace:^0.1.0",
"eslint": "^8.56.0",
"prettier": "^3.2.4",
"prettier": "^3.2.5",
"typescript": "^5.3.3"
}
}
2 changes: 1 addition & 1 deletion packages/e2e-web-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@weatherio/tsconfig": "workspace:^0.1.0",
"cross-env": "^7.0.3",
"eslint": "^8.56.0",
"prettier": "^3.2.4",
"prettier": "^3.2.5",
"typescript": "^5.3.3"
}
}
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@weatherio/prettier-config": "workspace:^0.1.0",
"@weatherio/tsconfig": "workspace:^0.1.0",
"eslint": "^8.56.0",
"prettier": "^3.2.4",
"prettier": "^3.2.5",
"typescript": "^5.3.3"
}
}
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@weatherio/tailwind-config": "workspace:^0.1.0",
"@weatherio/tsconfig": "workspace:^0.1.0",
"eslint": "^8.56.0",
"prettier": "^3.2.4",
"prettier": "^3.2.5",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3"
},
Expand Down
58 changes: 29 additions & 29 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion tooling/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@weatherio/tsconfig": "workspace:^0.1.0",
"@types/eslint": "^8.56.2",
"eslint": "^8.56.0",
"prettier": "^3.2.4",
"prettier": "^3.2.5",
"typescript": "^5.3.3"
},
"eslintConfig": {
Expand Down
2 changes: 1 addition & 1 deletion tooling/prettier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"dependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.1.1",
"prettier": "^3.2.4",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.11"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion tooling/tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@weatherio/prettier-config": "workspace:^0.1.0",
"@weatherio/tsconfig": "workspace:^0.1.0",
"eslint": "^8.56.0",
"prettier": "^3.2.4",
"prettier": "^3.2.5",
"typescript": "^5.3.3"
},
"eslintConfig": {
Expand Down

0 comments on commit bc6e5ee

Please sign in to comment.