forked from lynx-family/lynx-stack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
62 lines (53 loc) · 1.35 KB
/
pnpm-workspace.yaml
File metadata and controls
62 lines (53 loc) · 1.35 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
packages:
- benchmark/react
- examples/*
- packages/background-only
- packages/lynx/*
- packages/react
- packages/react/refresh
- packages/react/runtime
- packages/react/testing-library
- packages/react/transform
- packages/react/worklet-runtime
- packages/rspeedy/*
- packages/testing-library/*
- packages/testing-library/examples/*
- packages/third-party/*
- packages/tools/*
- packages/use-sync-external-store
- packages/web-platform/*
- packages/webpack/*
- website
# From `@pnpm/plugin-better-defaults`
enablePrePostScripts: false
ignorePatchFailures: false
optimisticRepeatInstall: true
resolutionMode: "lowest-direct"
# Default catalogs
catalog:
"@microsoft/api-extractor": "7.52.11"
catalogs:
# Rsbuild monorepo packages
rsbuild:
"@rsbuild/core": "1.5.4"
# Rspack monorepo packages
rspack:
"@rspack/cli": "1.5.2"
"@rspack/core": "1.5.2"
"@rspack/test-tools": "1.5.2"
overrides:
"@rspack/core": "$@rspack/core"
"@rsbuild/core>@rspack/core": "$@rspack/core"
patchedDependencies:
"@napi-rs/cli@2.18.4": "patches/@napi-rs__cli@2.18.4.patch"
"@rollup/plugin-typescript": "patches/@rollup__plugin-typescript.patch"
strictDepBuilds: true
onlyBuiltDependencies:
- dprint
- esbuild
ignoredBuiltDependencies:
- "@biomejs/biome"
- "@parcel/watcher"
- "@swc/core"
- core-js
- unrs-resolver