-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
32 lines (31 loc) · 899 Bytes
/
pnpm-workspace.yaml
File metadata and controls
32 lines (31 loc) · 899 Bytes
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
packages:
- 'libs/**'
- 'apps/**'
- '!apps/legacy_**'
# Define a catalog of version ranges.
catalog:
"@rsbuild/core": 1.3.0
"@rsbuild/plugin-react": 1.1.1
"@rsbuild/plugin-node-polyfill": 1.3.0
tailwindcss: 4.0.12
"@tailwindcss/postcss": 4.0.12
tailwindcss-animate: 1.0.7
tailwind-merge: 3.0.2
typescript: 5.8.2
react: 18.3.1
react-dom: 18.3.1
"@types/react": 18.3.12
"@types/react-dom": 18.3.5
effect: 3.14.2
"@effect/language-service": 0.4.0
"@effect/experimental": 0.44.2
"@effect/platform-bun": 0.60.5
"@effect/platform": 0.80.2
"@effect/opentelemetry": 0.45.2
"@opentelemetry/sdk-logs": "0.57.2"
"@opentelemetry/resources": "1.30.1"
"@opentelemetry/sdk-metrics": "1.30.1"
"@opentelemetry/sdk-trace-base": "1.30.1"
"@opentelemetry/sdk-trace-node": "1.30.1"
"@opentelemetry/sdk-trace-web": "1.30.1"
"@sentry/opentelemetry": "^9.8.0"