Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloSzx committed Feb 3, 2022
1 parent 0af784c commit 69c3279
Show file tree
Hide file tree
Showing 2 changed files with 1,008 additions and 974 deletions.
15 changes: 7 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mercurius-integration-testing",
"version": "3.2.0",
"version": "4.0.0",
"private": false,
"keywords": [
"test",
Expand Down Expand Up @@ -33,21 +33,20 @@
"dependencies": {
"@graphql-typed-document-node/core": "^3.1.1",
"cookie": "^0.4.2",
"get-port": "^5.1.1",
"ws": "^7.5.2"
"ws": "^8.4.2"
},
"devDependencies": {
"@types/cookie": "^0.4.1",
"@types/node": "^14.17.4",
"@types/node": "^17.0.14",
"@types/readable-stream": "^2.3.13",
"@types/tap": "^15.0.5",
"@types/ws": "^7.4.6",
"codecov": "^3.8.2",
"@types/ws": "^8.2.2",
"codecov": "^3.8.3",
"cross-env": "^7.0.3",
"dotenv-cli": "^4.1.1",
"fastify": "^3.27.1",
"fastify-cookie": "^5.5.0",
"graphql": "^15.5.1",
"graphql": "^16.3.0",
"graphql-tag": "^2.12.6",
"husky": "^7.0.4",
"mercurius": "^9.2.0",
Expand All @@ -56,7 +55,7 @@
"pretty-quick": "^3.1.3",
"tap": "^15.1.6",
"ts-node": "^10.4.0",
"typescript": "^4.3.5"
"typescript": "^4.5.5"
},
"peerDependencies": {
"fastify": "^3.7.0",
Expand Down
Loading

0 comments on commit 69c3279

Please sign in to comment.