Skip to content

Commit

Permalink
feat: Upgrade cozy-viewer
Browse files Browse the repository at this point in the history
`cozy-viewer` has been upgraded to `2.0.0` in order to retrieve changes
on how files are downloaded in order to handle Offline mode

Related PR: cozy/cozy-libs#2581
  • Loading branch information
Ldoppea committed Sep 24, 2024
1 parent f01f4f6 commit 9bac2e6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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-realtime": "^5.0.0",
"cozy-sharing": "^16.0.0",
"cozy-ui": "^111.12.0",
"cozy-viewer": "^1.1.2",
"cozy-viewer": "^2.0.0",
"date-fns": "2.23.0",
"flexsearch": "0.7.31",
"leaflet": "1.7.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5719,10 +5719,10 @@ cozy-ui@^111.12.0:
react-swipeable-views "^0.13.3"
rooks "^5.11.2"

cozy-viewer@^1.1.2:
version "1.1.2"
resolved "https://registry.yarnpkg.com/cozy-viewer/-/cozy-viewer-1.1.2.tgz#18c27fb64e776dbfe6e9fcd29bbe34db5e154dcc"
integrity sha512-FITag08WANP2FHBm8Y8ms6RVbU7oeHwOtcoEZxV/bjfAMqPhCqHbtDX4vzWWircGIDge5Kh7dd9fCcagyOML9w==
cozy-viewer@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/cozy-viewer/-/cozy-viewer-2.0.0.tgz#4987caf6994793d5afa01a87473dbbfdfbca40fc"
integrity sha512-hKumpPeKul5pyWbaYXghkLYBXB9gDt8FxAsoSUezFf/Niql7UbQbj5V30EJCTO15poDF/80i+oaXpYDShUGRAQ==
dependencies:
classnames "^2.2.5"
hammerjs "^2.0.8"
Expand Down

0 comments on commit 9bac2e6

Please sign in to comment.