Skip to content

Commit

Permalink
node-core must be a peer dependency (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibertoad authored Aug 26, 2024
1 parent 9e7a84c commit 526c78a
Showing 1 changed file with 18 additions and 28 deletions.
46 changes: 18 additions & 28 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,9 @@
"type": "git",
"url": "git://github.com/lokalise/fastify-extras.git"
},
"keywords": [
"fastify",
"newrelic",
"bugsnag",
"request-context",
"request-id",
"split-io"
],
"keywords": ["fastify", "newrelic", "bugsnag", "request-context", "request-id", "split-io"],
"homepage": "https://github.com/lokalise/fastify-extras",
"files": [
"dist/**",
"LICENSE",
"README.md"
],
"files": ["dist/**", "LICENSE", "README.md"],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "commonjs",
Expand All @@ -46,39 +35,40 @@
"@bugsnag/js": "^7.25.0",
"@supercharge/promise-pool": "^3.2.0",
"@lokalise/error-utils": "^2.0.0",
"@lokalise/background-jobs-common": "^7.0.0",
"@lokalise/background-jobs-common": "^7.1.0",
"@splitsoftware/splitio": "^10.27.0",
"@amplitude/analytics-node": "^1.3.5",
"@amplitude/analytics-node": "^1.3.6",
"fastify-metrics": "^11.0.0",
"fastify-plugin": "^4.5.1",
"toad-cache": "^3.7.0",
"tslib": "^2.6.3"
"tslib": "^2.7.0"
},
"peerDependencies": {
"fastify": "^4.24.3",
"@fastify/jwt": "^8.0.1",
"@lokalise/node-core": ">=11.2.0",
"bullmq": "^5.8.4",
"fastify": "^4.24.3",
"ioredis": "^5.4.1",
"newrelic": ">=11.13.0",
"pino": "^9.0.0",
"zod": "^3.22.4",
"bullmq": "^5.8.4",
"ioredis": "^5.4.1"
"zod": "^3.22.4"
},
"devDependencies": {
"@lokalise/backend-http-client": "^2.0.1",
"@lokalise/backend-http-client": "^2.2.0",
"@biomejs/biome": "^1.8.3",
"@lokalise/biome-config": "^1.4.0",
"@lokalise/node-core": "^11.2.0",
"@lokalise/node-core": "^12.0.0",
"@types/newrelic": "^9.14.4",
"@types/node": "^22.1.0",
"@amplitude/analytics-types": "^2.5.0",
"@types/node": "^22.5.0",
"@amplitude/analytics-types": "^2.8.0",
"@vitest/coverage-v8": "^2.0.5",
"auto-changelog": "^2.4.0",
"bullmq": "^5.12.0",
"bullmq": "^5.12.10",
"ioredis": "^5.4.1",
"fastify": "^4.28.1",
"newrelic": "12.0.0",
"pino": "^9.1.0",
"pino-pretty": "^11.2.1",
"newrelic": "12.2.0",
"pino": "^9.3.2",
"pino-pretty": "^11.2.2",
"shx": "^0.3.4",
"typescript": "^5.5.4",
"vitest": "^2.0.5",
Expand Down

0 comments on commit 526c78a

Please sign in to comment.