-
-
Notifications
You must be signed in to change notification settings - Fork 232
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
28 lines (24 loc) · 693 Bytes
/
Copy pathpnpm-workspace.yaml
File metadata and controls
28 lines (24 loc) · 693 Bytes
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
packages:
- "frontend"
- "SparkyFitnessFrontend"
- "shared"
- "SparkyFitnessMobile"
- "SparkyFitnessServer"
- "docs"
- "SparkyFitnessMCP"
packageExtensions:
"@kingstinct/react-native-healthkit@13":
dependencies:
"@expo/config-plugins": "^55.0.0"
# uniwind's metro plugin does `require("metro/private/DeltaBundler/Graph")` and
# `require("metro-cache/private/stores/FileStore")` but doesn't declare those as deps.
# Inject them so pnpm puts them in uniwind's resolution scope.
"uniwind":
dependencies:
"metro": "*"
"metro-cache": "*"
onlyBuiltDependencies:
- esbuild
- unrs-resolver
minimumReleaseAge: 4320
minimumReleaseAgeExclude: []