Skip to content

Commit

Permalink
build(deps-dev): Bump prettier from 3.4.2 to 3.5.0 in the prettier gr…
Browse files Browse the repository at this point in the history
…oup (#8251)

* build(deps-dev): Bump prettier from 3.4.2 to 3.5.0 in the prettier group

Bumps the prettier group with 1 update: [prettier](https://github.com/prettier/prettier).


Updates `prettier` from 3.4.2 to 3.5.0
- [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.0)

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

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

* fix: run prettier with fix

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: e.muhamethanov <[email protected]>
  • Loading branch information
dependabot[bot] and EldarMuhamethanov authored Feb 10, 2025
1 parent 331f5ad commit 33400b3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"postcss-logical": "^8.0.0",
"postcss-modules": "^6.0.1",
"postcss-value-parser": "^4.2.0",
"prettier": "^3.4.2",
"prettier": "^3.5.0",
"process": "^0.11.10",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand Down
7 changes: 2 additions & 5 deletions packages/vkui-docs-theme/src/mdx/Overview/Overview.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,8 @@
inset: 0;
z-index: -1;
content: '';
background-image: linear-gradient(
to right,
var(--vkui--color_separator_primary) 1px,
transparent 1px
),
background-image:
linear-gradient(to right, var(--vkui--color_separator_primary) 1px, transparent 1px),
linear-gradient(to bottom, var(--vkui--color_separator_primary) 1px, transparent 1px);
background-size: 32px 32px;
mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 30%, #000 100%);
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5855,7 +5855,7 @@ __metadata:
postcss-logical: "npm:^8.0.0"
postcss-modules: "npm:^6.0.1"
postcss-value-parser: "npm:^4.2.0"
prettier: "npm:^3.4.2"
prettier: "npm:^3.5.0"
process: "npm:^0.11.10"
react: "npm:^18.3.1"
react-dom: "npm:^18.3.1"
Expand Down Expand Up @@ -17547,12 +17547,12 @@ __metadata:
languageName: node
linkType: hard

"prettier@npm:^3.4.2":
version: 3.4.2
resolution: "prettier@npm:3.4.2"
"prettier@npm:^3.5.0":
version: 3.5.0
resolution: "prettier@npm:3.5.0"
bin:
prettier: bin/prettier.cjs
checksum: 10/a3e806fb0b635818964d472d35d27e21a4e17150c679047f5501e1f23bd4aa806adf660f0c0d35214a210d5d440da6896c2e86156da55f221a57938278dc326e
checksum: 10/fc26c74bd317282f2a49ffe3ac0ffa79adbe6b2d7a1cdcadd96acf7fec77d3fa45b15f3728c1a2f281f4beccb35d97207187452a581d4919d18b460d0c37e480
languageName: node
linkType: hard

Expand Down

0 comments on commit 33400b3

Please sign in to comment.