Skip to content

Commit

Permalink
v6 bump
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloSzx committed Oct 14, 2022
1 parent f91d9a2 commit 16373ce
Show file tree
Hide file tree
Showing 2 changed files with 83 additions and 226 deletions.
10 changes: 4 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mercurius-integration-testing",
"version": "5.0.0",
"version": "6.0.0",
"private": false,
"keywords": [
"test",
Expand All @@ -21,7 +21,6 @@
"dist"
],
"scripts": {
"coverage": "tap --coverage --coverage-report=html && dotenv codecov",
"prepare": "tsc",
"test": "cross-env TS_NODE_PROJECT=./test/tsconfig.json tap --ts --100"
},
Expand All @@ -36,16 +35,15 @@
"ws": "^8.9.0"
},
"devDependencies": {
"@fastify/cookie": "^8.3.0",
"@types/cookie": "^0.5.1",
"@types/node": "^14.18.31",
"@types/node": "^14.18.32",
"@types/readable-stream": "^2.3.14",
"@types/tap": "^15.0.7",
"@types/ws": "^8.5.3",
"codecov": "^3.8.3",
"cross-env": "^7.0.3",
"dotenv-cli": "^6.0.0",
"fastify": "^4.7.0",
"@fastify/cookie": "^8.3.0",
"fastify": "^4.8.1",
"graphql": "^16.6.0",
"graphql-tag": "^2.12.6",
"husky": "^8.0.1",
Expand Down
Loading

0 comments on commit 16373ce

Please sign in to comment.