-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
67 lines (61 loc) · 1.33 KB
/
pnpm-workspace.yaml
File metadata and controls
67 lines (61 loc) · 1.33 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
packages:
- lib/*
- packages/react-native-sdk
- packages/web/*
- packages/web/frameworks/*
- packages/ios/*
- packages/node/node-sdk
- packages/universal/*
catalog:
'@contentful/rich-text-html-renderer': ^17.1.6
'@contentful/rich-text-types': ^17.2.5
'@microsoft/api-extractor': ^7.57.7
'@playwright/test': ^1.57.0
'@preact/signals-core': ^1.13.0
'@rsbuild/core': ^1.7.3
'@rstest/core': ^0.8.5
'@rstest/coverage-istanbul': ^0.2.1
'@rsdoctor/cli': ^1.5.2
'@rsdoctor/rspack-plugin': ^1.5.2
'@rslib/core': ^0.19.6
'@types/express': ^5.0.6
'@types/node': ^24.0.13
'@types/qs': ^6.14.0
'@types/supertest': ^6.0.3
'@vitest/coverage-v8': ^3.2.4
browserslist: ^4.25.1
contentful: ^11.10.3
dotenv: ^17.3.1
ejs: ^3.1.10
es-toolkit: ^1.45.1
express: ^5.2.1
express-rate-limit: ^8.3.2
happy-dom: ^20.8.9
msw: ^2.12.10
p-retry: ^8.0.0
pm2: ^6.0.14
qs: ^6.14.0
rimraf: ^6.1.3
supertest: ^7.1.3
tslib: ^2.8.1
tsx: ^4.21.0
typescript: ^5.8.3
vitest: ^3.2.4
zod: ^4.3.6
engineStrict: true
nodeVersion: 24.13.0
onlyBuiltDependencies:
- contentful-cli
- core-js
- detox
- dtrace-provider
- esbuild
- msw
- spawn-sync
- unrs-resolver
overrides:
'@playwright/test': 'catalog:'
'@types/node': 'catalog:'
typescript: 'catalog:'
vitest: 'catalog:'
useNodeVersion: 24.13.0