Skip to content

Commit

Permalink
feat: Update cozy-ui from 93.1.1 to 100.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cballevre committed Dec 18, 2023
1 parent fbb2c28 commit 075d770
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"cozy-scripts": "^8.1.0",
"cozy-sharing": "10.0.0",
"cozy-stack-client": "^44.0.0",
"cozy-ui": "93.1.1",
"cozy-ui": "100.0.0",
"date-fns": "1.30.1",
"diacritics": "1.3.0",
"fastclick": "1.0.6",
Expand Down
10 changes: 5 additions & 5 deletions src/photos/components/__snapshots__/Topbar.spec.jsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

exports[`Topbar renders the topbar for mobile and the child have the expected router 1`] = `
<div
class="CozyTheme--normal"
class="CozyTheme--normal u-dc"
>
<div
class="pho-content-header"
>
<div
class="u-flex u-flex-items-center CozyTheme--normal"
class="u-flex u-flex-items-center CozyTheme--normal u-dc"
>
<div
class="pho-content-album-previous"
Expand All @@ -17,15 +17,15 @@ exports[`Topbar renders the topbar for mobile and the child have the expected ro
/>
</div>
<div
class="u-flex u-flex-items-center u-ellipsis CozyTheme--normal"
class="u-flex u-flex-items-center u-ellipsis CozyTheme--normal u-dc"
>
<h2
class="pho-content-title"
data-testid="pho-content-title"
/>
</div>
<div
class="u-flex u-flex-items-center CozyTheme--normal"
class="u-flex u-flex-items-center CozyTheme--normal u-dc"
>
<div
router="[object Object]"
Expand All @@ -39,7 +39,7 @@ exports[`Topbar renders the topbar for mobile and the child have the expected ro

exports[`Topbar should render the topbar for desktop 1`] = `
<div
class="CozyTheme--normal"
class="CozyTheme--normal u-dc"
>
<div
class="pho-content-header"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

exports[`AlbumsView displays an empty Component 1`] = `
<div
class="CozyTheme--normal"
class="CozyTheme--normal u-dc"
>
<div
class="pho-content-wrapper"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10269,10 +10269,10 @@ [email protected]:
resolved "https://registry.yarnpkg.com/cozy-tsconfig/-/cozy-tsconfig-1.2.0.tgz#17e61f960f139fae4d26cbac2254b9ab632b269e"
integrity sha512-TRHnY9goF3FzVlUbP7BcHxuN2XAA4AmppT4fHHZmTKaSwYTByVR1Al+riFMDbce94kJZ1wzl9WNLWQuqzGZ6Cw==

cozy-ui@93.1.1:
version "93.1.1"
resolved "https://registry.yarnpkg.com/cozy-ui/-/cozy-ui-93.1.1.tgz#a09512a53a55a0b8ecab21e0572bbd12678ad128"
integrity sha512-vrfW9KZRyyRmxV/FqeUlUdtFUeiy/NSdMmiP0xVEZ1HqmwqQAJ46haZzHlIAyUDRjGy37c9k4J9V3ztu+SQHzQ==
cozy-ui@100.0.0:
version "100.0.0"
resolved "https://registry.yarnpkg.com/cozy-ui/-/cozy-ui-100.0.0.tgz#fc4b46556d96771e174f2393f6138f147ca1f7d3"
integrity sha512-k4QtKYRh4BiFERrTbvVFfoEHdJ60GS25BGgeSaxn3QiNCYcw8PTK8wu6mTXhJYQN94NwzNvTf+T6SZog+wzlVQ==
dependencies:
"@babel/runtime" "^7.3.4"
"@material-ui/core" "4.12.3"
Expand Down

0 comments on commit 075d770

Please sign in to comment.