forked from PostHog/posthog-js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
55 lines (51 loc) · 1.41 KB
/
pnpm-workspace.yaml
File metadata and controls
55 lines (51 loc) · 1.41 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
packages:
- packages/*
- 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.5.29
"@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
minimumReleaseAge: 4320
minimumReleaseAgeExclude:
- dompurify@3.3.2
- node-forge@1.3.2
- next@15.5.7
- "@next/env@15.5.7"
- "@posthog/rrweb-plugin-console-record@0.0.46"
- "@posthog/rrweb-record@0.0.46"
- "@posthog/rrweb-types@0.0.46"
- "@posthog/rrweb-utils@0.0.46"
- "@posthog/rrweb@0.0.46"
- "@posthog/rrweb-snapshot@0.0.46"
- "@posthog/rrdom@0.0.46"
- "@posthog/cli"
- "posthog-react-native-session-replay"
supportedArchitectures:
cpu: [x64, arm64v8, arm64]
os: [linux, darwin]