forked from PostHog/posthog
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
78 lines (76 loc) · 1.84 KB
/
pnpm-workspace.yaml
File metadata and controls
78 lines (76 loc) · 1.84 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
68
69
70
71
72
73
74
75
76
77
78
packages:
- '.'
- common/esbuilder
- common/hogvm/typescript
- common/plugin_transpiler
- common/storybook
- common/mosaic
- common/replay-shared
- common/replay-headless
- common/tailwind
- frontend
- playwright
- nodejs
- nodejs/src/scripts
- products/*
- docs/onboarding
- services/oauth-proxy
- services/mcp
- services/stripe-app
- tools/*
- '!tools/hedgebox-dummy'
- rust/cyclotron-node
catalog:
# Kea ecosystem - state management
kea: ^4.0.0-pre.5
kea-forms: ^3.2.0
kea-loaders: ^3.1.1
kea-localstorage: ^3.1.0
kea-router: ^3.4.1
kea-subscriptions: ^3.0.1
kea-test-utils: ^0.2.4
kea-waitfor: ^0.2.1
kea-window-values: ^3.0.1
# PostHog packages
posthog-js: ^1.364.0
# Build tools
'@parcel/packager-ts': 2.13.3
'@parcel/transformer-typescript-types': 2.13.3
typescript: 5.6.3
oxfmt: ^0.35.0
# Testing
jest: ^29.7.0
'@types/jest': ^29.5.12
'@types/node': ^22.13.14
# Storybook
'@storybook/addon-actions': ^7.6.4
'@storybook/react': ^7.6.4
'@storybook/testing-library': ^0.2.2
'@storybook/types': ^7.6.4
# Common utilities
fast-deep-equal: ^3.1.3
fuse.js: ^6.6.2
ts-pattern: '4.3'
use-debounce: ^9.0.3
# React types
'@types/react': ^18.3.27
'@types/react-dom': ^18.3.7
# Other shared
husky: ^7.0.4
lint-staged: ~15.4.3
concurrently: ^5.3.0
# posthog-js needs to be excluded because we only update our CDN
# once a newer posthog-js version is merged onto this repo
minimumReleaseAge: 4320
minimumReleaseAgeExclude:
- posthog-js
- posthog-js-lite
- posthog-node
- '@posthog/*'
- kea@4.0.0-pre.5
- chartjs-plugin-stacked100@1.7.1
- torph@0.0.5
- oxfmt@0.35.0
- '@oxfmt/*'
- bloommx@1.0.3
- kea-typegen