Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 27, 2023
1 parent a28eebe commit 20fe6cd
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 @@ -86,7 +86,7 @@
"husky": "^8.0.3",
"lint-staged": "^13.2.3",
"postcss": "^8.4.27",
"prettier": "^2.8.8",
"prettier": "^3.0.0",
"pretty-quick": "^3.1.3",
"progress": "^2.0.3",
"tailwindcss": "^3.3.3",
Expand Down
13 changes: 11 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1608,7 +1608,7 @@ __metadata:
husky: ^8.0.3
lint-staged: ^13.2.3
postcss: ^8.4.27
prettier: ^2.8.8
prettier: ^3.0.0
pretty-quick: ^3.1.3
progress: ^2.0.3
react: ^18.2.0
Expand Down Expand Up @@ -5792,7 +5792,7 @@ __metadata:
languageName: node
linkType: hard

"prettier@npm:^2.4.1, prettier@npm:^2.8.8":
"prettier@npm:^2.4.1":
version: 2.8.8
resolution: "prettier@npm:2.8.8"
bin:
Expand All @@ -5801,6 +5801,15 @@ __metadata:
languageName: node
linkType: hard

"prettier@npm:^3.0.0":
version: 3.0.0
resolution: "prettier@npm:3.0.0"
bin:
prettier: bin/prettier.cjs
checksum: 6a832876a1552dc58330d2467874e5a0b46b9ccbfc5d3531eb69d15684743e7f83dc9fbd202db6270446deba9c82b79d24383d09924c462b457136a759425e33
languageName: node
linkType: hard

"pretty-quick@npm:^3.1.3":
version: 3.1.3
resolution: "pretty-quick@npm:3.1.3"
Expand Down

0 comments on commit 20fe6cd

Please sign in to comment.