Skip to content

Commit

Permalink
feat(cozy-viewer): Upgrade cozy-client peerDependency to 49.0.0
Browse files Browse the repository at this point in the history
This version introduces the new `downloadFile()` method that is
compatible with Offline mode

Related PR: cozy/cozy-client#1507

BREAKING CHANGE: cozy-viewer now requires cozy-client >= 49.0.0 (used
for offline support)
  • Loading branch information
Ldoppea committed Sep 24, 2024
1 parent 0a9671a commit 146f934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cozy-viewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"react-pdf": "^5.7.2"
},
"peerDependencies": {
"cozy-client": ">=48.8.0",
"cozy-client": ">=49.0.0",
"cozy-device-helper": ">=2.0.0",
"cozy-harvest-lib": ">=6.7.3",
"cozy-intent": ">=1.16.1",
Expand Down

0 comments on commit 146f934

Please sign in to comment.