-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfastify-packages.ts
More file actions
89 lines (70 loc) · 1.77 KB
/
fastify-packages.ts
File metadata and controls
89 lines (70 loc) · 1.77 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
export const FASTIFY_PACKAGES = {
// Fastify
fastify: '5.3.2',
'@fastify/helmet': '13.0.0',
'fastify-plugin': '5.0.1',
nanoid: '5.1.6',
pino: '9.5.0',
'pino-pretty': '13.0.0',
'altair-fastify-plugin': '8.0.4',
graphql: '16.11.0',
'@envelop/core': '5.3.0',
'@envelop/disable-introspection': '8.0.0',
'graphql-yoga': '5.15.1',
'@envelop/types': '5.2.1',
'@types/ws': '8.5.13',
'@fastify/websocket': '11.0.1',
'@fastify/request-context': '6.0.1',
'@fastify/formbody': '8.0.1',
'@fastify/cookie': '11.0.1',
'fastify-raw-body': '5.0.0',
// Pothos
'@pothos/core': '4.10.0',
'@pothos/plugin-simple-objects': '4.1.3',
'@pothos/plugin-relay': '4.6.2',
'@pothos/plugin-prisma': '4.12.0',
'@pothos/plugin-validation': '4.2.0',
'graphql-scalars': '1.23.0',
'@graphql-yoga/redis-event-target': '2.0.0',
'graphql-ws': '5.16.0',
// Bull Board
'@bull-board/api': '6.5.3',
'@bull-board/fastify': '6.5.3',
// Prisma
'@prisma/client': '6.17.1',
prisma: '6.17.1',
'@prisma/adapter-pg': '6.17.1',
// Utils
ms: '2.1.3',
'@types/redis-info': '3.0.3',
'@types/ms': '0.7.34',
'es-toolkit': '1.31.0',
// Environment
'cross-env': '7.0.3',
// Compilation
'tsc-alias': '1.8.10',
tsx: '4.20.6',
'@types/node': `^22.0.0`,
// Redis
ioredis: '5.8.1',
'ioredis-mock': '8.13.0',
// Sentry
'@sentry/core': '9.17.0',
'@sentry/node': '9.17.0',
'@sentry/profiling-node': '9.17.0',
'@pothos/plugin-tracing': '1.1.0',
'@pothos/tracing-sentry': '1.1.1',
// Validation
zod: '3.25.76',
// Testing
'vitest-mock-extended': '3.1.0',
'pg-connection-string': '2.6.4',
// Auth
'@node-rs/argon2': '2.0.2',
// Postmark
postmark: '4.0.2',
// Stripe
stripe: '14.5.0',
// BullMQ
bullmq: '5.1.1',
} as const;