diff --git a/packages/cozy-sharing/package.json b/packages/cozy-sharing/package.json index 7a58a997e7..9525c90453 100644 --- a/packages/cozy-sharing/package.json +++ b/packages/cozy-sharing/package.json @@ -71,6 +71,7 @@ "peerDependencies": { "cozy-client": ">=60.22.0", "cozy-device-helper": ">=3.7.1", + "cozy-flags": ">=4.8.1", "cozy-intent": ">=2.29.1", "cozy-minilog": ">=3.9.1", "cozy-ui": ">=135.0.0", diff --git a/yarn.lock b/yarn.lock index 4aa310b2d9..7749b69f2f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -18450,6 +18450,7 @@ __metadata: peerDependencies: cozy-client: ">=60.22.0" cozy-device-helper: ">=3.7.1" + cozy-flags: ">=4.8.1" cozy-intent: ">=2.29.1" cozy-minilog: ">=3.9.1" cozy-ui: ">=135.0.0"