Skip to content

Commit

Permalink
feat(mespapiers): Update cozy-ui & sync cozy deps
Browse files Browse the repository at this point in the history
BREAKING CHANGE: You must have
- `cozy-ui >= 100.2.0`
- `cozy-doctypes >= 1.89.3`
- `cozy-harvest-lib >= 22.0.3`
- `cozy-intent >= 2.19.1`
- `cozy-sharing >= 10.1.3`
  • Loading branch information
Merkur39 committed Jan 5, 2024
1 parent 5e4424c commit 9dc9284
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
12 changes: 6 additions & 6 deletions packages/cozy-mespapiers-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"cozy-minilog": "^3.3.1",
"cozy-realtime": "^5.0.0",
"cozy-sharing": "^10.1.3",
"cozy-ui": "^99.0.4",
"cozy-ui": "^100.2.0",
"jest-environment-jsdom-sixteen": "2.0.0",
"lodash": "4.17.21",
"mockdate": "3.0.5",
Expand All @@ -53,14 +53,14 @@
"peerDependencies": {
"cozy-client": ">=45.6.0",
"cozy-device-helper": ">=3.0.0",
"cozy-doctypes": ">=1.89.1",
"cozy-doctypes": ">=1.89.3",
"cozy-flags": ">=3.2.0",
"cozy-harvest-lib": ">=22.0.1",
"cozy-intent": ">=2.18.1",
"cozy-harvest-lib": ">=22.0.3",
"cozy-intent": ">=2.19.1",
"cozy-minilog": ">=3.3.1",
"cozy-realtime": ">=5.0.0",
"cozy-sharing": ">=10.1.1",
"cozy-ui": ">=99.0.4",
"cozy-sharing": ">=10.1.3",
"cozy-ui": ">=100.2.0",
"lodash": ">=4.17.21",
"react": ">=17.0.2",
"react-dom": ">=17.0.2",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11250,10 +11250,10 @@ [email protected]:
react-swipeable-views "^0.13.3"
rooks "^5.11.2"

cozy-ui@^95.9.0:
version "95.9.0"
resolved "https://registry.yarnpkg.com/cozy-ui/-/cozy-ui-95.9.0.tgz#c416715277e073a974605f650b41e5b18d458017"
integrity sha512-uCc2G0DeZRUWfagQshrEPdl/0ijLqWKEw1e81adPvSRVuS++vam88luNGhq1k7AdhUBCh+cy7gAeQGUDlJdhww==
cozy-ui@^100.2.0:
version "100.2.0"
resolved "https://registry.yarnpkg.com/cozy-ui/-/cozy-ui-100.2.0.tgz#7b5290f56314a2ab1d2c4d8ff2dbb579c3015436"
integrity sha512-J+vP9wZjabxEFz4tPIJHccxg+uVgghyJbSNGaulUW6vXAfY7Q78jUM/tFH1wdfZVPfTBaagcC2Q9AGmX8g8DuA==
dependencies:
"@babel/runtime" "^7.3.4"
"@material-ui/core" "4.12.3"
Expand Down Expand Up @@ -11282,10 +11282,10 @@ cozy-ui@^95.9.0:
react-swipeable-views "^0.13.3"
rooks "^5.11.2"

cozy-ui@^99.0.4:
version "99.0.4"
resolved "https://registry.yarnpkg.com/cozy-ui/-/cozy-ui-99.0.4.tgz#1bc91713a6968633b49b63d9e1f6ae2788ca18bc"
integrity sha512-ZPoi+hp1HXK9ga6Lx97hrRQJIaAm/ZJrjcaqN7qLaJgcJyNv9vhR4VhyHDOVciY0sOQ0iIkGFsR8ljumaUbKLQ==
cozy-ui@^95.9.0:
version "95.9.0"
resolved "https://registry.yarnpkg.com/cozy-ui/-/cozy-ui-95.9.0.tgz#c416715277e073a974605f650b41e5b18d458017"
integrity sha512-uCc2G0DeZRUWfagQshrEPdl/0ijLqWKEw1e81adPvSRVuS++vam88luNGhq1k7AdhUBCh+cy7gAeQGUDlJdhww==
dependencies:
"@babel/runtime" "^7.3.4"
"@material-ui/core" "4.12.3"
Expand Down

0 comments on commit 9dc9284

Please sign in to comment.