-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
66 lines (64 loc) · 1.79 KB
/
pnpm-workspace.yaml
File metadata and controls
66 lines (64 loc) · 1.79 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
packages:
- "core"
- "jobs"
- "mock-notify"
- "config/*"
- "packages/*"
- "storybook"
- "docs"
- "site-builder-2"
# A catalog is used to line up the package versions across workspaces
catalog:
next: ^15.5.9
katex: ^0.16.18
tailwindcss: 4.1.17
tailwind-merge: ^3.4.0
"@tailwindcss/postcss": ^4.1.17
"@tailwindcss/typography": ^0.5.16
"@tailwindcss/forms": ^0.5.10
tailwindcss-animate: ^1.0.7
clsx: ^2.0.0
postcss: ^8.4.27
autoprefixer: ^10.4.21
date-fns: ^4.1.0
nuqs: "2.4.3"
# not manually specifying this lead to two different versions of nuqs being installed
# see https://github.com/47ng/nuqs/issues/798
"@babel/core": 7.27.4
tsx: ^4.19.0
typescript: ^5.9.2
"@typescript/native-preview": "latest"
vitest: ^3.1.4
vite: "^6.0.0"
vite-tsconfig-paths: "^5.1.4"
"@vitejs/plugin-react": "^4.5.0"
zod: ^3.24.3
react-hook-form: ^7.54.2
"@hookform/resolvers": ^3.9.1
"@playwright/test": ^1.52.0
"@sinclair/typebox": ^0.34.30
"@types/node": ^20
"@handlewithcare/react-prosemirror": "^2.4.12"
"@honeycombio/opentelemetry-node": ^0.6.1
"@opentelemetry/auto-instrumentations-node": 0.53.0
"@sentry/nextjs": "^10.5.0"
"@ts-rest/core": 3.51.0
"@ts-rest/next": 3.51.0
"@ts-rest/open-api": 3.51.0
"@ts-rest/serverless": 3.51.0
"@ts-rest/react-query": 3.51.0
"prosemirror-model": "1.25.3"
"prosemirror-view": "1.39.2"
"prosemirror-state": "1.4.3"
catalogs:
react18:
react: 18.3.1
react-dom: 18.3.0
"@types/react": ^18.3.5
"@types/react-dom": ^18.3.0
react19:
react: ^19.1.4
react-dom: ^19.1.4
"@types/react": ^19.1.10
"@types/react-dom": ^19.1.7
react-reconciler: "0.32.0"