Skip to content

Commit

Permalink
feat(deps): update dependency cozy-sharing to ^15.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 28, 2024
1 parent 1a6e681 commit 8dd0bdb
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"cozy-minilog": "^3.3.1",
"cozy-notifications": "^0.15.0",
"cozy-realtime": "^5.0.0",
"cozy-sharing": "^15.0.0",
"cozy-sharing": "^15.0.1",
"cozy-ui": "^110.1.0",
"date-fns": "2.23.0",
"flexsearch": "0.7.31",
Expand Down
21 changes: 16 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5465,6 +5465,17 @@ cozy-doctypes@^1.90.0:
lodash "^4.17.19"
prop-types "^15.7.2"

cozy-doctypes@^1.91.0:
version "1.91.0"
resolved "https://registry.yarnpkg.com/cozy-doctypes/-/cozy-doctypes-1.91.0.tgz#5b5920fa1220767bdc171db50939695fa585d5bc"
integrity sha512-6dSShF4JFDEXuWIq5E/D64Yt53Z+xD1iRRMyDrrNEDQ1bkpOeYVYJL/LOxYZlYRl5Ek4LT9PdhjlubxLl3fDLA==
dependencies:
cozy-logger "^1.10.4"
date-fns "^1.30.1"
es6-promise-pool "^2.5.0"
lodash "^4.17.19"
prop-types "^15.7.2"

cozy-flags@^3.2.2:
version "3.2.2"
resolved "https://registry.yarnpkg.com/cozy-flags/-/cozy-flags-3.2.2.tgz#778b148ec6db0d9d9988fee43952e4b21547fb71"
Expand Down Expand Up @@ -5651,15 +5662,15 @@ cozy-scripts@^8.3.0:
webpack-dev-server "3.10.3"
webpack-merge "4.2.2"

cozy-sharing@^15.0.0:
version "15.0.0"
resolved "https://registry.yarnpkg.com/cozy-sharing/-/cozy-sharing-15.0.0.tgz#d21c5557e3275f2945995a972f7b52cb1fd265bb"
integrity sha512-FN6FK3WJWjVMYFquKsBItn/0/spZVjtxRBaxFxeG9oiDaGALCY2UXqJBfdq6sC8x2y+PXyNZx2050oz5Uxx7iw==
cozy-sharing@^15.0.1:
version "15.0.1"
resolved "https://registry.yarnpkg.com/cozy-sharing/-/cozy-sharing-15.0.1.tgz#6dd3728ca23f80d7645a0b02dd50a518181bdd4b"
integrity sha512-ug7g8v17Q7O5JKOcLSdhcRLTVn/Ajah7sONkk6JSuYgSUiuc7iYL/Z+sK1JjS5XgiseGUP/A6IQSCV2on5d3Qw==
dependencies:
"@cozy/minilog" "^1.0.0"
classnames "^2.2.6"
cozy-device-helper "^3.0.0"
cozy-doctypes "^1.90.0"
cozy-doctypes "^1.91.0"
lodash "^4.17.19"
react-autosuggest "^10.1.0"
react-tooltip "^3.11.1"
Expand Down

0 comments on commit 8dd0bdb

Please sign in to comment.