* fix: how we fetch profiles in the buffer * perf: optimize event buffer * remove unused file * fix * wip * wip: try groupmq 2 * try simplified event buffer with duration calculation on the fly instead
17 lines
298 B
YAML
17 lines
298 B
YAML
packages:
|
|
- "apps/*"
|
|
- "packages/**"
|
|
- "tooling/*"
|
|
- "admin"
|
|
|
|
# Define a catalog of version ranges.
|
|
catalog:
|
|
zod: ^3.24.2
|
|
react: ^19.2.3
|
|
"@types/react": ^19.2.3
|
|
"react-dom": ^19.2.3
|
|
"@types/react-dom": ^19.2.3
|
|
"@types/node": ^24.7.1
|
|
typescript: ^5.9.3
|
|
groupmq: 2.0.0-next.1
|