-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
34 lines (32 loc) · 1.06 KB
/
Copy pathpnpm-workspace.yaml
File metadata and controls
34 lines (32 loc) · 1.06 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
packages:
- .
- packages/tools
- packages/vite-task-client
catalog:
'@tsconfig/strictest': ^2.0.8
'@types/node': 25.0.3
cross-env: ^10.1.0
husky: ^9.1.7
lint-staged: ^17.0.0
oxfmt: 0.55.0
oxlint: ^1.55.0
oxlint-tsgolint: ^0.23.0
typescript: ^6.0.3
vite: npm:@voidzero-dev/vite-plus-core@0.2.1
vite-plus: 0.2.1
catalogMode: prefer
overrides:
vite: 'catalog:'
# The e2e harness symlinks packages/tools' `vite` binary into fixtures to
# exercise the real vite-task-client integration. The global `vite: catalog:`
# override above routes vite to the Vite+ toolchain fork, which does not carry
# the integration — so scope vite-task-tools' `vite` to a real upstream build
# (vitejs/vite main, where the integration merged in vitejs/vite#22453). Bump
# the pinned sha to track main until the integration ships in a tagged vite
# release and this can move to a normal version range.
vite-task-tools>vite: https://pkg.pr.new/vite@1298951ebc5e5a94164c21f142fe748ca37eea68
peerDependencyRules:
allowAny:
- vite
allowedVersions:
vite: '*'