Skip to content

Commit 8ed2278

Browse files
feat(deps): update dependency date-fns to v2.30.0
1 parent 6ed2c18 commit 8ed2278

File tree

2 files changed

+18
-3
lines changed

2 files changed

+18
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"cozy-realtime": "^4.4.0",
7575
"cozy-sharing": "^7.1.3",
7676
"cozy-ui": "^90.2.0",
77-
"date-fns": "2.29.3",
77+
"date-fns": "2.30.0",
7878
"leaflet": "^1.7.1",
7979
"lodash": "4.17.21",
8080
"react": "17.0.2",

yarn.lock

+17-2
Original file line numberDiff line numberDiff line change
@@ -2971,6 +2971,13 @@
29712971
dependencies:
29722972
regenerator-runtime "^0.13.11"
29732973

2974+
"@babel/runtime@^7.21.0":
2975+
version "7.22.6"
2976+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.22.6.tgz#57d64b9ae3cff1d67eb067ae117dac087f5bd438"
2977+
integrity sha512-wDb5pWm4WDdF6LFUde3Jl8WzPA+3ZbxYqkC6xAXuD3irdEHN1k0NfTRrJD8ZD378SJ61miMLCqIOXYhd8x+AJQ==
2978+
dependencies:
2979+
regenerator-runtime "^0.13.11"
2980+
29742981
"@babel/runtime@^7.6.0":
29752982
version "7.15.4"
29762983
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.15.4.tgz#fd17d16bfdf878e6dd02d19753a39fa8a8d9c84a"
@@ -9015,6 +9022,13 @@ [email protected]:
90159022
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.29.3.tgz#27402d2fc67eb442b511b70bbdf98e6411cd68a8"
90169023
integrity sha512-dDCnyH2WnnKusqvZZ6+jA1O51Ibt8ZMRNkDZdyAyK4YfbDwa/cEmuztzG5pk6hqlp9aSBPYcjOlktquahGwGeA==
90179024

9025+
9026+
version "2.30.0"
9027+
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.30.0.tgz#f367e644839ff57894ec6ac480de40cae4b0f4d0"
9028+
integrity sha512-fnULvOpxnC5/Vg3NCiWelDsLiUc9bRwAPs/+LfTLNvetFCtCTN+yQz15C/fs4AwX1R9K5GLtLfn8QW+dWisaAw==
9029+
dependencies:
9030+
"@babel/runtime" "^7.21.0"
9031+
90189032
date-fns@^1.28.5, date-fns@^1.30.1:
90199033
version "1.30.1"
90209034
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-1.30.1.tgz#2e71bf0b119153dbb4cc4e88d9ea5acfb50dc05c"
@@ -15305,9 +15319,10 @@ msgpack5@^4.0.2:
1530515319
readable-stream "^2.3.6"
1530615320
safe-buffer "^5.1.2"
1530715321

15308-
"mui-bottom-sheet@git+https://github.com/cozy/mui-bottom-sheet.git#v1.0.9":
15322+
"mui-bottom-sheet@https://github.com/cozy/mui-bottom-sheet.git#v1.0.9":
1530915323
version "1.0.8"
15310-
resolved "git+https://github.com/cozy/mui-bottom-sheet.git#3dc4c2a245ab39079bc2f73546bccf80847be14c"
15324+
uid "3dc4c2a245ab39079bc2f73546bccf80847be14c"
15325+
resolved "https://github.com/cozy/mui-bottom-sheet.git#3dc4c2a245ab39079bc2f73546bccf80847be14c"
1531115326
dependencies:
1531215327
"@juggle/resize-observer" "^3.1.3"
1531315328
jest-environment-jsdom-sixteen "^1.0.3"

0 commit comments

Comments
 (0)