Skip to content

Commit 8f4e374

Browse files
Crash--JF-Cozy
authored andcommitted
fix: Dep & PeerDep
1 parent 38e9820 commit 8f4e374

File tree

1 file changed

+16
-10
lines changed

1 file changed

+16
-10
lines changed

package.json

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,13 @@
5454
"bundlesize": "0.18.0",
5555
"cozy-authentication": "1.19.1",
5656
"cozy-intent": "^1.7.0",
57+
"@cozy/minilog": "^1.0.0",
58+
"cozy-client": "^27.17.0",
59+
"cozy-device-helper": "1.17.0",
60+
"cozy-flags": "^2.8.5",
61+
"cozy-interapp": "0.4.9",
62+
"cozy-realtime": "^4.0.5",
63+
"cozy-ui": "^51.8.0",
5764
"css-loader": "1.0.1",
5865
"css-mqpacker": "7.0.0",
5966
"cssnano-preset-advanced": "4.0.7",
@@ -95,13 +102,6 @@
95102
"webpack-merge": "4.2.2"
96103
},
97104
"dependencies": {
98-
"@cozy/minilog": "^1.0.0",
99-
"cozy-client": "^27.17.0",
100-
"cozy-device-helper": "1.17.0",
101-
"cozy-flags": "^2.8.5",
102-
"cozy-interapp": "0.4.9",
103-
"cozy-realtime": "^4.0.5",
104-
"cozy-ui": "^51.8.0",
105105
"hammerjs": "2.0.8",
106106
"lodash.debounce": "4.0.8",
107107
"lodash.set": "^4.3.2",
@@ -115,8 +115,14 @@
115115
"semver-compare": "^1.0.0"
116116
},
117117
"peerDependencies": {
118-
"cozy-client": "*",
119-
"cozy-intent": ">=1.7.0"
118+
"cozy-intent": ">=1.7.0",
119+
"@cozy/minilog": "^1.0.0",
120+
"cozy-client": "^27.17.0",
121+
"cozy-device-helper": "1.17.0",
122+
"cozy-flags": "^2.8.5",
123+
"cozy-interapp": "0.4.9",
124+
"cozy-realtime": "^4.0.5",
125+
"cozy-ui": "^51.8.0"
120126
},
121127
"bundlesize": [
122128
{
@@ -163,4 +169,4 @@
163169
"__VERSION__": "4.5.0"
164170
}
165171
}
166-
}
172+
}

0 commit comments

Comments
 (0)