Skip to content

Commit 3358fe3

Browse files
committed
chore: add catalogMode: prefer
1 parent e4231ba commit 3358fe3

4 files changed

Lines changed: 5 additions & 19 deletions

File tree

plugins/@sanity/rich-date-input/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@sanity/icons": "catalog:",
5050
"@sanity/ui": "catalog:",
5151
"@vvo/tzdb": "^6.198.0",
52-
"date-fns": "catalog:date-fns-v2",
52+
"date-fns": "^2.30.0",
5353
"date-fns-tz": "^2.0.1"
5454
},
5555
"devDependencies": {

plugins/sanity-plugin-shopify-assets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"pretty-bytes": "^6.1.1",
5252
"pretty-ms": "^8.0.0",
5353
"react-infinite-scroll-component": "^6.1.1",
54-
"react-photo-album": "catalog:react-photo-album-v2",
54+
"react-photo-album": "^2.4.1",
5555
"rxjs": "catalog:",
5656
"video.js": "catalog:"
5757
},

pnpm-lock.yaml

Lines changed: 2 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,7 @@ catalog:
6363
video.js: ^7.21.7
6464
vitest: ^4.1.9
6565

66-
# Named catalogs for shared deps where one package still needs an older major.
67-
# The default catalog above tracks the latest major in use.
68-
catalogs:
69-
date-fns-v2:
70-
date-fns: ^2.30.0
71-
react-photo-album-v2:
72-
react-photo-album: ^2.4.1
66+
catalogMode: prefer
7367

7468
minimumReleaseAge: 4320
7569

0 commit comments

Comments
 (0)