Skip to content

Commit

Permalink
feat: Upgrade cozy-ui to 111.5.0
Browse files Browse the repository at this point in the history
BREAKING CHANGE: you must have `cozy-ui >= 111.5.0`
  • Loading branch information
JF-Cozy committed Aug 13, 2024
1 parent 3aa7ce1 commit 5179980
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"cozy-interapp": "0.4.9",
"cozy-logger": "1.9.1",
"cozy-realtime": "^4.0.5",
"cozy-ui": "^111.3.1",
"cozy-ui": "^111.5.0",
"enzyme": "3.10.0",
"enzyme-adapter-react-16": "1.3",
"enzyme-to-json": "3.3.5",
Expand Down Expand Up @@ -82,7 +82,7 @@
"cozy-intent": ">=1.3.0",
"cozy-interapp": ">=0.4.9",
"cozy-realtime": ">=4.0.5",
"cozy-ui": ">=111.3.1",
"cozy-ui": ">=111.5.0",
"react": ">=16.10.1",
"react-dom": ">=16.10.1"
}
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3121,10 +3121,10 @@ cozy-stack-client@^48.12.0:
mime "^2.4.0"
qs "^6.7.0"

cozy-ui@^111.3.1:
version "111.3.1"
resolved "https://registry.yarnpkg.com/cozy-ui/-/cozy-ui-111.3.1.tgz#d0bc4e88b11dd4515a2c646c975eefd95d344f7a"
integrity sha512-UAdoYxPSDibEyIe7yhJAYOQRNnExUeve1ATSwEqL8lOZvYYqhy8bGI8dWxAlBHH5wvJa5dEghbLTlz/FjxsrMA==
cozy-ui@^111.5.0:
version "111.5.0"
resolved "https://registry.yarnpkg.com/cozy-ui/-/cozy-ui-111.5.0.tgz#4fa5bb474e9b737676ea7324dbdfd1889616d6c9"
integrity sha512-Gq7yeK/XNqoyTWnJ+NVc7EAIaIcvuGVvaOE6bzDzBOG2k/RGYqDxRiSq7iM+UbjzcTrYexAWo7NLxgDTH88RhA==
dependencies:
"@babel/runtime" "^7.3.4"
"@material-ui/core" "4.12.3"
Expand Down

0 comments on commit 5179980

Please sign in to comment.