Skip to content

Commit 25f9864

Browse files
doublefacedoubleface
authored andcommitted
fix: Remove warning on cozy-flags missing dependency
yarn lint gave many cozy-flags missing dependency warnings Added it as peer dependency
1 parent 5de4d82 commit 25f9864

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/cozy-sharing/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@
7171
"peerDependencies": {
7272
"cozy-client": ">=60.22.0",
7373
"cozy-device-helper": ">=3.7.1",
74+
"cozy-flags": ">=4.8.1",
7475
"cozy-intent": ">=2.29.1",
7576
"cozy-minilog": ">=3.9.1",
7677
"cozy-ui": ">=135.0.0",

yarn.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18450,6 +18450,7 @@ __metadata:
1845018450
peerDependencies:
1845118451
cozy-client: ">=60.22.0"
1845218452
cozy-device-helper: ">=3.7.1"
18453+
cozy-flags: ">=4.8.1"
1845318454
cozy-intent: ">=2.29.1"
1845418455
cozy-minilog: ">=3.9.1"
1845518456
cozy-ui: ">=135.0.0"

0 commit comments

Comments
 (0)