Skip to content

Commit

Permalink
chore: update deps to fastify v4 and mercurius v10 (#7)
Browse files Browse the repository at this point in the history
* chore: update deps to fastify v4 and mercurius v10

* build: drop node 12 support, add node 16

* build: add node 18 to ci

Co-authored-by: Matteo Collina <matteo.collina@gmail.com>

Co-authored-by: Matteo Collina <matteo.collina@gmail.com>
  • Loading branch information
ziimakc and mcollina authored Jun 11, 2022
1 parent 4bab457 commit 2878366
Show file tree
Hide file tree
Showing 4 changed files with 580 additions and 794 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: [12.x, 14.x]
node-version: [14.x, 16.x, 18.x]

steps:
- uses: actions/checkout@v2
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mercurius-integration-testing",
"version": "4.0.0",
"version": "5.0.0",
"private": false,
"keywords": [
"test",
Expand Down Expand Up @@ -44,12 +44,12 @@
"codecov": "^3.8.3",
"cross-env": "^7.0.3",
"dotenv-cli": "^4.1.1",
"fastify": "^3.27.1",
"fastify-cookie": "^5.5.0",
"graphql": "^16.3.0",
"fastify": "^4.0.1",
"@fastify/cookie": "^7.0.0",
"graphql": "^16.5.0",
"graphql-tag": "^2.12.6",
"husky": "^7.0.4",
"mercurius": "^9.2.0",
"mercurius": "^10.0.0",
"mqemitter": "^4.5.0",
"prettier": "^2.5.1",
"pretty-quick": "^3.1.3",
Expand All @@ -58,8 +58,8 @@
"typescript": "^4.5.5"
},
"peerDependencies": {
"fastify": "^3.7.0",
"fastify": "^4.0.0",
"graphql": "*",
"mercurius": "^9.0.0 || ^8.0.0 || ^7.0.0 || ^6.4.0"
"mercurius": "^10.0.0"
}
}
Loading

0 comments on commit 2878366

Please sign in to comment.