Skip to content

Commit d89012c

Browse files
committed
update deps
1 parent 32bb0b0 commit d89012c

File tree

3 files changed

+459
-412
lines changed

3 files changed

+459
-412
lines changed

mercurius-schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
["type Query {\r\n hello: String!\r\n}"]
1+
["type Query {\n hello: String!\n}"]

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,28 +20,28 @@
2020
"dependencies": {
2121
"@graphql-tools/load-files": "^6.2.5",
2222
"@graphql-typed-document-node/core": "^3.1.0",
23-
"altair-fastify-plugin": "^3.0.0",
24-
"fastify": "^3.9.2",
23+
"altair-fastify-plugin": "^3.1.0",
24+
"fastify": "^3.10.1",
2525
"graphql": "^15.4.0",
2626
"graphql-request": "^3.4.0",
27-
"mercurius": "^6.5.0",
28-
"mercurius-codegen": "^1.2.9",
29-
"next": "^10.0.3",
27+
"mercurius": "^6.10.0",
28+
"mercurius-codegen": "^1.3.0",
29+
"next": "^10.0.5",
3030
"react": "^17.0.1",
3131
"react-dom": "^17.0.1",
32-
"react-query": "^3.3.0"
32+
"react-query": "^3.6.0"
3333
},
3434
"devDependencies": {
35-
"@types/node": "^14.14.14",
36-
"@types/prettier": "^2.1.5",
35+
"@types/node": "^14.14.22",
36+
"@types/prettier": "^2.1.6",
3737
"@types/react": "^17.0.0",
3838
"@types/react-dom": "^17.0.0",
39-
"husky": "^4.3.6",
39+
"husky": "^4.3.8",
4040
"npm-run-all": "^4.1.5",
4141
"open-cli": "^6.0.1",
4242
"prettier": "^2.2.1",
4343
"pretty-quick": "^3.1.0",
4444
"typescript": "^4.1.3",
45-
"wait-on": "^5.2.0"
45+
"wait-on": "^5.2.1"
4646
}
4747
}

0 commit comments

Comments
 (0)