Skip to content

Commit

Permalink
feat: Update cozy-ui to 115.0.0
Browse files Browse the repository at this point in the history
And fix BC
  • Loading branch information
Merkur39 committed Dec 19, 2024
1 parent 976e138 commit e4a00c5
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 14 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"@sentry/react": "7.119.0",
"classnames": "2.3.1",
"cozy-bar": "^16.1.0",
"cozy-client": "^51.3.0",
"cozy-client": "^51.6.1",
"cozy-device-helper": "^3.7.0",
"cozy-devtools": "^1.2.1",
"cozy-doctypes": "1.86.1",
Expand All @@ -83,7 +83,7 @@
"cozy-realtime": "^5.6.1",
"cozy-sharing": "^16.14.0",
"cozy-stack-client": "^51.0.0",
"cozy-ui": "113.8.0",
"cozy-ui": "^115.0.0",
"eventemitter2": "4.1.2",
"lodash": "4.17.21",
"prop-types": "15.8.1",
Expand Down
2 changes: 1 addition & 1 deletion src/components/notes/List/NoteRow.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ const NoteRow = ({ note, f, t, client }) => {
<WithBreakpoints hideOn={Breakpoints.Mobile}>
<TableCell className={styles.tableCell}>
{t('Notes.List.at', {
date: f(note.updated_at, 'DD MMMM'),
date: f(note.updated_at, 'dd LLLL'),
time: f(note.updated_at, 'HH:mm')
})}
</TableCell>
Expand Down
50 changes: 39 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3431,6 +3431,13 @@
dependencies:
regenerator-runtime "^0.13.4"

"@babel/runtime@^7.21.0":
version "7.26.0"
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.26.0.tgz#8600c2f595f277c60815256418b85356a65173c1"
integrity sha512-FDSOghenHTiToteC/QRlv2q3DhPZ/oOXTBoirfWNx1Cx3TMVcGWQtMMmQcSvb/JjpNeGzx8Pq/b4fKEJuWm1sw==
dependencies:
regenerator-runtime "^0.14.0"

"@babel/runtime@^7.7.6":
version "7.18.6"
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.18.6.tgz#6a1ef59f838debd670421f8c7f2cbb8da9751580"
Expand Down Expand Up @@ -7586,16 +7593,16 @@ cozy-bar@^16.1.0:
redux-persist "5.10.0"
redux-thunk "2.3.0"

cozy-client@^51.3.0:
version "51.3.0"
resolved "https://registry.yarnpkg.com/cozy-client/-/cozy-client-51.3.0.tgz#a0272d6f51bf118773334d6545e88e9ec60a1b97"
integrity sha512-YgylGXNTGzOtWcBZA21D6fb8DBkkXqUHfHjJxZUl6wU6Orbf7lpdtZut1FzIynMgicwQG5ZZLoVTLXLCN8eKfg==
cozy-client@^51.6.1:
version "51.6.1"
resolved "https://registry.yarnpkg.com/cozy-client/-/cozy-client-51.6.1.tgz#55ba89c3ddedf47444ef2aa2799b5e6d12e04f76"
integrity sha512-++MbwaarzQWEpZIfbovWRNWcGWpWwhTC40S5CHjIDIZzSWKLe7mq2nhPw/cgeorj+JWSR7t6CoekJp9E2aOInQ==
dependencies:
"@cozy/minilog" "1.0.0"
"@types/jest" "^26.0.20"
"@types/lodash" "^4.14.170"
btoa "^1.2.1"
cozy-stack-client "^51.0.0"
cozy-stack-client "^51.6.0"
date-fns "2.29.3"
json-stable-stringify "^1.0.1"
lodash "^4.17.13"
Expand Down Expand Up @@ -7937,15 +7944,24 @@ cozy-stack-client@^51.0.0:
mime "^2.4.0"
qs "^6.7.0"

cozy-stack-client@^51.6.0:
version "51.6.0"
resolved "https://registry.yarnpkg.com/cozy-stack-client/-/cozy-stack-client-51.6.0.tgz#bd81605bdd1e68161d1143856f78bca969086575"
integrity sha512-MRBTKtBtQ6jnmS4ij+nYjgeOecSNr9Z9kCNDlKW9884JxnI4VGfpq1w+ihN3EVh3EyqD98vnaQZ8VuYr6czeVQ==
dependencies:
detect-node "^2.0.4"
mime "^2.4.0"
qs "^6.7.0"

[email protected]:
version "1.2.0"
resolved "https://registry.yarnpkg.com/cozy-tsconfig/-/cozy-tsconfig-1.2.0.tgz#17e61f960f139fae4d26cbac2254b9ab632b269e"
integrity sha512-TRHnY9goF3FzVlUbP7BcHxuN2XAA4AmppT4fHHZmTKaSwYTByVR1Al+riFMDbce94kJZ1wzl9WNLWQuqzGZ6Cw==

cozy-ui@113.8.0:
version "113.8.0"
resolved "https://registry.yarnpkg.com/cozy-ui/-/cozy-ui-113.8.0.tgz#bb5fa11b86e2b51b92973a517554c048edbcfa77"
integrity sha512-VNfLwjxZ9SRRzg0FvJ80AkduTx+5wZkCKu4OheWLrtaX0VB9BVm4EB89jYplL7orO/fEEPvDdOjhZk1zUlHTBw==
cozy-ui@^115.0.0:
version "115.0.0"
resolved "https://registry.yarnpkg.com/cozy-ui/-/cozy-ui-115.0.0.tgz#c9a243006f8a0221f520e66595a4cb87355ab8d7"
integrity sha512-gfNg+7DA0ZcY1aVPglgnOp5f1vtmd2jTnqEV8rqR8EUHbEqpvBhSsKbzneCLYoD9WVR70aPYPiynOCKJFEoCSQ==
dependencies:
"@babel/runtime" "^7.3.4"
"@material-ui/core" "4.12.3"
Expand All @@ -7954,7 +7970,7 @@ [email protected]:
chart.js "3.7.1"
classnames "^2.2.5"
cozy-interapp "^0.5.4"
date-fns "^1.28.5"
date-fns "2.30.0"
filesize "8.0.7"
hammerjs "^2.0.8"
intersection-observer "0.11.0"
Expand Down Expand Up @@ -8312,7 +8328,14 @@ [email protected]:
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.29.3.tgz#27402d2fc67eb442b511b70bbdf98e6411cd68a8"
integrity sha512-dDCnyH2WnnKusqvZZ6+jA1O51Ibt8ZMRNkDZdyAyK4YfbDwa/cEmuztzG5pk6hqlp9aSBPYcjOlktquahGwGeA==

date-fns@^1.28.5, date-fns@^1.30.1:
[email protected]:
version "2.30.0"
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.30.0.tgz#f367e644839ff57894ec6ac480de40cae4b0f4d0"
integrity sha512-fnULvOpxnC5/Vg3NCiWelDsLiUc9bRwAPs/+LfTLNvetFCtCTN+yQz15C/fs4AwX1R9K5GLtLfn8QW+dWisaAw==
dependencies:
"@babel/runtime" "^7.21.0"

date-fns@^1.30.1:
version "1.30.1"
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-1.30.1.tgz#2e71bf0b119153dbb4cc4e88d9ea5acfb50dc05c"
integrity sha512-hBSVCvSmWC+QypYObzwGOd9wqdDpOt+0wl0KbU+R+uuZBS1jN8VsD1ss3irQDknRj5NvxiTF6oj/nDRnN/UQNw==
Expand Down Expand Up @@ -16603,6 +16626,11 @@ regenerator-runtime@^0.13.11, regenerator-runtime@^0.13.4:
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz#f6dca3e7ceec20590d07ada785636a90cdca17f9"
integrity sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==

regenerator-runtime@^0.14.0:
version "0.14.1"
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz#356ade10263f685dda125100cd862c1db895327f"
integrity sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==

regenerator-transform@^0.14.2:
version "0.14.5"
resolved "https://registry.yarnpkg.com/regenerator-transform/-/regenerator-transform-0.14.5.tgz#c98da154683671c9c4dcb16ece736517e1b7feb4"
Expand Down

0 comments on commit e4a00c5

Please sign in to comment.