Skip to content

Commit

Permalink
feat: Make peerDependencies superior versions compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
cballevre committed Feb 15, 2024
1 parent da6b170 commit 894096a
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions package.json
Expand Up @@ -93,13 +93,14 @@
"semver-compare": "^1.0.0"
},
"peerDependencies": {
"@cozy/minilog": "^1.0.0",
"cozy-client": "^40.5.0",
"cozy-device-helper": "2.6.0",
"cozy-flags": "^2.10.2",
"cozy-interapp": "0.4.9",
"cozy-logger": "1.9.1",
"cozy-realtime": "^4.0.5",
"cozy-ui": "^93.1.1"
"@cozy/minilog": ">=1.0.0",
"cozy-client": ">=40.5.0",
"cozy-device-helper": ">=2.6.0",
"cozy-flags": ">=2.10.2",
"cozy-interapp": ">=0.4.9",
"cozy-realtime": ">=4.0.5",
"cozy-ui": ">=93.1.1",
"react": ">=16.10.1",
"react-dom": ">=16.10.1"
}
}

0 comments on commit 894096a

Please sign in to comment.