Skip to content

Commit a81ea2c

Browse files
committed
fix: groupmq package (tests failed)
1 parent a581392 commit a81ea2c

File tree

4 files changed

+58
-349
lines changed

4 files changed

+58
-349
lines changed

apps/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"fastify": "^5.2.1",
3939
"fastify-metrics": "^12.1.0",
4040
"fastify-raw-body": "^5.0.0",
41-
"groupmq": "1.0.0-next.2",
41+
"groupmq": "1.0.0-next.4",
4242
"ico-to-png": "^0.2.2",
4343
"jsonwebtoken": "^9.0.2",
4444
"ramda": "^0.29.1",

apps/worker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@openpanel/redis": "workspace:*",
2424
"bullmq": "^5.8.7",
2525
"express": "^4.18.2",
26-
"groupmq": "1.0.0-next.2",
26+
"groupmq": "1.0.0-next.4",
2727
"prom-client": "^15.1.3",
2828
"ramda": "^0.29.1",
2929
"source-map-support": "^0.5.21",

packages/queue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"@openpanel/db": "workspace:*",
1010
"@openpanel/redis": "workspace:*",
1111
"bullmq": "^5.8.7",
12-
"groupmq": "1.0.0-next.2"
12+
"groupmq": "1.0.0-next.4"
1313
},
1414
"devDependencies": {
1515
"@openpanel/sdk": "workspace:*",

0 commit comments

Comments
 (0)