Skip to content

Commit e452d21

Browse files
fix(deps): update dependency cozy-ui to v40.10.0
1 parent a136617 commit e452d21

4 files changed

Lines changed: 22 additions & 18 deletions

File tree

packages/cozy-authentication/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@babel/polyfill": "7.12.1",
2525
"babel-preset-cozy-app": "^2.1.0",
2626
"cozy-client": "13.21.0",
27-
"cozy-ui": "40.9.1",
27+
"cozy-ui": "40.10.0",
2828
"cssnano-preset-advanced": "4.0.8",
2929
"date-fns": "1.30.1",
3030
"enzyme": "3.11.0",

packages/cozy-procedures/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"babel-plugin-inline-react-svg": "1.1.2",
3939
"babel-preset-cozy-app": "^2.1.0",
4040
"cozy-client": "16.19.0",
41-
"cozy-ui": "40.9.1",
41+
"cozy-ui": "40.10.0",
4242
"enzyme-to-json": "3.6.2",
4343
"jest": "26.6.3",
4444
"react": "16.12.0"

packages/playgrounds/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"cozy-doctypes": "^1.88.6",
1818
"cozy-realtime": "^5.0.0",
1919
"cozy-sharing": "^9.0.0",
20-
"cozy-ui": "40.9.1",
20+
"cozy-ui": "40.10.0",
2121
"react": "^16.12.0",
2222
"react-dom": "^16.12.0",
2323
"react-redux": "^7.0.3",

yarn.lock

Lines changed: 19 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -10198,6 +10198,13 @@ cozy-device-helper@^1.12.0, cozy-device-helper@^1.16.1, cozy-device-helper@^1.7.
1019810198
dependencies:
1019910199
lodash "^4.17.19"
1020010200

10201+
cozy-device-helper@^2.1.0, cozy-device-helper@^2.7.0:
10202+
version "2.7.0"
10203+
resolved "https://registry.yarnpkg.com/cozy-device-helper/-/cozy-device-helper-2.7.0.tgz#573749997f18e5a1f11f720faec8c9bf2406beeb"
10204+
integrity sha512-jMzW7s4IDuMivbsP8fo1IWW1z5l0wJ0u440E0fQmdsi+Zm/L9GXFKthLuuceYqXlH6c/APUCfpozJqjFMMHU1A==
10205+
dependencies:
10206+
lodash "^4.17.19"
10207+
1020110208
cozy-doctypes@1.67.0:
1020210209
version "1.67.0"
1020310210
resolved "https://registry.yarnpkg.com/cozy-doctypes/-/cozy-doctypes-1.67.0.tgz#2e26cf43556cff298d0eec2f06091d15dc1758da"
@@ -10261,6 +10268,14 @@ cozy-keys-lib@^5.0.0:
1026110268
tldjs "^2.3.1"
1026210269
zxcvbn "^4.4.2"
1026310270

10271+
cozy-realtime@^4.0.5:
10272+
version "4.6.0"
10273+
resolved "https://registry.yarnpkg.com/cozy-realtime/-/cozy-realtime-4.6.0.tgz#2600d091bef95c197ec5ebe0308df34507c81516"
10274+
integrity sha512-LE+zpgFFS3NgbR0aF1e2vyZXiVLHDB9dqT+tA41JO6RLHTZu6GSpZrn0oM2GcNS13/0vGXBJY6tKKFBmyK82ag==
10275+
dependencies:
10276+
"@cozy/minilog" "^1.0.0"
10277+
cozy-device-helper "^2.7.0"
10278+
1026410279
cozy-stack-client@13.20.2, cozy-stack-client@^13.20.2:
1026510280
version "13.20.2"
1026610281
resolved "https://registry.yarnpkg.com/cozy-stack-client/-/cozy-stack-client-13.20.2.tgz#2ff55f93dca809b7ec82ec0afc88a3bc041383c1"
@@ -10352,10 +10367,10 @@ cozy-ui@22.3.1:
1035210367
react-pdf "^4.0.5"
1035310368
react-select "2.2.0"
1035410369

10355-
cozy-ui@40.9.1:
10356-
version "40.9.1"
10357-
resolved "https://registry.yarnpkg.com/cozy-ui/-/cozy-ui-40.9.1.tgz#043394b25704b50bbc54f95325cdd6de7379b3bf"
10358-
integrity sha512-PYkjJmZpWRVO1dy+FJneKw8va+ooJ39muYCZm0D0jQdocmFVMPCKTfEbtPIMADykNi78B70rhSxsK0xeQ4sm6A==
10370+
cozy-ui@40.10.0:
10371+
version "40.10.0"
10372+
resolved "https://registry.yarnpkg.com/cozy-ui/-/cozy-ui-40.10.0.tgz#f51f37b4dec9af06cc78c491c1cc940c5bd25730"
10373+
integrity sha512-7McoMD9Ky34EQFXMqh7qm83ZyWnAV7x8CB3ilMjxCJ9f52x9T1ocvZ+O4m166gtkYEd+5wkJTz0iAeaxLR02rg==
1035910374
dependencies:
1036010375
"@babel/runtime" "^7.3.4"
1036110376
"@popperjs/core" "^2.4.4"
@@ -19261,17 +19276,6 @@ msgpack5@^4.0.2:
1926119276
readable-stream "^2.3.6"
1926219277
safe-buffer "^5.1.2"
1926319278

19264-
"mui-bottom-sheet@git+https://github.com/cozy/mui-bottom-sheet.git#v1.0.9":
19265-
version "1.0.8"
19266-
uid "3dc4c2a245ab39079bc2f73546bccf80847be14c"
19267-
resolved "git+https://github.com/cozy/mui-bottom-sheet.git#3dc4c2a245ab39079bc2f73546bccf80847be14c"
19268-
dependencies:
19269-
"@juggle/resize-observer" "^3.1.3"
19270-
jest-environment-jsdom-sixteen "^1.0.3"
19271-
react-spring "9.0.0-rc.3"
19272-
react-use-gesture "^7.0.8"
19273-
react-use-measure "^2.0.0"
19274-
1927519279
"mui-bottom-sheet@https://github.com/cozy/mui-bottom-sheet.git#v1.0.9":
1927619280
version "1.0.8"
1927719281
resolved "https://github.com/cozy/mui-bottom-sheet.git#3dc4c2a245ab39079bc2f73546bccf80847be14c"

0 commit comments

Comments
 (0)