We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d73c588 commit 4015a38Copy full SHA for 4015a38
packages/cozy-harvest-lib/package.json
@@ -57,7 +57,7 @@
57
"cozy-flags": "^2.8.0",
58
"cozy-keys-lib": "3.8.0",
59
"cozy-realtime": "^3.14.0",
60
- "cozy-ui": "^47.4.0",
+ "cozy-ui": "^57.6.0",
61
"enzyme": "3.11.0",
62
"enzyme-adapter-react-16": "1.15.6",
63
"form-data": "3.0.0",
@@ -80,7 +80,7 @@
80
"cozy-flags": ">=2.3.5",
81
"cozy-keys-lib": ">=3.7.0",
82
"cozy-realtime": ">=3.12.2",
83
- "cozy-ui": ">=47.4.0",
+ "cozy-ui": ">=57.6.0",
84
"leaflet": "^1.7.1",
85
"react-router-dom": "^5.0.1"
86
},
packages/cozy-harvest-lib/src/__mocks__/cozy-ui/transpiled/react/utils/color.js
@@ -1 +1,2 @@
1
export const getCssVariableValue = () => '#fff'
2
+export const getInvertedCssVariableValue = () => '#000'
0 commit comments