-
Notifications
You must be signed in to change notification settings - Fork 248
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
53 lines (48 loc) · 1.3 KB
/
pnpm-workspace.yaml
File metadata and controls
53 lines (48 loc) · 1.3 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
packages:
- packages/*
- packages/rrweb/*
- packages/rrweb/plugins/*
- tooling/*
- "!**/playground/**"
- "!**/examples/**"
catalog:
"@babel/core": ^7.27.1
"@babel/plugin-syntax-decorators": ^7.27.1
"@babel/plugin-transform-exponentiation-operator": ^7.27.1
"@babel/plugin-transform-nullish-coalescing-operator": ^7.27.1
"@babel/plugin-transform-react-jsx": ^7.27.1
"@babel/preset-env": ^7.27.1
"@babel/preset-react": ^7.27.1
"@babel/preset-typescript": ^7.27.1
"@posthog/cli": ~0.7.3
"@rslib/core": 0.10.6
"@testing-library/dom": ^10.4.1
"@testing-library/jest-dom": ^6.9.1
"@testing-library/preact": ^3.2.4
"@testing-library/react": ^16.3.0
"@types/jest": ^29.5.14
"@types/react": ^19.2.7
jest: 29.7.0
jest-environment-jsdom: ^29.7.0
jest-environment-node: ^29.7.0
jest-expo: ^47.0.1
react: ^19.2.1
react-dom: ^19.2.1
react-test-renderer: ^19.2.1
rollup: ^4.53.3
ts-jest: 29.4.0
tslib: ^2.5.0
typescript: 5.8.2
vite: ^6.2.0
vite-plugin-dts: ^4.5.4
esbuild-plugin-umd-wrapper: ^3.0.0
minimumReleaseAge: 10080
minimumReleaseAgeExclude:
- "@posthog/cli"
- "posthog-react-native-session-replay"
supportedArchitectures:
cpu: [x64, arm64v8, arm64]
os: [linux, darwin]
blockExoticSubdeps: true
trustPolicy: no-downgrade
enableGlobalVirtualStore: true