|
24 | 24 | "pretty": "prettier --write \"**/*.{ts,js,mjs,cjs}\"" |
25 | 25 | }, |
26 | 26 | "dependencies": { |
27 | | - "@graphql-ez/fastify": "^0.9.3", |
28 | | - "@graphql-ez/plugin-altair": "^0.7.1", |
29 | | - "@graphql-ez/plugin-codegen": "^0.7.2", |
30 | | - "@graphql-ez/plugin-modules": "^0.8.1", |
31 | | - "@graphql-ez/plugin-scalars": "^0.7.2", |
32 | | - "@graphql-ez/plugin-voyager": "^0.7.1", |
33 | | - "@graphql-ez/plugin-websockets": "^0.9.3", |
34 | | - "@prisma/client": "^2.30.3", |
35 | | - "date-fns": "^2.23.0", |
| 27 | + "@graphql-ez/fastify": "^0.9.4", |
| 28 | + "@graphql-ez/plugin-altair": "^0.9.1", |
| 29 | + "@graphql-ez/plugin-codegen": "^0.7.3", |
| 30 | + "@graphql-ez/plugin-modules": "^0.8.2", |
| 31 | + "@graphql-ez/plugin-scalars": "^0.7.3", |
| 32 | + "@graphql-ez/plugin-voyager": "^0.9.0", |
| 33 | + "@graphql-ez/plugin-websockets": "^0.10.0", |
| 34 | + "@prisma/client": "^3.0.2", |
| 35 | + "date-fns": "^2.24.0", |
36 | 36 | "dotenv": "^10.0.0", |
37 | 37 | "faker": "^5.5.3", |
38 | | - "fastify": "^3.20.2", |
| 38 | + "fastify": "^3.21.3", |
39 | 39 | "fastify-cors": "^6.0.2", |
40 | | - "graphql": "^15.5.2", |
41 | | - "graphql-ez": "^0.12.7", |
42 | | - "graphql-scalars": "^1.10.0", |
| 40 | + "graphql": "^15.6.0", |
| 41 | + "graphql-ez": "^0.13.1", |
| 42 | + "graphql-scalars": "^1.10.1", |
43 | 43 | "graphql-voyager": "^1.0.0-rc.31", |
44 | 44 | "jsonwebtoken": "^8.5.1", |
45 | 45 | "lodash-es": "^4.17.21", |
46 | | - "ms": "^2.1.3", |
47 | | - "node-json-db": "^1.3.0", |
| 46 | + "ms": "^3.0.0-canary.1", |
| 47 | + "node-json-db": "^1.4.0", |
48 | 48 | "node-schedule": "^2.0.0", |
49 | 49 | "p-lazy": "^4.0.0", |
50 | | - "prisma": "^2.30.3" |
| 50 | + "prisma": "^3.0.2" |
51 | 51 | }, |
52 | 52 | "devDependencies": { |
53 | 53 | "@types/faker": "^5.5.8", |
54 | 54 | "@types/jsonwebtoken": "^8.5.5", |
55 | | - "@types/lodash": "^4.14.172", |
56 | | - "@types/lodash-es": "^4.17.4", |
| 55 | + "@types/lodash": "^4.14.173", |
| 56 | + "@types/lodash-es": "^4.17.5", |
57 | 57 | "@types/ms": "^0.7.31", |
58 | | - "@types/node": "^16.7.10", |
| 58 | + "@types/node": "^16.9.4", |
59 | 59 | "@types/node-schedule": "^1.3.2", |
60 | | - "bob-ts": "^1.0.5", |
61 | | - "esbuild": "^0.12.25", |
62 | | - "typescript": "^4.4.2" |
| 60 | + "bob-ts": "^1.1.0", |
| 61 | + "esbuild": "^0.12.28", |
| 62 | + "typescript": "^4.4.3" |
63 | 63 | } |
64 | 64 | } |
0 commit comments