Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/cozy-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@types/lodash": "^4.14.170",
"btoa": "^1.2.1",
"cozy-stack-client": "^60.6.0",
"date-fns": "2.29.3",
"date-fns": "^2.30.0",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you should fix the version like we did in cozy-ui because we can have this packages in multiples lib (cozy-client, cozy-ui...) and in the app at the same time 🤔

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't know what to think about it.

If we use "2.29.3", we really need to set 2.29.3 everywhere. If we used "^2.29.3", Yarn would have been smart enough to "deduplicate" 🤔

"fast-deep-equal": "^3.1.3",
"json-stable-stringify": "^1.0.1",
"lodash": "^4.17.13",
Expand Down
19 changes: 14 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1404,6 +1404,13 @@ __metadata:
languageName: node
linkType: hard

"@babel/runtime@npm:^7.21.0":
version: 7.28.4
resolution: "@babel/runtime@npm:7.28.4"
checksum: 10c0/792ce7af9750fb9b93879cc9d1db175701c4689da890e6ced242ea0207c9da411ccf16dc04e689cc01158b28d7898c40d75598f4559109f761c12ce01e959bf7
languageName: node
linkType: hard

"@babel/template@npm:^7.10.4, @babel/template@npm:^7.12.7, @babel/template@npm:^7.4.0":
version: 7.12.7
resolution: "@babel/template@npm:7.12.7"
Expand Down Expand Up @@ -6585,7 +6592,7 @@ __metadata:
cozy-intent: "npm:2.23.0"
cozy-logger: "npm:1.7.0"
cozy-stack-client: "npm:^60.6.0"
date-fns: "npm:2.29.3"
date-fns: "npm:^2.30.0"
fast-deep-equal: "npm:^3.1.3"
jsdoc-plugin-intersection: "npm:1.0.4"
json-stable-stringify: "npm:^1.0.1"
Expand Down Expand Up @@ -6850,10 +6857,12 @@ __metadata:
languageName: node
linkType: hard

"date-fns@npm:2.29.3":
version: 2.29.3
resolution: "date-fns@npm:2.29.3"
checksum: 10c0/aa9128c876ef69a05988029d6aa3d7e5c47a1e978f18b77b48126683d1a2e6605a16c3f5293ca9f4ca790d0755b5061fcea5b469f097871cd53f6590a5c1adc4
"date-fns@npm:^2.30.0":
version: 2.30.0
resolution: "date-fns@npm:2.30.0"
dependencies:
"@babel/runtime": "npm:^7.21.0"
checksum: 10c0/e4b521fbf22bc8c3db332bbfb7b094fd3e7627de0259a9d17c7551e2d2702608a7307a449206065916538e384f37b181565447ce2637ae09828427aed9cb5581
languageName: node
linkType: hard

Expand Down
Loading