Skip to content

Commit

Permalink
feat(deps): Upgrade cozy-client to consider note less restrictively
Browse files Browse the repository at this point in the history
Addendum to:
#2679 (comment)
  • Loading branch information
trollepierre authored and Crash-- committed Sep 1, 2022
1 parent 62507c1 commit b0b464e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
"cozy-authentication": "2.8.3",
"cozy-bar": "7.20.1",
"cozy-ci": "0.4.1",
"cozy-client": "^33.0.0",
"cozy-client": "^33.0.3",
"cozy-client-js": "0.19.0",
"cozy-device-helper": "^2.1.0",
"cozy-doctypes": "1.82.2",
Expand All @@ -125,7 +125,7 @@
"cozy-intent": "^1.17.1",
"cozy-keys-lib": "4.1.9",
"cozy-logger": "1.9.0",
"cozy-pouch-link": "^33.0.0",
"cozy-pouch-link": "^33.0.3",
"cozy-realtime": "3.14.4",
"cozy-scanner": "2.0.2",
"cozy-scripts": "^6.3.8",
Expand Down
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6003,10 +6003,10 @@ cozy-client@^27.14.4:
sift "^6.0.0"
url-search-params-polyfill "^8.0.0"

cozy-client@^33.0.0:
version "33.0.0"
resolved "https://registry.yarnpkg.com/cozy-client/-/cozy-client-33.0.0.tgz#0711096ce281c9ebfe017a95475ceacf7879dd2e"
integrity sha512-RXzjoii+3/ri99EJTJF+ogEvYKW7qQ2VPcmMS5q1UCBOqziXGnDxND/DbHPX6wZaOynSBfJ/iyBIqhlmEi469w==
cozy-client@^33.0.3:
version "33.0.3"
resolved "https://registry.yarnpkg.com/cozy-client/-/cozy-client-33.0.3.tgz#4961bd46caf9b7dcbd82c2f533c5bc35451591e0"
integrity sha512-fg2Bu8VzObgnzPG3jIR3Wdsvxw1xjv+fpcUC1PSCt4gtRxVBjqckRD6UgkRKR4bF5g+DoZT3xkkxu6C6vYwDpA==
dependencies:
"@cozy/minilog" "1.0.0"
"@types/jest" "^26.0.20"
Expand Down Expand Up @@ -6157,12 +6157,12 @@ cozy-logger@^1.3.0, cozy-logger@^1.6.0, cozy-logger@^1.7.0:
chalk "^2.4.2"
json-stringify-safe "5.0.1"

cozy-pouch-link@^33.0.0:
version "33.0.0"
resolved "https://registry.yarnpkg.com/cozy-pouch-link/-/cozy-pouch-link-33.0.0.tgz#a2466992cc75a1d49dde549821f06cf3dc0c618b"
integrity sha512-qgxTjG+UFrWcHw/3KG9jzWaAGHidPdxP3WiqALkzCGSD2rVfB64KBj91NG1eTsSHApKuURT6ZXmH3b2piwqegQ==
cozy-pouch-link@^33.0.3:
version "33.0.3"
resolved "https://registry.yarnpkg.com/cozy-pouch-link/-/cozy-pouch-link-33.0.3.tgz#7ce0921c6d648a8c57abe89d6a67e94a53af21e8"
integrity sha512-Iq43js2aC3ozqfXhI45Qm75+55h1Cq8Q4zKDrHa6mUMJQ9/2rt3tEkMxNWarjeuunV6933oiaxPTgJr/xMn7sg==
dependencies:
cozy-client "^33.0.0"
cozy-client "^33.0.3"
pouchdb-browser "^7.2.2"
pouchdb-find "^7.2.2"

Expand Down Expand Up @@ -13038,19 +13038,19 @@ msgpack5@^4.0.2:
readable-stream "^2.3.6"
safe-buffer "^5.1.2"

"mui-bottom-sheet@git+https://github.com/cozy/mui-bottom-sheet.git#v1.0.8":
version "1.0.8"
resolved "git+https://github.com/cozy/mui-bottom-sheet.git#8535a9da5c334890dcf95ae4e6aeb4f6ec2d56a0"
"mui-bottom-sheet@https://github.com/cozy/mui-bottom-sheet.git#v1.0.6":
version "1.0.6"
resolved "https://github.com/cozy/mui-bottom-sheet.git#494c40416ecde95732c864f9b921e7e545075aa5"
dependencies:
"@juggle/resize-observer" "^3.1.3"
jest-environment-jsdom-sixteen "^1.0.3"
react-spring "9.0.0-rc.3"
react-use-gesture "^7.0.8"
react-use-measure "^2.0.0"

"mui-bottom-sheet@https://github.com/cozy/mui-bottom-sheet.git#v1.0.6":
version "1.0.6"
resolved "https://github.com/cozy/mui-bottom-sheet.git#494c40416ecde95732c864f9b921e7e545075aa5"
"mui-bottom-sheet@https://github.com/cozy/mui-bottom-sheet.git#v1.0.8":
version "1.0.8"
resolved "https://github.com/cozy/mui-bottom-sheet.git#8535a9da5c334890dcf95ae4e6aeb4f6ec2d56a0"
dependencies:
"@juggle/resize-observer" "^3.1.3"
jest-environment-jsdom-sixteen "^1.0.3"
Expand Down

0 comments on commit b0b464e

Please sign in to comment.