From f9488700f4c793710e96f8e3575083589d90b430 Mon Sep 17 00:00:00 2001 From: cballevre Date: Tue, 19 Sep 2023 16:37:10 +0200 Subject: [PATCH] feat: Add cozy-intent as cozy-ui request it in the peer dependencies It crashed the tests because it could not resolve the import BREAKING CHANGE: you need cozy-intent >= 1.3.0 --- packages/cozy-client/package.json | 2 ++ yarn.lock | 16 ++++++++++++++-- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/packages/cozy-client/package.json b/packages/cozy-client/package.json index 461c5bf09..821002019 100644 --- a/packages/cozy-client/package.json +++ b/packages/cozy-client/package.json @@ -52,6 +52,7 @@ "cozy-flags": "2.10.2", "cozy-logger": "1.7.0", "cozy-ui": "93.1.1", + "cozy-intent": "1.17.3", "jsdoc-plugin-intersection": "1.0.4", "mockdate": "2.0.5", "react": "16.14.0", @@ -66,6 +67,7 @@ "cozy-flags": ">2.8.6", "cozy-logger": ">1.7.0", "cozy-ui": ">=93.1.1", + "cozy-intent": ">=1.3.0", "react": "^16.7.0", "react-native": "^0.65.0", "react-native-google-safetynet": "npm:cozy-react-native-google-safetynet@^1.0.0", diff --git a/yarn.lock b/yarn.lock index a8060b2d5..526d9a846 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4962,6 +4962,13 @@ cozy-flags@2.10.2: dependencies: microee "^0.0.6" +cozy-intent@1.17.3: + version "1.17.3" + resolved "https://registry.yarnpkg.com/cozy-intent/-/cozy-intent-1.17.3.tgz#dcf8085a9c561ce56ab0c7afc69474243e4f9e9c" + integrity sha512-Qko/tUJlXWh5wYLfw+CknbIm+KeAW4F3lAk/n1CA+uKwcseua+LCoNIypC/04ttm9g6ntbEogb/u4h6d5+H6lg== + dependencies: + post-me "0.4.5" + cozy-interapp@^0.5.4: version "0.5.7" resolved "https://registry.yarnpkg.com/cozy-interapp/-/cozy-interapp-0.5.7.tgz#75cafe1732ad660e2caf1ccf412f302594705f39" @@ -10419,9 +10426,9 @@ ms@2.1.2, ms@^2.0.0: resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009" integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w== -"mui-bottom-sheet@git+https://github.com/cozy/mui-bottom-sheet.git#v1.0.9": +"mui-bottom-sheet@https://github.com/cozy/mui-bottom-sheet.git#v1.0.9": version "1.0.8" - resolved "git+https://github.com/cozy/mui-bottom-sheet.git#3dc4c2a245ab39079bc2f73546bccf80847be14c" + resolved "https://github.com/cozy/mui-bottom-sheet.git#3dc4c2a245ab39079bc2f73546bccf80847be14c" dependencies: "@juggle/resize-observer" "^3.1.3" jest-environment-jsdom-sixteen "^1.0.3" @@ -11668,6 +11675,11 @@ posix-character-classes@^0.1.0: resolved "https://registry.yarnpkg.com/posix-character-classes/-/posix-character-classes-0.1.1.tgz#01eac0fe3b5af71a2a6c02feabb8c1fef7e00eab" integrity sha1-AerA/jta9xoqbAL+q7jB/vfgDqs= +post-me@0.4.5: + version "0.4.5" + resolved "https://registry.yarnpkg.com/post-me/-/post-me-0.4.5.tgz#6171b721c7b86230c51cfbe48ddea047ef8831ce" + integrity sha512-XgPdktF/2M5jglgVDULr9NUb/QNv3bY3g6RG22iTb5MIMtB07/5FJB5fbVmu5Eaopowc6uZx7K3e7x1shPwnXw== + postcss-calc@^7.0.1: version "7.0.5" resolved "https://registry.yarnpkg.com/postcss-calc/-/postcss-calc-7.0.5.tgz#f8a6e99f12e619c2ebc23cf6c486fdc15860933e"