Skip to content

Commit db3c3df

Browse files
committed
Bumped 8.0.0
Signed-off-by: Matteo Collina <hello@matteocollina.com>
1 parent cb0dd3d commit db3c3df

File tree

3 files changed

+341
-407
lines changed

3 files changed

+341
-407
lines changed

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
package-lock=true

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mercurius-integration-testing",
3-
"version": "7.0.0",
3+
"version": "8.0.0",
44
"private": false,
55
"keywords": [
66
"test",
@@ -30,38 +30,38 @@
3030
}
3131
},
3232
"dependencies": {
33-
"@graphql-typed-document-node/core": "^3.1.1",
33+
"@graphql-typed-document-node/core": "^3.1.2",
3434
"cookie": "^0.5.0",
35-
"ws": "^8.9.0"
35+
"ws": "^8.12.1"
3636
},
3737
"devDependencies": {
3838
"@fastify/cookie": "^8.3.0",
3939
"@mercuriusjs/federation": "^1.0.1",
4040
"@mercuriusjs/gateway": "^1.2.0",
4141
"@types/cookie": "^0.5.1",
42-
"@types/node": "^14.18.32",
43-
"@types/readable-stream": "^2.3.14",
44-
"@types/tap": "^15.0.7",
45-
"@types/ws": "^8.5.3",
42+
"@types/node": "^14.18.37",
43+
"@types/readable-stream": "^2.3.15",
44+
"@types/tap": "^15.0.8",
45+
"@types/ws": "^8.5.4",
4646
"cross-env": "^7.0.3",
4747
"dotenv-cli": "^6.0.0",
48-
"fastify": "^4.8.1",
48+
"fastify": "^4.14.1",
4949
"graphql": "^16.6.0",
5050
"graphql-tag": "^2.12.6",
51-
"husky": "^8.0.1",
52-
"mercurius": "^12.0.0",
51+
"husky": "^8.0.3",
52+
"mercurius": "^12.2.0",
5353
"mqemitter": "^5.0.0",
54-
"prettier": "^2.7.1",
54+
"prettier": "^2.8.4",
5555
"pretty-quick": "^3.1.3",
56-
"tap": "^16.3.0",
56+
"tap": "^16.3.4",
5757
"ts-node": "^10.9.1",
58-
"typescript": "^4.8.4"
58+
"typescript": "^4.9.5"
5959
},
6060
"peerDependencies": {
61-
"fastify": "^4.0.0",
62-
"graphql": "*",
6361
"@mercuriusjs/federation": "^1.0.1",
6462
"@mercuriusjs/gateway": "^1.2.0",
63+
"fastify": "^4.0.0",
64+
"graphql": "*",
6565
"mercurius": "^12.0.0"
6666
},
6767
"engines": {

0 commit comments

Comments
 (0)