|
17 | 17 | "devDependencies": {
|
18 | 18 | "@boost/module": "^4.0.0",
|
19 | 19 | "@faker-js/faker": "^7.6.0",
|
20 |
| - "@graphql-codegen/cli": "^3.2.1", |
21 |
| - "@graphql-codegen/schema-ast": "^2.5.1", |
22 |
| - "@graphql-codegen/typescript": "^2.7.4", |
23 |
| - "@graphql-codegen/typescript-operations": "^2.5.4", |
24 |
| - "@graphql-codegen/typescript-react-apollo": "^3.3.4", |
25 |
| - "@types/body-parser": "^1.19.0", |
26 |
| - "@types/cors": "^2.8.10", |
27 |
| - "@types/express": "^4.17.14", |
28 |
| - "@types/jest": "^29.4.0", |
29 |
| - "@types/jsonwebtoken": "^8.5.8", |
30 |
| - "@types/node": "^18.14.2", |
31 |
| - "esbuild-register": "^3.3.2", |
32 |
| - "eslint": "^8.33.0", |
33 |
| - "jest": "^29.4.1", |
34 |
| - "nodemon": "^2.0.20", |
| 20 | + "@graphql-codegen/cli": "^3.2.2", |
| 21 | + "@graphql-codegen/schema-ast": "^3.0.1", |
| 22 | + "@graphql-codegen/typescript": "^3.0.2", |
| 23 | + "@graphql-codegen/typescript-operations": "^3.0.2", |
| 24 | + "@graphql-codegen/typescript-react-apollo": "^3.3.7", |
| 25 | + "@types/body-parser": "^1.19.2", |
| 26 | + "@types/cors": "^2.8.13", |
| 27 | + "@types/express": "^4.17.17", |
| 28 | + "@types/jest": "^29.5.0", |
| 29 | + "@types/jsonwebtoken": "^9.0.1", |
| 30 | + "@types/node": "^18.15.10", |
| 31 | + "esbuild-register": "^3.4.2", |
| 32 | + "eslint": "^8.36.0", |
| 33 | + "jest": "^29.5.0", |
| 34 | + "nodemon": "^2.0.22", |
35 | 35 | "scripts": "*",
|
36 | 36 | "ts-node-dev": "^2.0.0",
|
37 | 37 | "tsconfig": "*",
|
38 |
| - "typescript": "^4.8.4" |
| 38 | + "typescript": "^5.0.2" |
39 | 39 | },
|
40 | 40 | "jest": {
|
41 | 41 | "preset": "scripts/jest/node"
|
42 | 42 | },
|
43 | 43 | "dependencies": {
|
44 |
| - "@apollo/server": "^4.4.0", |
45 |
| - "@pothos/core": "^3.22.5", |
46 |
| - "@pothos/plugin-prisma": "^3.35.4", |
47 |
| - "@prisma/client": "^4.5.0", |
48 |
| - "body-parser": "^1.19.2", |
49 |
| - "cloudinary": "^1.32.0", |
| 44 | + "@apollo/server": "^4.5.0", |
| 45 | + "@pothos/core": "^3.29.0", |
| 46 | + "@pothos/plugin-prisma": "^3.47.0", |
| 47 | + "@prisma/client": "^4.11.0", |
| 48 | + "body-parser": "^1.20.2", |
| 49 | + "cloudinary": "^1.35.0", |
50 | 50 | "cors": "^2.8.5",
|
51 | 51 | "express": "^4.18.2",
|
52 |
| - "graphql": "^16.3.0", |
53 |
| - "graphql-scalars": "^1.20.1", |
54 |
| - "jsonwebtoken": "^8.5.1", |
| 52 | + "graphql": "^16.6.0", |
| 53 | + "graphql-scalars": "^1.21.3", |
| 54 | + "jsonwebtoken": "^9.0.0", |
55 | 55 | "logger": "*",
|
56 |
| - "prisma": "^4.5.0" |
| 56 | + "prisma": "^4.11.0" |
57 | 57 | },
|
58 | 58 | "prisma": {
|
59 | 59 | "schema": "src/prisma/schema.prisma",
|
|
0 commit comments