-
Notifications
You must be signed in to change notification settings - Fork 516
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
78 lines (71 loc) · 1.83 KB
/
Copy pathpnpm-workspace.yaml
File metadata and controls
78 lines (71 loc) · 1.83 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:
- "."
- "packages/*"
- "apps/*"
- "tools/*"
allowBuilds:
"@parcel/watcher": true
"@launchql/protobufjs": true
esbuild: true
msgpackr-extract: true
sharp: true
catalog:
"@effect/atom-react": "4.0.0-rc.112"
"@effect/platform-bun": "4.0.0-rc.112"
"@effect/platform-node": "4.0.0-rc.112"
"@effect/sql-pg": "4.0.0-rc.112"
"@effect/tsgo": "0.37.0"
"@effect/vitest": "4.0.0-rc.112"
"@tsconfig/bun": "^1.0.11"
"@types/bun": "^1.4.0"
"typescript": "^7.0.2"
"@vitest/coverage-istanbul": "^4.1.11"
"effect": "4.0.0-rc.112"
"knip": "^6.32.2"
"oxfmt": "^0.65.0"
"oxlint": "1.80.0"
"oxlint-tsgolint": "^7.0.2001"
"semantic-release": "^25.0.9"
"tldts": "^7.4.11"
"turbo": "2.10.12"
"vitest": "^4.1.11"
blockExoticSubdeps: true
overrides:
# pg-topo's parser chain otherwise resolves bleeding-edge Node globals that conflict with Bun's web types.
"@launchql/protobufjs>@types/node": "24.10.4"
minimumReleaseAge: 10200
minimumReleaseAgeExclude:
- "@turbo/darwin-64@2.10.11"
- "@turbo/darwin-arm64@2.10.11"
- "@turbo/linux-64@2.10.11"
- "@turbo/linux-arm64@2.10.11"
- "@turbo/windows-64@2.10.11"
- "@turbo/windows-arm64@2.10.11"
- "@effect/atom-react@4.0.0-rc.111"
- "@effect/platform-bun@4.0.0-rc.111"
- "@effect/platform-node@4.0.0-rc.111"
- "@effect/platform-node-shared@4.0.0-rc.111"
- "@effect/sql-pg@4.0.0-rc.111"
- "@effect/vitest@4.0.0-rc.111"
- "@supabase/pg-delta@1.0.0-alpha.46"
- "@supabase/pg-topo@1.0.0-alpha.5"
- "@types/bun@1.4.0"
- "bun-types@1.4.0"
- "effect@4.0.0-rc.111"
- "turbo@2.10.11"
supportedArchitectures:
cpu:
- current
- arm64
- x64
libc:
- current
- glibc
- musl
os:
- current
- darwin
- linux
- win32
patchedDependencies:
"@libpg-query/parser@17.6.10": patches/@libpg-query__parser@17.6.10.patch