Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Feb 7, 2024
1 parent 995440a commit a1af4e6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-vitest": "^0.3.22",
"msw": "^2.1.7",
"prettier": "^3.1.1",
"prettier": "^3.2.5",
"typescript": "^5.2.2",
"vite": "^5.0.12",
"vitest": "^1.2.2"
Expand Down
13 changes: 11 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4465,7 +4465,7 @@ __metadata:
languageName: node
linkType: hard

"prettier@npm:^3.0.0, prettier@npm:^3.1.1":
"prettier@npm:^3.0.0":
version: 3.1.1
resolution: "prettier@npm:3.1.1"
bin:
Expand All @@ -4474,6 +4474,15 @@ __metadata:
languageName: node
linkType: hard

"prettier@npm:^3.2.5":
version: 3.2.5
resolution: "prettier@npm:3.2.5"
bin:
prettier: bin/prettier.cjs
checksum: 2ee4e1417572372afb7a13bb446b34f20f1bf1747db77cf6ccaf57a9be005f2f15c40f903d41a6b79eec3f57fff14d32a20fb6dee1f126da48908926fe43c311
languageName: node
linkType: hard

"pretty-format@npm:^29.7.0":
version: 29.7.0
resolution: "pretty-format@npm:29.7.0"
Expand Down Expand Up @@ -4937,7 +4946,7 @@ __metadata:
eslint-plugin-vitest: ^0.3.22
msw: ^2.1.7
node-fetch: ^3.3.2
prettier: ^3.1.1
prettier: ^3.2.5
typescript: ^5.2.2
vite: ^5.0.12
vitest: ^1.2.2
Expand Down

0 comments on commit a1af4e6

Please sign in to comment.