Skip to content

Commit

Permalink
build(deps-dev): Bump prettier to 3.4.2 (#8083)
Browse files Browse the repository at this point in the history
  • Loading branch information
SevereCloud authored Dec 16, 2024
1 parent 3870e33 commit 906d74b
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"postcss-logical": "^8.0.0",
"postcss-modules": "^6.0.1",
"postcss-value-parser": "^4.2.0",
"prettier": "^3.3.2",
"prettier": "^3.4.2",
"process": "^0.11.10",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
.body {
--vkui_internal--snackbar-body_layout_vertical_action_shift: calc(
-1 * (
-1 *
(
var(--vkui--size_button_small_height--compact) -
var(--vkui--font_subhead--line_height--compact)
) / 2
) /
2
);

box-sizing: border-box;
Expand All @@ -18,20 +20,24 @@

.sizeYRegular {
--vkui_internal--snackbar-body_layout_vertical_action_shift: calc(
-1 * (
-1 *
(
var(--vkui--size_button_small_height--regular) -
var(--vkui--font_subhead--line_height--regular)
) / 2
) /
2
);
}

@media (--sizeY-regular) {
.sizeYNone {
--vkui_internal--snackbar-body_layout_vertical_action_shift: calc(
-1 * (
-1 *
(
var(--vkui--size_button_small_height--regular) -
var(--vkui--font_subhead--line_height--regular)
) / 2
) /
2
);
}
}
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4394,7 +4394,7 @@ __metadata:
postcss-logical: "npm:^8.0.0"
postcss-modules: "npm:^6.0.1"
postcss-value-parser: "npm:^4.2.0"
prettier: "npm:^3.3.2"
prettier: "npm:^3.4.2"
process: "npm:^0.11.10"
react: "npm:^18.3.1"
react-dom: "npm:^18.3.1"
Expand Down Expand Up @@ -13765,12 +13765,12 @@ __metadata:
languageName: node
linkType: hard

"prettier@npm:^3.3.2":
version: 3.3.3
resolution: "prettier@npm:3.3.3"
"prettier@npm:^3.4.2":
version: 3.4.2
resolution: "prettier@npm:3.4.2"
bin:
prettier: bin/prettier.cjs
checksum: 10/5beac1f30b5b40162532b8e2f7c3a4eb650910a2695e9c8512a62ffdc09dae93190c29db9107fa7f26d1b6c71aad3628ecb9b5de1ecb0911191099be109434d7
checksum: 10/a3e806fb0b635818964d472d35d27e21a4e17150c679047f5501e1f23bd4aa806adf660f0c0d35214a210d5d440da6896c2e86156da55f221a57938278dc326e
languageName: node
linkType: hard

Expand Down

0 comments on commit 906d74b

Please sign in to comment.