Skip to content

Commit

Permalink
Dependency(deps-dev): Bump prettier-plugin-tailwindcss from 0.5.14 to…
Browse files Browse the repository at this point in the history
… 0.6.1 in /report-viewer (#1799)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alexander Vogt <[email protected]>
  • Loading branch information
dependabot[bot] and Kr0nox authored Jun 6, 2024
1 parent 0178570 commit cb6b0b6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions report-viewer/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion report-viewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"npm-run-all": "^4.1.5",
"postcss": "^8.4.35",
"prettier": "^3.3.1",
"prettier-plugin-tailwindcss": "^0.5.14",
"prettier-plugin-tailwindcss": "^0.6.1",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5",
"vite": "^5.2.12",
Expand Down
2 changes: 1 addition & 1 deletion report-viewer/src/components/ComparisonsTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
class="tableRow"
:class="{
'bg-container-secondary-light dark:bg-container-secondary-dark': item.id % 2 == 1,
'!bg-accent !bg-opacity-30 ': isHighlightedRow(item)
'!bg-accent !bg-opacity-30': isHighlightedRow(item)
}"
>
<RouterLink
Expand Down

0 comments on commit cb6b0b6

Please sign in to comment.