diff --git a/package.json b/package.json index 20ce92057d..0a8ca36e7d 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "cozy-sharing": "10.1.4", "cozy-stack-client": "^45.0.1", "cozy-tsconfig": "1.2.0", - "cozy-ui": "^100.0.0", + "cozy-ui": "^101.2.0", "date-fns": "2.28.0", "es-abstract": "1.20.2", "form-data": "2.5.1", diff --git a/yarn.lock b/yarn.lock index c71856827e..f39672cc41 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6156,10 +6156,10 @@ cozy-tsconfig@1.2.0: resolved "https://registry.yarnpkg.com/cozy-tsconfig/-/cozy-tsconfig-1.2.0.tgz#17e61f960f139fae4d26cbac2254b9ab632b269e" integrity sha512-TRHnY9goF3FzVlUbP7BcHxuN2XAA4AmppT4fHHZmTKaSwYTByVR1Al+riFMDbce94kJZ1wzl9WNLWQuqzGZ6Cw== -cozy-ui@^100.0.0: - version "100.0.0" - resolved "https://registry.yarnpkg.com/cozy-ui/-/cozy-ui-100.0.0.tgz#fc4b46556d96771e174f2393f6138f147ca1f7d3" - integrity sha512-k4QtKYRh4BiFERrTbvVFfoEHdJ60GS25BGgeSaxn3QiNCYcw8PTK8wu6mTXhJYQN94NwzNvTf+T6SZog+wzlVQ== +cozy-ui@^101.2.0: + version "101.2.0" + resolved "https://registry.yarnpkg.com/cozy-ui/-/cozy-ui-101.2.0.tgz#42d15aaa28aeecb63b0eee8bdba4fb770168316c" + integrity sha512-J0R7gOfK13KOfjerHEWiEzwOizquPWKjnz3PnR9CsyYbEkWO03cqjJ/EFvXXhLmQKdXeD0fJgXfjSyVr1k2dbQ== dependencies: "@babel/runtime" "^7.3.4" "@material-ui/core" "4.12.3" @@ -6175,7 +6175,7 @@ cozy-ui@^100.0.0: hammerjs "^2.0.8" intersection-observer "0.11.0" mime-types "2.1.35" - 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" node-polyglot "^2.2.2" normalize.css "^8.0.0" piwik-react-router "0.12.1" @@ -11932,9 +11932,10 @@ 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" + uid "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"