Skip to content

Commit

Permalink
feat: Update cozy-ui and cozy-sharing
Browse files Browse the repository at this point in the history
  • Loading branch information
zatteo committed Feb 1, 2024
1 parent 2add158 commit 209ce2a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 23 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@
"cozy-minilog": "^3.3.1",
"cozy-notifications": "^0.14.0",
"cozy-realtime": "^5.0.0",
"cozy-sharing": "^10.1.3",
"cozy-ui": "^102.1.0",
"cozy-sharing": "^10.2.0",
"cozy-ui": "^102.2.1",
"date-fns": "2.29.3",
"leaflet": "^1.7.1",
"lodash": "4.17.21",
Expand Down
30 changes: 9 additions & 21 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5102,16 +5102,6 @@ copy-descriptor@^0.1.0:
resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d"
integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=

[email protected]:
version "3.2.0"
resolved "https://registry.yarnpkg.com/copy-text-to-clipboard/-/copy-text-to-clipboard-3.2.0.tgz#0202b2d9bdae30a49a53f898626dcc3b49ad960b"
integrity sha512-RnJFp1XR/LOBDckxTib5Qjr/PMfkatD0MUCQgdpqS8MdKiNUzBjAQBEN6oUy+jW7LI93BBG3DtMB2KOOKpGs2Q==

copy-text-to-clipboard@^2.1.1:
version "2.2.0"
resolved "https://registry.yarnpkg.com/copy-text-to-clipboard/-/copy-text-to-clipboard-2.2.0.tgz#329dd6daf8c42034c763ace567418401764579ae"
integrity sha512-WRvoIdnTs1rgPMkgA2pUOa/M4Enh2uzCwdKsOMYNAJiz/4ZvEJgmbF4OmninPmlFdAWisfeh0tH+Cpf7ni3RqQ==

[email protected]:
version "4.6.0"
resolved "https://registry.yarnpkg.com/copy-webpack-plugin/-/copy-webpack-plugin-4.6.0.tgz#e7f40dd8a68477d405dd1b7a854aae324b158bae"
Expand Down Expand Up @@ -5532,16 +5522,15 @@ cozy-scripts@^8.3.0:
webpack-dev-server "3.10.3"
webpack-merge "4.2.2"

cozy-sharing@^10.1.3:
version "10.1.3"
resolved "https://registry.yarnpkg.com/cozy-sharing/-/cozy-sharing-10.1.3.tgz#477aff24b4bc5908c1577ed4353aacb54928d4e1"
integrity sha512-H8G5a4U2TEnHto6jkQKclZqU1ZJ1zZWiSx6ZUckP1y47eHzloJLQvdRAPhsBIsJAJxsTK+KVq/HaBNWXXIr3/Q==
cozy-sharing@^10.2.0:
version "10.2.0"
resolved "https://registry.yarnpkg.com/cozy-sharing/-/cozy-sharing-10.2.0.tgz#af68ca264da78e46eb88733e18a1387a75f0ef97"
integrity sha512-s25XAvg1BJQqlaUmRqBNCfFPEPzpts9FLxWC4kmccIZ60Xrr+mT2OnkxeZ7JjLWHM2AHTVjTx9TILdsCxgsDEg==
dependencies:
"@cozy/minilog" "^1.0.0"
classnames "^2.2.6"
copy-text-to-clipboard "^2.1.1"
cozy-device-helper "^3.0.0"
cozy-doctypes "^1.89.3"
cozy-doctypes "^1.89.4"
lodash "^4.17.19"
react-autosuggest "^10.1.0"
react-tooltip "^3.11.1"
Expand Down Expand Up @@ -5587,10 +5576,10 @@ [email protected]:
react-pdf "^4.0.5"
react-select "2.2.0"

cozy-ui@^102.1.0:
version "102.1.0"
resolved "https://registry.yarnpkg.com/cozy-ui/-/cozy-ui-102.1.0.tgz#1fc4aba21a584a7358b6a7b132c61291f1ffcc12"
integrity sha512-gemOdpvW2TuejcN4B5cP8Mo2I15b21K3qgyWiBcCWOlssPZdoG8FLA52qlsreXhZQICadFP1Zv4umRe3wHa5Xw==
cozy-ui@^102.2.1:
version "102.2.1"
resolved "https://registry.yarnpkg.com/cozy-ui/-/cozy-ui-102.2.1.tgz#09c4e27147ccb17f7fc498fb0083c16744aee658"
integrity sha512-EiPY5SXesa/PwvzpBR24HY8FZ1fNOoPBRGT8YVWs+sX/I/YZmFGbHjxuWmxuy6AUloQIdivEMi5laWpnd6XlEg==
dependencies:
"@babel/runtime" "^7.3.4"
"@material-ui/core" "4.12.3"
Expand All @@ -5599,7 +5588,6 @@ cozy-ui@^102.1.0:
bundlemon "^1.3.2"
chart.js "3.7.1"
classnames "^2.2.5"
copy-text-to-clipboard "3.2.0"
cozy-interapp "^0.5.4"
date-fns "^1.28.5"
filesize "8.0.7"
Expand Down

0 comments on commit 209ce2a

Please sign in to comment.