Skip to content

Commit

Permalink
chore(deps): update dependency prettier to v3 (#740)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency prettier to v3

* fix: apply prettier v3 formatting

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Derek Croote <dcroote@users.noreply.github.com>
  • Loading branch information
renovate[bot] and dcroote authored May 19, 2024
1 parent 2495b28 commit a23b4eb
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 8 deletions.
4 changes: 3 additions & 1 deletion docs/_components/vitepress/NotFound.vue
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,9 @@ onMounted(() => {
font-size: 14px;
font-weight: 500;
color: var(--vp-c-brand);
transition: border-color 0.25s, color 0.25s;
transition:
border-color 0.25s,
color 0.25s;
}
.link:hover {
Expand Down
5 changes: 4 additions & 1 deletion docs/_components/vitepress/VPFlyout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,9 @@ function onBlur() {
right: 0;
opacity: 0;
visibility: hidden;
transition: opacity 0.25s, visibility 0.25s, transform 0.25s;
transition:
opacity 0.25s,
visibility 0.25s,
transform 0.25s;
}
</style>
4 changes: 3 additions & 1 deletion docs/_components/vitepress/VPNavBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,9 @@ watchPostEffect(() => {
border-bottom: 1px solid transparent;
padding: 0 8px 0 24px;
height: var(--vp-nav-height);
transition: border-color 0.5s, background-color 0.5s;
transition:
border-color 0.5s,
background-color 0.5s;
pointer-events: none;
white-space: nowrap;
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"husky": "^9.0.11",
"js-yaml": "^4.1.0",
"oust": "^2.0.4",
"prettier": "^2.8.1",
"prettier": "^3.2.5",
"tiny-emitter": "^2.1.0",
"vitepress": "^1.0.0-rc.31",
"walk-sync": "^3.0.0"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1298,10 +1298,10 @@ preact@^10.0.0:
resolved "https://registry.yarnpkg.com/preact/-/preact-10.13.2.tgz#2c40c73d57248b57234c4ae6cd9ab9d8186ebc0a"
integrity sha512-q44QFLhOhty2Bd0Y46fnYW0gD/cbVM9dUVtNTDKPcdXSMA7jfY+Jpd6rk3GB0lcQss0z5s/6CmVP0Z/hV+g6pw==

prettier@^2.8.1:
version "2.8.3"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.3.tgz#ab697b1d3dd46fb4626fbe2f543afe0cc98d8632"
integrity sha512-tJ/oJ4amDihPoufT5sM0Z1SKEuKay8LfVAMlbbhnnkvt6BUserZylqo2PN+p9KeljLr0OHa2rXHU1T8reeoTrw==
prettier@^3.2.5:
version "3.2.5"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.2.5.tgz#e52bc3090586e824964a8813b09aba6233b28368"
integrity sha512-3/GWa9aOC0YeD7LUfvOG2NiDyhOWRvt1k+rcKhOuYnMY24iiCphgneUfJDyFXd6rZCAnuLBv6UeAULtrhT/F4A==

property-information@^6.0.0:
version "6.4.0"
Expand Down

0 comments on commit a23b4eb

Please sign in to comment.