Skip to content

Commit 4de2eb4

Browse files
authored
Moved bson-objectid dependency to default pnpm catalog (TryGhost#27958)
towards https://linear.app/ghost/issue/NY-1255 ref TryGhost#27904 ref 9afbdc2 We should use the same version of `bson-objectid` everywhere. I think this is a useful change on its own, but also makes [an upcoming change][0] easier. [0]: TryGhost#27904
1 parent 6e68201 commit 4de2eb4

4 files changed

Lines changed: 8 additions & 4 deletions

File tree

apps/comments-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"@vitejs/plugin-react": "catalog:",
7070
"@vitest/coverage-v8": "catalog:",
7171
"autoprefixer": "10.4.21",
72-
"bson-objectid": "2.0.4",
72+
"bson-objectid": "catalog:",
7373
"concurrently": "catalog:",
7474
"eslint": "catalog:",
7575
"eslint-plugin-i18next": "6.1.4",

ghost/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145
"bookshelf": "1.2.0",
146146
"bookshelf-relations": "2.8.0",
147147
"brute-knex": "4.0.1",
148-
"bson-objectid": "2.0.4",
148+
"bson-objectid": "catalog:",
149149
"cache-manager": "4.1.0",
150150
"cache-manager-ioredis": "2.1.0",
151151
"chalk": "4.1.2",

pnpm-lock.yaml

Lines changed: 5 additions & 2 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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ catalog:
3636
'@typescript-eslint/parser': 8.49.0
3737
'@vitejs/plugin-react': 4.7.0
3838
'@vitest/coverage-v8': 4.1.5
39+
bson-objectid: 2.0.4
3940
c8: 10.1.3
4041
chai: 4.5.0
4142
clsx: 2.1.1

0 commit comments

Comments
 (0)