Skip to content

Commit e1b8e6a

Browse files
build(deps-dev): bump prettier from 2.7.1 to 2.8.4 (#439)
* build(deps-dev): bump prettier from 2.7.1 to 2.8.4 Bumps [prettier](https://github.com/prettier/prettier) from 2.7.1 to 2.8.4. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@2.7.1...2.8.4) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * prettier formatting --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jacob Overgaard <[email protected]>
1 parent 062891a commit e1b8e6a

File tree

3 files changed

+15
-9
lines changed

3 files changed

+15
-9
lines changed

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
"postcss-syntax": "0.36.2",
105105
"postcss-url": "10.1.3",
106106
"postcss-values-parser": "6.0.2",
107-
"prettier": "2.7.1",
107+
"prettier": "2.8.4",
108108
"raw-loader": "4.0.2",
109109
"react-markdown": "8.0.4",
110110
"react-syntax-highlighter": "15.5.0",

packages/uui-card-media/lib/uui-card-media.element.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,13 @@ export class UUICardMediaElement extends UUICardElement {
9090
opacity: 0;
9191
}
9292
93-
:host([image]:not([image='']):hover, [image]:not([image='']):focus, [image]:not([image='']):focus-within, [selected][image]:not([image='']), [error][image]:not([image='']))
93+
:host(
94+
[image]:not([image='']):hover,
95+
[image]:not([image='']):focus,
96+
[image]:not([image='']):focus-within,
97+
[selected][image]:not([image='']),
98+
[error][image]:not([image=''])
99+
)
94100
#open-part {
95101
opacity: 1;
96102
transition-duration: 120ms;

0 commit comments

Comments
 (0)