Skip to content

Commit

Permalink
feat: Add cozy-intent as cozy-ui request it in the peer dependencies
Browse files Browse the repository at this point in the history
It crashed the tests because it could not resolve the import

BREAKING CHANGE: you need cozy-intent >= 1.3.0
  • Loading branch information
cballevre committed Sep 20, 2023
1 parent d139a3a commit f948870
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
2 changes: 2 additions & 0 deletions packages/cozy-client/package.json
Expand Up @@ -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",
Expand All @@ -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",
Expand Down
16 changes: 14 additions & 2 deletions yarn.lock
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit f948870

Please sign in to comment.