Skip to content

Commit

Permalink
⬆️ Bump prettier from 3.4.2 to 3.5.3 (#1878)
Browse files Browse the repository at this point in the history
* ⬆️ Bump prettier from 3.4.2 to 3.5.3

Bumps [prettier](https://github.com/prettier/prettier) from 3.4.2 to 3.5.3.
- [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.3)

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

Signed-off-by: dependabot[bot] <[email protected]>

* 🎨

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Carlos Cuesta <[email protected]>
  • Loading branch information
dependabot[bot] and carloscuesta authored Mar 8, 2025
1 parent fe13963 commit 7d3fda6
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"devDependencies": {
"husky": "^9.1.6",
"lint-staged": "^15.4.3",
"prettier": "3.4.2",
"prettier": "3.5.3",
"turbo": "2.4.0"
},
"volta": {
Expand Down
2 changes: 1 addition & 1 deletion packages/gitmojis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"ajv-cli": "^5.0.0",
"lint-staged": "^15.4.3",
"nodemon": "^3.1.9",
"prettier": "3.4.2",
"prettier": "3.5.3",
"unbuild": "^3.5.0"
},
"author": {
Expand Down
2 changes: 1 addition & 1 deletion packages/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"next-sitemap": "^4.2.3",
"next-themes": "^0.3.0",
"node-mocks-http": "^1.16.2",
"prettier": "3.4.2",
"prettier": "3.5.3",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@
cursor: pointer;
display: inline-block;
font-size: 5em;
font-family: 'Apple Color Emoji', 'Segoe UI Emoji', 'Noto Color Emoji',
font-family:
'Apple Color Emoji', 'Segoe UI Emoji', 'Noto Color Emoji',
'Segoe UI Symbol', 'Android Emoji', 'EmojiSymbols';
}

Expand Down
16 changes: 8 additions & 8 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 7d3fda6

Please sign in to comment.