Skip to content

Commit 4f4e6b6

Browse files
committed
feat: Upgrade cozy-ui-plus
BREAKING CHANGE: You must have `cozy-ui-plus >= 2.1.0`
1 parent bc992fd commit 4f4e6b6

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"cozy-realtime": "^4.0.5",
6060
"cozy-search": "^0.4.0",
6161
"cozy-ui": "^122.12.1",
62-
"cozy-ui-plus": "^1.2.0",
62+
"cozy-ui-plus": "^2.1.0",
6363
"eslint-config-cozy-app": "2.0.0",
6464
"identity-obj-proxy": "3.0.0",
6565
"jest": "24.9.0",
@@ -93,7 +93,7 @@
9393
"cozy-realtime": ">=4.0.5",
9494
"cozy-search": ">=0.4.0",
9595
"cozy-ui": ">=122.12.1",
96-
"cozy-ui-plus": ">=1.2.0",
96+
"cozy-ui-plus": ">=2.1.0",
9797
"react": ">=16.10.1",
9898
"react-dom": ">=16.10.1",
9999
"react-router-dom": ">=6.14.2"

src/components/BarComponent.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import {
1515
import Bar from './Bar'
1616
import { Provider } from 'react-redux'
1717
import { useClient } from 'cozy-client'
18-
import CozyTheme from 'cozy-ui/transpiled/react/providers/CozyTheme'
18+
import CozyTheme from 'cozy-ui-plus/dist/providers/CozyTheme'
1919

2020
import stack from 'lib/stack'
2121

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3680,10 +3680,10 @@ cozy-stack-client@^60.6.0:
36803680
mime "^2.4.0"
36813681
qs "^6.7.0"
36823682

3683-
cozy-ui-plus@^1.2.0:
3684-
version "1.2.0"
3685-
resolved "https://registry.yarnpkg.com/cozy-ui-plus/-/cozy-ui-plus-1.2.0.tgz#d910d0691cd511832257c1c2f47b8faa43c81554"
3686-
integrity sha512-4OtBn7hQ8iws9HDBt/PuJsLyfY7ToN9kxzMCOgB2xc1Iqh7/Kzhb2eQr2HatbMesLoDEaiP+wRwiEfX5qGK/PQ==
3683+
cozy-ui-plus@^2.1.0:
3684+
version "2.1.0"
3685+
resolved "https://registry.yarnpkg.com/cozy-ui-plus/-/cozy-ui-plus-2.1.0.tgz#cf01f3d9e0ead4a6763f9d3da84e17bd247350c2"
3686+
integrity sha512-d0vvXKMtNpHcrjSuAiTPLWVnK0R5DZ3C81VqSjDYSe56VwAe6DwsVOkUEShh/OhqXopUF1xsczXUjHNaq2BOXQ==
36873687
dependencies:
36883688
classnames "^2.5.1"
36893689
cozy-interapp "^0.5.4"

0 commit comments

Comments
 (0)