-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpnpm-workspace.yaml
49 lines (47 loc) · 1.01 KB
/
pnpm-workspace.yaml
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
packages:
- apps/*
- packages/*
- tooling/*
- integrations/*
catalog:
eslint: 9.11.1
eslint-plugin-vitest: ^0.5.4
typescript-eslint: ^8.13.0
prettier: ^3.5.3
tailwindcss: ^3.4.17
typescript: ^5.8.2
zod: ^3.24.2
"@t3-oss/env-core": ^0.11.1
"@t3-oss/env-nextjs": ^0.11.1
"date-fns": ^3.6.0
"@octokit/rest": ^20.1.1
"tsx": ^4.19.1
"lodash": ^4.17.21
"@types/lodash": ^4.17.5
"next": 15.2.1
"next-auth": "5.0.0-beta.25"
"@next/eslint-plugin-next": ^15.2.2
"bullmq": ^5.15.0
"ts-is-present": ^1.2.2
react-hook-form: ^7.54.2
semver: ^7.7.1
superjson: ^2.2.2
"@octokit/auth-app": ^7.1.5
"@tabler/icons-react": ^3.31.0
"dotenv-cli": ^7.4.4
"@hookform/resolvers": ^3.10.0
catalogs:
react19:
react: 19.0.0
react-dom: 19.0.0
"@types/react": ^19.0.0
"@types/react-dom": ^19.0.0
react18:
react: 18.3.1
react-dom: 18.3.1
"@types/react": ^18.3.5
"@types/react-dom": ^18.3.0
node22:
"@types/node": ^22.5.5
node20:
"@types/node": ^20.12.0