Skip to content

Commit

Permalink
feat: Upgrade cozy-viewer
Browse files Browse the repository at this point in the history
  • Loading branch information
JF-Cozy committed Nov 28, 2024
1 parent 7f2545e commit 84010d8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@
"cozy-notifications": "^0.15.0",
"cozy-realtime": "^5.0.0",
"cozy-sharing": "^16.0.0",
"cozy-ui": "^113.4.0",
"cozy-viewer": "^4.0.0",
"cozy-ui": "^113.7.0",
"cozy-viewer": "^5.1.0",
"date-fns": "2.23.0",
"flexsearch": "0.7.31",
"leaflet": "1.7.1",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5613,10 +5613,10 @@ [email protected]:
resolved "https://registry.yarnpkg.com/cozy-tsconfig/-/cozy-tsconfig-1.2.0.tgz#17e61f960f139fae4d26cbac2254b9ab632b269e"
integrity sha512-TRHnY9goF3FzVlUbP7BcHxuN2XAA4AmppT4fHHZmTKaSwYTByVR1Al+riFMDbce94kJZ1wzl9WNLWQuqzGZ6Cw==

cozy-ui@^113.4.0:
version "113.4.0"
resolved "https://registry.yarnpkg.com/cozy-ui/-/cozy-ui-113.4.0.tgz#bee10a460372e9bfe0e9d9c7000170911a5d8fa3"
integrity sha512-Dfzq2Z9wo7on0ynSZ7UCF3FSbAbMKvst1LiYFl72gBB4DXU6wZ/tL4lnBkKgI00fXIBwZi1ZML3Yhd+wOk5pSw==
cozy-ui@^113.7.0:
version "113.7.0"
resolved "https://registry.yarnpkg.com/cozy-ui/-/cozy-ui-113.7.0.tgz#11b897adc8158bc0c1ab36409312b0b817c88869"
integrity sha512-7TTBVWOh2km8s/Q7suJl9WGbU7Ebx0fQdwzPjfYod8PkBXHn1G02ndJCkqcNSfA0VE4oD4JS+BGfbK9ZVck/dA==
dependencies:
"@babel/runtime" "^7.3.4"
"@material-ui/core" "4.12.3"
Expand All @@ -5643,10 +5643,10 @@ cozy-ui@^113.4.0:
react-swipeable-views "^0.13.3"
rooks "^5.11.2"

cozy-viewer@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/cozy-viewer/-/cozy-viewer-4.0.0.tgz#23847e0f1b2fd50dce88b17d9d7493e6d2067ac6"
integrity sha512-3g60GhEhBVFxPzfITmEZKfNI+sBlcykut1dZfrLcTlf9IELd/EiYY3Rj4NzTkt2JFZugKZh9a/7VxSmaLEKoPw==
cozy-viewer@^5.1.0:
version "5.1.0"
resolved "https://registry.yarnpkg.com/cozy-viewer/-/cozy-viewer-5.1.0.tgz#060a2be444b9e4ec8f2e7b7366f7b60962cdb7c9"
integrity sha512-fepJJBLEApjLfH9Lk57brdgvF1PQL56LLvVsDgP2lF5K9i2t0/f9+Vsry4ERJLhFgC0ibnX1Z/4J6uEzXgZbdg==
dependencies:
classnames "^2.2.5"
hammerjs "^2.0.8"
Expand Down Expand Up @@ -11446,9 +11446,9 @@ msgpack5@^4.0.2:
readable-stream "^2.3.6"
safe-buffer "^5.1.2"

"mui-bottom-sheet@https://github.com/cozy/mui-bottom-sheet.git#v1.0.9":
"mui-bottom-sheet@git+https://github.com/cozy/mui-bottom-sheet.git#v1.0.9":
version "1.0.8"
resolved "https://github.com/cozy/mui-bottom-sheet.git#3dc4c2a245ab39079bc2f73546bccf80847be14c"
resolved "git+https://github.com/cozy/mui-bottom-sheet.git#3dc4c2a245ab39079bc2f73546bccf80847be14c"
dependencies:
"@juggle/resize-observer" "^3.1.3"
jest-environment-jsdom-sixteen "^1.0.3"
Expand Down

0 comments on commit 84010d8

Please sign in to comment.