Skip to content

Commit 28692d8

Browse files
committed
fix: add groupmq back to api
1 parent 4bdbb31 commit 28692d8

File tree

5 files changed

+13
-4
lines changed

5 files changed

+13
-4
lines changed

apps/api/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
"@openpanel/logger": "workspace:*",
3030
"@openpanel/payments": "workspace:*",
3131
"@openpanel/queue": "workspace:*",
32+
"groupmq": "catalog:",
3233
"@openpanel/redis": "workspace:*",
3334
"@openpanel/trpc": "workspace:*",
3435
"@openpanel/validation": "workspace:*",

apps/worker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@openpanel/redis": "workspace:*",
2525
"bullmq": "^5.63.0",
2626
"express": "^4.18.2",
27-
"groupmq": "1.1.1-next.2",
27+
"groupmq": "catalog:",
2828
"prom-client": "^15.1.3",
2929
"ramda": "^0.29.1",
3030
"source-map-support": "^0.5.21",

packages/queue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@openpanel/logger": "workspace:*",
1212
"@openpanel/redis": "workspace:*",
1313
"bullmq": "^5.63.0",
14-
"groupmq": "1.1.1-next.2"
14+
"groupmq": "catalog:"
1515
},
1616
"devDependencies": {
1717
"@openpanel/sdk": "workspace:*",

pnpm-lock.yaml

Lines changed: 9 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
@@ -13,3 +13,4 @@ catalog:
1313
"@types/react-dom": ^19.0.0
1414
"@types/node": ^24.7.1
1515
typescript: ^5.9.3
16+
groupmq: 1.1.1-next.2

0 commit comments

Comments
 (0)