Skip to content

Commit 4015a38

Browse files
committedNov 8, 2021
feat: Bump cozy-ui from 47.4.0 to 57.6.0 in cozy-harvest-lib
We need this new version in order to retrieve support of `autoCapitalize` prop in `Field` component

File tree

3 files changed

+158
-202
lines changed

3 files changed

+158
-202
lines changed
 

‎packages/cozy-harvest-lib/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"cozy-flags": "^2.8.0",
5858
"cozy-keys-lib": "3.8.0",
5959
"cozy-realtime": "^3.14.0",
60-
"cozy-ui": "^47.4.0",
60+
"cozy-ui": "^57.6.0",
6161
"enzyme": "3.11.0",
6262
"enzyme-adapter-react-16": "1.15.6",
6363
"form-data": "3.0.0",
@@ -80,7 +80,7 @@
8080
"cozy-flags": ">=2.3.5",
8181
"cozy-keys-lib": ">=3.7.0",
8282
"cozy-realtime": ">=3.12.2",
83-
"cozy-ui": ">=47.4.0",
83+
"cozy-ui": ">=57.6.0",
8484
"leaflet": "^1.7.1",
8585
"react-router-dom": "^5.0.1"
8686
},
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
export const getCssVariableValue = () => '#fff'
2+
export const getInvertedCssVariableValue = () => '#000'

0 commit comments

Comments
 (0)
Please sign in to comment.