Skip to content

Commit

Permalink
Update for fastify v5 (#24)
Browse files Browse the repository at this point in the history
* Update for fastify v5

* no outdated node

* allow fastify v4
  • Loading branch information
PabloSzx committed Sep 18, 2024
1 parent 1e79429 commit d6009da
Show file tree
Hide file tree
Showing 3 changed files with 2,058 additions and 1,817 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

strategy:
matrix:
node-version: [14.x, 16.x, 18.x, 20.x]
node-version: [18.x, 20.x]

steps:
- uses: actions/checkout@v3
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,34 +35,34 @@
"ws": "^8.12.1"
},
"devDependencies": {
"@fastify/cookie": "^8.3.0",
"@mercuriusjs/federation": "^2.0.0",
"@mercuriusjs/gateway": "^1.2.0",
"@fastify/cookie": "^10.0.0",
"@mercuriusjs/federation": "^4.0.0",
"@mercuriusjs/gateway": "^4.0.1",
"@types/cookie": "^0.5.1",
"@types/node": "^14.18.37",
"@types/readable-stream": "^2.3.15",
"@types/tap": "^15.0.8",
"@types/ws": "^8.5.4",
"@types/tap": "^15.0.12",
"@types/ws": "^8.5.12",
"cross-env": "^7.0.3",
"dotenv-cli": "^6.0.0",
"fastify": "^4.16.0",
"fastify": "^5.0.0",
"graphql": "^16.6.0",
"graphql-tag": "^2.12.6",
"husky": "^8.0.3",
"mercurius": "^14.0.0",
"mercurius": "^15.0.0",
"mqemitter": "^5.0.0",
"prettier": "^2.8.4",
"pretty-quick": "^3.1.3",
"tap": "^16.3.4",
"ts-node": "^10.9.1",
"typescript": "^4.9.5"
"ts-node": "^10.9.2",
"typescript": "^5.6.2"
},
"peerDependencies": {
"@mercuriusjs/federation": "^1 || ^2",
"@mercuriusjs/gateway": "^1.2.0",
"fastify": "^4.0.0",
"fastify": "^4.0.0 || ^5.0.0",
"graphql": "*",
"mercurius": "^12 || ^13 || ^14"
"mercurius": "^12 || ^13 || ^14 || ^15"
},
"peerDependenciesMeta": {
"@mercuriusjs/federation": {
Expand All @@ -72,7 +72,7 @@
"optional": true
}
},
"packageManager": "pnpm@7.32.2",
"packageManager": "pnpm@9.10.0",
"engines": {
"node": ">=14"
}
Expand Down
Loading

0 comments on commit d6009da

Please sign in to comment.