Skip to content

Commit

Permalink
fix(deps): update dependency prettier to ^3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and MagicBella committed Jan 12, 2024
1 parent d6c44cc commit eb1224e
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions .changeset/renovate-3185945.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'@darkmagic/react': patch
---

Updated dependencies:

- updated `prettier` to `^3.2.1`.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"lint-staged": "^15.2.0",
"npm-run-all": "^4.1.5",
"playroom": "^0.34.0",
"prettier": "^3.1.0",
"prettier": "^3.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"replace-in-files": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"is-what": "^4.1.16",
"json-stringify-pretty-compact": "^4.0.0",
"mousetrap": "^1.6.5",
"prettier": "^3.1.0",
"prettier": "^3.2.1",
"react-colorful": "^5.6.1",
"react-is": "^18.2.0",
"react-reverse-portal": "^2.1.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12876,10 +12876,10 @@ prettier@^2.7.1, prettier@^2.8.1:
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.8.tgz#e8c5d7e98a4305ffe3de2e1fc4aca1a71c28b1da"
integrity sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==

prettier@^3.1.0:
version "3.1.1"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.1.1.tgz#6ba9f23165d690b6cbdaa88cb0807278f7019848"
integrity sha512-22UbSzg8luF4UuZtzgiUOfcGM8s4tjBv6dJRT7j275NXsy2jb4aJa4NNveul5x4eqlF1wuhuR2RElK71RvmVaw==
prettier@^3.2.1:
version "3.2.1"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.2.1.tgz#babf33580e16c796a9740b9fae551624f7bfeaab"
integrity sha512-qSUWshj1IobVbKc226Gw2pync27t0Kf0EdufZa9j7uBSJay1CC+B3K5lAAZoqgX3ASiKuWsk6OmzKRetXNObWg==

pretty-error@^2.1.1:
version "2.1.2"
Expand Down

1 comment on commit eb1224e

@vercel
Copy link

@vercel vercel bot commented on eb1224e Jan 12, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.