Skip to content

Commit

Permalink
fix: Dep & PeerDep
Browse files Browse the repository at this point in the history
  • Loading branch information
Crash-- authored and JF-Cozy committed May 11, 2022
1 parent 38e9820 commit 8f4e374
Showing 1 changed file with 16 additions and 10 deletions.
26 changes: 16 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,13 @@
"bundlesize": "0.18.0",
"cozy-authentication": "1.19.1",
"cozy-intent": "^1.7.0",
"@cozy/minilog": "^1.0.0",
"cozy-client": "^27.17.0",
"cozy-device-helper": "1.17.0",
"cozy-flags": "^2.8.5",
"cozy-interapp": "0.4.9",
"cozy-realtime": "^4.0.5",
"cozy-ui": "^51.8.0",
"css-loader": "1.0.1",
"css-mqpacker": "7.0.0",
"cssnano-preset-advanced": "4.0.7",
Expand Down Expand Up @@ -95,13 +102,6 @@
"webpack-merge": "4.2.2"
},
"dependencies": {
"@cozy/minilog": "^1.0.0",
"cozy-client": "^27.17.0",
"cozy-device-helper": "1.17.0",
"cozy-flags": "^2.8.5",
"cozy-interapp": "0.4.9",
"cozy-realtime": "^4.0.5",
"cozy-ui": "^51.8.0",
"hammerjs": "2.0.8",
"lodash.debounce": "4.0.8",
"lodash.set": "^4.3.2",
Expand All @@ -115,8 +115,14 @@
"semver-compare": "^1.0.0"
},
"peerDependencies": {
"cozy-client": "*",
"cozy-intent": ">=1.7.0"
"cozy-intent": ">=1.7.0",
"@cozy/minilog": "^1.0.0",
"cozy-client": "^27.17.0",
"cozy-device-helper": "1.17.0",
"cozy-flags": "^2.8.5",
"cozy-interapp": "0.4.9",
"cozy-realtime": "^4.0.5",
"cozy-ui": "^51.8.0"
},
"bundlesize": [
{
Expand Down Expand Up @@ -163,4 +169,4 @@
"__VERSION__": "4.5.0"
}
}
}
}

0 comments on commit 8f4e374

Please sign in to comment.