Skip to content

Commit

Permalink
feat: Upgrade cozy-ui
Browse files Browse the repository at this point in the history
  • Loading branch information
JF-Cozy committed Jun 6, 2024
1 parent eddaa94 commit 07930b5
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"cozy-scripts": "^8.2.0",
"cozy-sharing": "^14.1.0",
"cozy-stack-client": "^47.4.0",
"cozy-ui": "^107.4.1",
"cozy-ui": "^108.0.0",
"date-fns": "1.30.1",
"justified-layout": "2.1.2",
"kd-tree-javascript": "1.0.3",
Expand Down
2 changes: 1 addition & 1 deletion src/photos/targets/browser/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16" />
<link rel="manifest" href="/manifest.json" crossOrigin="use-credentials" />
<meta name="theme-color" content="#ffffff" />
<meta name="color-scheme" content="only light" />
<meta name="color-scheme" content="light dark" />
<meta
name="viewport"
content="width=device-width, height=device-height, initial-scale=1, viewport-fit=cover"
Expand Down
2 changes: 1 addition & 1 deletion src/photos/targets/public/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="robots" content="noindex, nofollow, noimageindex">
<meta name="color-scheme" content="only light" />
<meta name="color-scheme" content="light dark" />
<title>Public Cozy Photos</title>
<% _.forEach(htmlWebpackPlugin.files.css, function(file) { %>
<link rel="stylesheet" href="<%- file %>">
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6595,10 +6595,10 @@ [email protected]:
resolved "https://registry.yarnpkg.com/cozy-tsconfig/-/cozy-tsconfig-1.2.0.tgz#17e61f960f139fae4d26cbac2254b9ab632b269e"
integrity sha512-TRHnY9goF3FzVlUbP7BcHxuN2XAA4AmppT4fHHZmTKaSwYTByVR1Al+riFMDbce94kJZ1wzl9WNLWQuqzGZ6Cw==

cozy-ui@^107.4.1:
version "107.4.1"
resolved "https://registry.yarnpkg.com/cozy-ui/-/cozy-ui-107.4.1.tgz#f39857157dc6d8400de4d7d834fc7fcb9bbc7088"
integrity sha512-O6JR8Iz8poJsr3lg7OO2NxTHCcaifGYwDRzJ+1tsD7W+gQAwEIpI+dkK9D4omv59ym+gAWPXuxm5uhw77dptZQ==
cozy-ui@^108.0.0:
version "108.0.0"
resolved "https://registry.yarnpkg.com/cozy-ui/-/cozy-ui-108.0.0.tgz#94d265406f19040ee323ab078df752ca64dc948d"
integrity sha512-Et2KNzP397Eq8mEJclsVMAVZuFI8UUJz3ECfRHqYNetMmOTuO2BHlXMbkcMfJ3oYCua60kPtrgNIuvYOpiKFhw==
dependencies:
"@babel/runtime" "^7.3.4"
"@material-ui/core" "4.12.3"
Expand Down Expand Up @@ -13003,9 +13003,9 @@ msgpack5@^4.0.2:
readable-stream "^2.3.6"
safe-buffer "^5.1.2"

"mui-bottom-sheet@https://github.com/cozy/mui-bottom-sheet.git#v1.0.9":
"mui-bottom-sheet@git+https://github.com/cozy/mui-bottom-sheet.git#v1.0.9":
version "1.0.8"
resolved "https://github.com/cozy/mui-bottom-sheet.git#3dc4c2a245ab39079bc2f73546bccf80847be14c"
resolved "git+https://github.com/cozy/mui-bottom-sheet.git#3dc4c2a245ab39079bc2f73546bccf80847be14c"
dependencies:
"@juggle/resize-observer" "^3.1.3"
jest-environment-jsdom-sixteen "^1.0.3"
Expand Down

0 comments on commit 07930b5

Please sign in to comment.