Skip to content

Commit

Permalink
chore(deps-dev): bump prettier from 3.4.2 to 3.5.0
Browse files Browse the repository at this point in the history
Bumps [prettier](https://github.com/prettier/prettier) from 3.4.2 to 3.5.0.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.4.2...3.5.0)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 10, 2025
1 parent 96b0f0a commit 1abaf9e
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"husky": "^9.1.7",
"lint-staged": "^15.3.0",
"micromatch": "^4.0.8",
"prettier": "^3.4.2",
"prettier": "^3.5.0",
"tsx": "^4.19.2",
"turbo": "^2.3.3",
"vitest": "^2.1.8"
Expand Down
2 changes: 1 addition & 1 deletion packages/api-bindings-wrappers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@aws/amazon-q-developer-cli-shared": "workspace:^",
"@withfig/autocomplete-types": "^1.31.0",
"eslint": "^9.18.0",
"prettier": "^3.4.2",
"prettier": "^3.5.0",
"typescript": "^5.7.3"
}
}
2 changes: 1 addition & 1 deletion packages/api-bindings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@typescript/analyze-trace": "^0.10.1",
"eslint": "^9.18.0",
"lint-staged": "^15.3.0",
"prettier": "^3.4.2",
"prettier": "^3.5.0",
"ts-morph": "^25.0.0",
"tsx": "^4.19.2",
"typescript": "^5.7.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/autocomplete-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"autoprefixer": "^10.4.20",
"eslint": "^9.18.0",
"postcss": "^8.5.1",
"prettier": "^3.4.2",
"prettier": "^3.5.0",
"tailwindcss": "^3.4.17",
"terser": "^5.37.0",
"typescript": "^5.7.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/autocomplete/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"autoprefixer": "^10.4.20",
"eslint": "^9.18.0",
"postcss": "^8.5.1",
"prettier": "^3.4.2",
"prettier": "^3.5.0",
"tailwindcss": "^3.4.17",
"terser": "^5.37.0",
"typescript": "^5.7.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/dashboard-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"eslint-plugin-react-refresh": "^0.4.18",
"globals": "^15.14.0",
"postcss": "^8.5.1",
"prettier": "^3.4.2",
"prettier": "^3.5.0",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.3",
"typescript-eslint": "^8.20.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-unicorn": "^56.0.1",
"eslint": "^9.18.0",
"prettier": "^3.4.2",
"prettier": "^3.5.0",
"typescript-eslint": "^8.20.0",
"typescript": "^5.7.3"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/shell-parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@amzn/tsconfig": "workspace:^",
"@vitest/coverage-v8": "^2.1.8",
"eslint": "^9.18.0",
"prettier": "^3.4.2",
"prettier": "^3.5.0",
"typescript": "^5.7.3",
"vitest": "^2.1.8"
},
Expand Down
38 changes: 19 additions & 19 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 1abaf9e

Please sign in to comment.