Skip to content

Commit

Permalink
Support newer bullmq (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibertoad authored Nov 25, 2024
1 parent 1ce4956 commit 4356fc8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
"dependencies": {
"@amplitude/analytics-node": "^1.3.6",
"@bugsnag/js": "^8.1.2",
"@lokalise/background-jobs-common": "^8.0.0",
"@lokalise/error-utils": "^2.2.0",
"@splitsoftware/splitio": "^11.0.1",
"@supercharge/promise-pool": "^3.2.0",
Expand All @@ -47,6 +46,7 @@
},
"peerDependencies": {
"@fastify/jwt": "^9.0.1",
"@lokalise/background-jobs-common": ">=8.0.0",
"@lokalise/node-core": ">=12.0.0",
"bullmq": "^5.19.0",
"fastify": "^5.0.0",
Expand All @@ -59,6 +59,7 @@
"@amplitude/analytics-types": "^2.8.4",
"@biomejs/biome": "^1.9.4",
"@lokalise/backend-http-client": "^2.4.0",
"@lokalise/background-jobs-common": "^9.0.0",
"@lokalise/biome-config": "^1.5.0",
"@lokalise/node-core": "^13.1.0",
"@types/newrelic": "^9.14.5",
Expand Down

0 comments on commit 4356fc8

Please sign in to comment.