forked from pingdotgg/t3code
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
127 lines (119 loc) · 3.92 KB
/
Copy pathpnpm-workspace.yaml
File metadata and controls
127 lines (119 loc) · 3.92 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
packages:
- apps/*
- infra/*
- oxlint-plugin-t3code
- packages/*
- scripts
# Successor to onlyBuiltDependencies/ignoredBuiltDependencies (pnpm 11).
# true = allowed to run build scripts; false mirrors the pnpm 10 behavior
# where anything outside onlyBuiltDependencies was silently not built.
allowBuilds:
browser-tabs-lock: false
bufferutil: false
core-js: false
electron: true
electron-winstaller: false
esbuild: true
msgpackr-extract: true
msw: false
node-pty: true
sharp: true
utf-8-validate: false
workerd: false
catalog:
"@clerk/backend": 3.11.2
"@clerk/clerk-js": 6.25.1
"@clerk/electron": 0.0.11
"@clerk/electron-passkeys": 0.0.3
"@clerk/expo": 3.7.2
"@clerk/react": 6.12.1
"@clerk/shared": 4.25.1
"@effect/atom-react": 4.0.0-beta.78
"@effect/openapi-generator": 4.0.0-beta.78
"@effect/platform-bun": 4.0.0-beta.78
"@effect/platform-node": 4.0.0-beta.78
"@effect/platform-node-shared": 4.0.0-beta.78
"@effect/sql-pg": 4.0.0-beta.78
"@effect/sql-sqlite-bun": 4.0.0-beta.78
"@effect/tsgo": 0.13.2
"@effect/vitest": 4.0.0-beta.78
"@noble/curves": 1.9.1
"@noble/hashes": 1.8.0
"@pierre/diffs": 1.3.0-beta.5
"@types/node": 24.12.4
"@typescript/native-preview": 7.0.0-dev.20260604.1
effect: 4.0.0-beta.78
jose: 6.2.2
typescript: ~6.0.3
vite: npm:@voidzero-dev/vite-plus-core@0.2.2
vite-plus: 0.2.2
yaml: ^2.9.0
minimumReleaseAgeExclude:
- "@clerk/backend@3.11.2"
- "@clerk/clerk-js@6.25.1"
- "@clerk/electron@0.0.11"
- "@clerk/expo@3.7.2"
- "@clerk/react@6.12.1"
- "@clerk/shared@4.25.1"
overrides:
"@clerk/backend": "catalog:"
"@clerk/clerk-js": "catalog:"
"@clerk/clerk-js>@base-org/account": "-"
"@clerk/clerk-js>@coinbase/wallet-sdk": "-"
"@clerk/clerk-js>@solana/wallet-adapter-base": "-"
"@clerk/clerk-js>@solana/wallet-adapter-react": "-"
"@clerk/clerk-js>@solana/wallet-standard": "-"
"@clerk/clerk-js>@wallet-standard/core": "-"
"@clerk/electron": "catalog:"
"@clerk/electron-passkeys": "catalog:"
"@clerk/expo": "catalog:"
"@clerk/react": "catalog:"
"@clerk/shared": "catalog:"
"@effect/atom-react": "catalog:"
"@effect/platform-bun": "catalog:"
"@effect/platform-node": "catalog:"
"@effect/platform-node-shared": "catalog:"
"@effect/sql-pg": "catalog:"
"@effect/sql-sqlite-bun": "catalog:"
"@effect/vitest": "catalog:"
"@effect/vitest>vitest": "-"
"@expo/metro-config": 56.0.14
"@pierre/diffs>@shikijs/transformers": ^4.2.0
"@types/node": "catalog:"
effect: "catalog:"
expo-modules-jsi: 56.0.10
vite: "catalog:"
yaml: "catalog:"
packageExtensions:
"@effect/vitest@*":
dependencies:
vite-plus: "catalog:"
peerDependenciesMeta:
vitest:
optional: true
vite-plus@*:
dependencies:
vite: "catalog:"
patchedDependencies:
"@effect/vitest@4.0.0-beta.78": patches/@effect__vitest@4.0.0-beta.78.patch
"@expo/metro-config@56.0.14": patches/@expo%2Fmetro-config@56.0.14.patch
"@ff-labs/fff-node@0.9.4": patches/@ff-labs__fff-node@0.9.4.patch
"@legendapp/list@3.2.0": patches/@legendapp__list@3.2.0.patch
"@pierre/diffs@1.3.0-beta.5": patches/@pierre%2Fdiffs@1.3.0-beta.5.patch
"@react-native-menu/menu@2.0.0": patches/@react-native-menu__menu@2.0.0.patch
"@react-navigation/native-stack@7.17.6": patches/@react-navigation%2Fnative-stack@7.17.6.patch
effect@4.0.0-beta.78: patches/effect@4.0.0-beta.78.patch
expo-modules-jsi@56.0.10: patches/expo-modules-jsi@56.0.10.patch
react-native-gesture-handler@2.31.2: patches/react-native-gesture-handler@2.31.2.patch
react-native-keyboard-controller@1.21.13: patches/react-native-keyboard-controller@1.21.13.patch
react-native-nitro-modules@0.35.9: patches/react-native-nitro-modules@0.35.9.patch
react-native-screens@4.25.2: patches/react-native-screens@4.25.2.patch
peerDependencyRules:
allowAny:
- vite
allowedVersions:
vite: "*"
supportedArchitectures:
cpu: [current, x64]
libc: [current, glibc]
os: [current, linux]