Skip to content

Commit 16373ce

Browse files
committed
v6 bump
1 parent f91d9a2 commit 16373ce

File tree

2 files changed

+83
-226
lines changed

2 files changed

+83
-226
lines changed

package.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mercurius-integration-testing",
3-
"version": "5.0.0",
3+
"version": "6.0.0",
44
"private": false,
55
"keywords": [
66
"test",
@@ -21,7 +21,6 @@
2121
"dist"
2222
],
2323
"scripts": {
24-
"coverage": "tap --coverage --coverage-report=html && dotenv codecov",
2524
"prepare": "tsc",
2625
"test": "cross-env TS_NODE_PROJECT=./test/tsconfig.json tap --ts --100"
2726
},
@@ -36,16 +35,15 @@
3635
"ws": "^8.9.0"
3736
},
3837
"devDependencies": {
38+
"@fastify/cookie": "^8.3.0",
3939
"@types/cookie": "^0.5.1",
40-
"@types/node": "^14.18.31",
40+
"@types/node": "^14.18.32",
4141
"@types/readable-stream": "^2.3.14",
4242
"@types/tap": "^15.0.7",
4343
"@types/ws": "^8.5.3",
44-
"codecov": "^3.8.3",
4544
"cross-env": "^7.0.3",
4645
"dotenv-cli": "^6.0.0",
47-
"fastify": "^4.7.0",
48-
"@fastify/cookie": "^8.3.0",
46+
"fastify": "^4.8.1",
4947
"graphql": "^16.6.0",
5048
"graphql-tag": "^2.12.6",
5149
"husky": "^8.0.1",

0 commit comments

Comments
 (0)