Skip to content

Commit df35e8e

Browse files
committed
update deps
1 parent d89012c commit df35e8e

File tree

6 files changed

+2959
-5200
lines changed

6 files changed

+2959
-5200
lines changed

.husky/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
_

.husky/pre-commit

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/sh
2+
. "$(dirname "$0")/_/husky.sh"
3+
4+
npx pretty-quick --staged

package.json

Lines changed: 20 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -10,38 +10,34 @@
1010
"dev": "run-p dev:next open",
1111
"dev:next": "next -H 0.0.0.0",
1212
"open": "wait-on -s 1 http://localhost:3000 && open-cli http://localhost:3000",
13+
"prepare": "husky install",
1314
"start": "next start"
1415
},
15-
"husky": {
16-
"hooks": {
17-
"pre-commit": "pretty-quick --staged"
18-
}
19-
},
2016
"dependencies": {
21-
"@graphql-tools/load-files": "^6.2.5",
17+
"@graphql-tools/load-files": "^6.3.2",
2218
"@graphql-typed-document-node/core": "^3.1.0",
23-
"altair-fastify-plugin": "^3.1.0",
24-
"fastify": "^3.10.1",
25-
"graphql": "^15.4.0",
19+
"altair-fastify-plugin": "^4.0.6",
20+
"fastify": "^3.17.0",
21+
"graphql": "^15.5.0",
2622
"graphql-request": "^3.4.0",
27-
"mercurius": "^6.10.0",
28-
"mercurius-codegen": "^1.3.0",
29-
"next": "^10.0.5",
30-
"react": "^17.0.1",
31-
"react-dom": "^17.0.1",
32-
"react-query": "^3.6.0"
23+
"mercurius": "^7.9.0",
24+
"mercurius-codegen": "^1.6.1",
25+
"next": "^11.0.0",
26+
"react": "^17.0.2",
27+
"react-dom": "^17.0.2",
28+
"react-query": "^3.17.0"
3329
},
3430
"devDependencies": {
35-
"@types/node": "^14.14.22",
36-
"@types/prettier": "^2.1.6",
37-
"@types/react": "^17.0.0",
38-
"@types/react-dom": "^17.0.0",
39-
"husky": "^4.3.8",
31+
"@types/node": "^15.12.2",
32+
"@types/prettier": "^2.3.0",
33+
"@types/react": "^17.0.11",
34+
"@types/react-dom": "^17.0.7",
35+
"husky": "^6.0.0",
4036
"npm-run-all": "^4.1.5",
41-
"open-cli": "^6.0.1",
42-
"prettier": "^2.2.1",
37+
"open-cli": "^7.0.0",
38+
"prettier": "^2.3.1",
4339
"pretty-quick": "^3.1.0",
44-
"typescript": "^4.1.3",
45-
"wait-on": "^5.2.1"
40+
"typescript": "^4.3.2",
41+
"wait-on": "^5.3.0"
4642
}
4743
}

0 commit comments

Comments
 (0)