Skip to content

Commit d170724

Browse files
feat(deps): update dependency date-fns to v2.30.0
1 parent 034e854 commit d170724

File tree

2 files changed

+18
-8
lines changed

2 files changed

+18
-8
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"cozy-realtime": "^5.0.0",
9393
"cozy-sharing": "^15.0.0",
9494
"cozy-ui": "^111.2.0",
95-
"date-fns": "2.23.0",
95+
"date-fns": "2.30.0",
9696
"flexsearch": "0.7.31",
9797
"leaflet": "1.7.1",
9898
"localforage": "1.10.0",

Diff for: yarn.lock

+17-7
Original file line numberDiff line numberDiff line change
@@ -1886,6 +1886,13 @@
18861886
dependencies:
18871887
regenerator-runtime "^0.13.4"
18881888

1889+
"@babel/runtime@^7.21.0":
1890+
version "7.25.0"
1891+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.25.0.tgz#3af9a91c1b739c569d5d80cc917280919c544ecb"
1892+
integrity sha512-7dRy4DwXwtzBrPbZflqxnvfxLF8kdZXPkhymtDeFoFqE6ldzjQFgYTtYIFARcLEYDrqfBfYcZt1WqFxRoyC9Rw==
1893+
dependencies:
1894+
regenerator-runtime "^0.14.0"
1895+
18891896
"@babel/runtime@^7.6.0":
18901897
version "7.15.4"
18911898
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.15.4.tgz#fd17d16bfdf878e6dd02d19753a39fa8a8d9c84a"
@@ -6036,16 +6043,18 @@ datauri@^2.0.0:
60366043
image-size "^0.7.3"
60376044
mimer "^1.0.0"
60386045

6039-
6040-
version "2.23.0"
6041-
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.23.0.tgz#4e886c941659af0cf7b30fafdd1eaa37e88788a9"
6042-
integrity sha512-5ycpauovVyAk0kXNZz6ZoB9AYMZB4DObse7P3BPWmyEjXNORTI8EJ6X0uaSAq4sCHzM1uajzrkr6HnsLQpxGXA==
6043-
60446046
60456047
version "2.29.3"
60466048
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.29.3.tgz#27402d2fc67eb442b511b70bbdf98e6411cd68a8"
60476049
integrity sha512-dDCnyH2WnnKusqvZZ6+jA1O51Ibt8ZMRNkDZdyAyK4YfbDwa/cEmuztzG5pk6hqlp9aSBPYcjOlktquahGwGeA==
60486050

6051+
6052+
version "2.30.0"
6053+
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.30.0.tgz#f367e644839ff57894ec6ac480de40cae4b0f4d0"
6054+
integrity sha512-fnULvOpxnC5/Vg3NCiWelDsLiUc9bRwAPs/+LfTLNvetFCtCTN+yQz15C/fs4AwX1R9K5GLtLfn8QW+dWisaAw==
6055+
dependencies:
6056+
"@babel/runtime" "^7.21.0"
6057+
60496058
date-fns@^1.28.5, date-fns@^1.30.1:
60506059
version "1.30.1"
60516060
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-1.30.1.tgz#2e71bf0b119153dbb4cc4e88d9ea5acfb50dc05c"
@@ -11594,9 +11603,10 @@ msgpack5@^4.0.2:
1159411603
readable-stream "^2.3.6"
1159511604
safe-buffer "^5.1.2"
1159611605

11597-
"mui-bottom-sheet@git+https://github.com/cozy/mui-bottom-sheet.git#v1.0.9":
11606+
"mui-bottom-sheet@https://github.com/cozy/mui-bottom-sheet.git#v1.0.9":
1159811607
version "1.0.8"
11599-
resolved "git+https://github.com/cozy/mui-bottom-sheet.git#3dc4c2a245ab39079bc2f73546bccf80847be14c"
11608+
uid "3dc4c2a245ab39079bc2f73546bccf80847be14c"
11609+
resolved "https://github.com/cozy/mui-bottom-sheet.git#3dc4c2a245ab39079bc2f73546bccf80847be14c"
1160011610
dependencies:
1160111611
"@juggle/resize-observer" "^3.1.3"
1160211612
jest-environment-jsdom-sixteen "^1.0.3"

0 commit comments

Comments
 (0)