Skip to content

Commit

Permalink
feat: Update cozy-ui from 88.2.1 to 93.1.1
Browse files Browse the repository at this point in the history
BREAKING CHANGE: You need cozy-ui >= 93.1.1
  • Loading branch information
cballevre committed Sep 22, 2023
1 parent 0485b55 commit 0c6fcc2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -61,7 +61,7 @@
"cozy-flags": "^2.10.2",
"cozy-interapp": "0.4.9",
"cozy-realtime": "^4.0.5",
"cozy-ui": "^88.2.1",
"cozy-ui": "^93.1.1",
"css-loader": "1.0.1",
"css-mqpacker": "7.0.0",
"cssnano-preset-advanced": "4.0.7",
Expand Down Expand Up @@ -121,7 +121,7 @@
"cozy-flags": "^2.10.2",
"cozy-interapp": "0.4.9",
"cozy-realtime": "^4.0.5",
"cozy-ui": "^88.2.1",
"cozy-ui": "^93.1.1",
"cozy-logger": "1.9.1"
},
"jest": {
Expand Down
18 changes: 12 additions & 6 deletions yarn.lock
Expand Up @@ -4010,6 +4010,11 @@ copy-descriptor@^0.1.0:
resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d"
integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=

copy-text-to-clipboard@3.2.0:
version "3.2.0"
resolved "https://registry.yarnpkg.com/copy-text-to-clipboard/-/copy-text-to-clipboard-3.2.0.tgz#0202b2d9bdae30a49a53f898626dcc3b49ad960b"
integrity sha512-RnJFp1XR/LOBDckxTib5Qjr/PMfkatD0MUCQgdpqS8MdKiNUzBjAQBEN6oUy+jW7LI93BBG3DtMB2KOOKpGs2Q==

core-js-pure@^3.0.0:
version "3.6.5"
resolved "https://registry.yarnpkg.com/core-js-pure/-/core-js-pure-3.6.5.tgz#c79e75f5e38dbc85a662d91eea52b8256d53b813"
Expand Down Expand Up @@ -4168,10 +4173,10 @@ cozy-stack-client@^40.2.1:
mime "^2.4.0"
qs "^6.7.0"

cozy-ui@^88.2.1:
version "88.2.1"
resolved "https://registry.yarnpkg.com/cozy-ui/-/cozy-ui-88.2.1.tgz#f4f2d8db1d3a2bd17f856c0eeeb7bfa91259367f"
integrity sha512-0JdFjHg+lmz+o48C9dLiljx38c04hDDP5Mg9wYTdQ0Sl6Cu3EXcgkPeiAJCcpaK9MNjDmP+WwtaHOeQ04CyD7A==
cozy-ui@^93.1.1:
version "93.1.1"
resolved "https://registry.yarnpkg.com/cozy-ui/-/cozy-ui-93.1.1.tgz#a09512a53a55a0b8ecab21e0572bbd12678ad128"
integrity sha512-vrfW9KZRyyRmxV/FqeUlUdtFUeiy/NSdMmiP0xVEZ1HqmwqQAJ46haZzHlIAyUDRjGy37c9k4J9V3ztu+SQHzQ==
dependencies:
"@babel/runtime" "^7.3.4"
"@material-ui/core" "4.12.3"
Expand All @@ -4180,6 +4185,7 @@ cozy-ui@^88.2.1:
bundlemon "^1.3.2"
chart.js "3.7.1"
classnames "^2.2.5"
copy-text-to-clipboard "3.2.0"
cozy-interapp "^0.5.4"
date-fns "^1.28.5"
filesize "8.0.7"
Expand Down Expand Up @@ -9549,9 +9555,9 @@ ms@2.1.2, ms@^2.0.0, ms@^2.1.1:
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==

"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 0c6fcc2

Please sign in to comment.