|
10 | 10 | "dev": "run-p dev:next open", |
11 | 11 | "dev:next": "next -H 0.0.0.0", |
12 | 12 | "open": "wait-on -s 1 http://localhost:3000 && open-cli http://localhost:3000", |
| 13 | + "prepare": "husky install", |
13 | 14 | "start": "next start" |
14 | 15 | }, |
15 | | - "husky": { |
16 | | - "hooks": { |
17 | | - "pre-commit": "pretty-quick --staged" |
18 | | - } |
19 | | - }, |
20 | 16 | "dependencies": { |
21 | | - "@graphql-tools/load-files": "^6.2.5", |
| 17 | + "@graphql-tools/load-files": "^6.3.2", |
22 | 18 | "@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", |
26 | 22 | "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" |
33 | 29 | }, |
34 | 30 | "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", |
40 | 36 | "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", |
43 | 39 | "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" |
46 | 42 | } |
47 | 43 | } |
0 commit comments