-
Notifications
You must be signed in to change notification settings - Fork 77
/
Copy pathpnpm-workspace.yaml
47 lines (40 loc) · 1.05 KB
/
pnpm-workspace.yaml
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
packages:
- .github/actions/eco-ci
- examples/*
- packages/react
- packages/react/refresh
- packages/react/runtime
- packages/react/transform
- packages/react/worklet-runtime
- packages/rspeedy/*
- packages/tools/*
- packages/web-platform/*
- packages/webpack/*
- packages/third-party/*
- website
# Default catalogs
catalog:
"@microsoft/api-extractor": "7.52.3"
catalogs:
# Rsbuild monorepo packages
rsbuild:
"@rsbuild/core": "1.3.5"
"@rsbuild/webpack": "1.3.0"
"@rsbuild/plugin-less": "1.2.2"
"@rsbuild/plugin-sass": "1.3.1"
"@rsbuild/plugin-webpack-swc": "1.1.0"
# Rspack monorepo packages
rspack:
"@rspack/cli": "1.3.4"
"@rspack/core": "1.3.4"
"@rspack/test-tools": "1.3.4"
overrides:
"@rspack/core": "$@rspack/core"
"@rsbuild/core>@rspack/core": "$@rspack/core"
patchedDependencies:
"@napi-rs/[email protected]": "patches/@[email protected]"
"@rollup/plugin-typescript": "patches/@rollup__plugin-typescript.patch"
onlyBuiltDependencies:
- dprint
ignoredBuiltDependencies:
- core-js