-
Notifications
You must be signed in to change notification settings - Fork 236
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
65 lines (58 loc) · 1.13 KB
/
pnpm-workspace.yaml
File metadata and controls
65 lines (58 loc) · 1.13 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
packages:
- aws-lambda-router
- cli
- composition
- docs-website
- graphqlmetrics
- controlplane
- controlplane/emails
- proto
- router
- router-plugin
- shared
- studio
- connect
- cdn-server
- cdn-server/cdn
- admission-server
- protographic
- playground
catalog:
# Build/test tooling
typescript: 5.6.2
vitest: ^3.2.4
'@vitest/coverage-v8': 3.2.4
tsx: ^4.16.0
prettier: ^3.6.2
# Linting
eslint: ^8.57.1
eslint-config-unjs: ^0.2.1
eslint-plugin-require-extensions: ^0.1.3
del-cli: ^5.1.0
# React
react: 18.3.1
react-dom: 18.3.1
'@types/react': 18.3.3
'@types/react-dom': 18.3.0
# Runtime deps
graphql: ^16.9.0
zod: ^3.25.0
axios: 1.13.5
dotenv: 16.6.0
date-fns: ^3.6.0
lodash: 4.18.1
lodash-es: 4.18.1
hono: 4.12.12
pino: ^8.19.0
# Types
'@types/node': ^22.0.0
'@types/lodash': 4.17.24
'@types/lodash-es': 4.17.12
# Buf/Connect
'@bufbuild/protobuf': ^1.9.0
'@connectrpc/connect': 1.5.0
'@connectrpc/connect-node': 1.5.0
'@connectrpc/connect-query': ^1.4.1
'@connectrpc/connect-web': 1.5.0
# GraphQL tooling
'@graphql-tools/utils': ^11.0.0