Skip to content

Commit

Permalink
⬆️ NPM: Bump prettier from 3.0.3 to 3.1.1 (#1957)
Browse files Browse the repository at this point in the history
* ⬆️ NPM: Bump prettier from 3.0.3 to 3.1.1

Bumps [prettier](https://github.com/prettier/prettier) from 3.0.3 to 3.1.1.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.0.3...3.1.1)

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

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

* Fixed linting issue from new ternary formatting rule

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Harry Ross <[email protected]>
  • Loading branch information
dependabot[bot] and Harry-Ross authored Dec 28, 2023
1 parent e66e968 commit 0fb0700
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions components/blocks/aboutUs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -227,8 +227,8 @@ const AccordionItem = ({
currentlySelected
? "bg-sswRed"
: onHover
? "bg-gray-600"
: "bg-gray-400 hover:bg-gray-600"
? "bg-gray-600"
: "bg-gray-400 hover:bg-gray-600"
)}
onMouseEnter={() => {
setStateBeingHovered(office.addressRegion);
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"postcss": "^8.4.32",
"postcss-import": "^15.1.0",
"postcss-nesting": "^12.0.2",
"prettier": "3.0.3",
"prettier": "3.1.1",
"prettier-plugin-tailwindcss": "^0.5.7",
"source-map-explorer": "^2.5.3"
},
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4655,7 +4655,7 @@ __metadata:
postcss: ^8.4.32
postcss-import: ^15.1.0
postcss-nesting: ^12.0.2
prettier: 3.0.3
prettier: 3.1.1
prettier-plugin-tailwindcss: ^0.5.7
react: 18.2.0
react-device-detect: ^2.2.3
Expand Down Expand Up @@ -13717,12 +13717,12 @@ __metadata:
languageName: node
linkType: hard

"prettier@npm:3.0.3":
version: 3.0.3
resolution: "prettier@npm:3.0.3"
"prettier@npm:3.1.1":
version: 3.1.1
resolution: "prettier@npm:3.1.1"
bin:
prettier: bin/prettier.cjs
checksum: e10b9af02b281f6c617362ebd2571b1d7fc9fb8a3bd17e371754428cda992e5e8d8b7a046e8f7d3e2da1dcd21aa001e2e3c797402ebb6111b5cd19609dd228e0
checksum: e386855e3a1af86a748e16953f168be555ce66d6233f4ba54eb6449b88eb0c6b2ca79441b11eae6d28a7f9a5c96440ce50864b9d5f6356d331d39d6bb66c648e
languageName: node
linkType: hard

Expand Down

0 comments on commit 0fb0700

Please sign in to comment.