forked from vitest-dev/vitest
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
107 lines (102 loc) · 2.43 KB
/
pnpm-workspace.yaml
File metadata and controls
107 lines (102 loc) · 2.43 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
catalogMode: prefer
shellEmulator: true
trustPolicy: no-downgrade
trustPolicyExclude:
- semver@6.3.1
- chokidar@4.0.3
- webdriverio@9.20.0
- webdriver@9.20.0
- '@wdio/types@9.20.0'
- '@wdio/repl@9.16.2'
- '@wdio/utils@9.20.0'
- '@wdio/config@9.20.0'
- '@wdio/logger@9.18.0'
- '@wdio/protocols@9.16.2'
- undici-types@6.21.0
- undici@6.21.3
- rxjs@7.8.2
packages:
- docs
- packages/*
- examples/*
- test/*
- test/cli/dts/*
- test/config/fixtures/conditions-pkg
overrides:
'@types/node': $@types/node
'@vitest/browser': workspace:*
'@vitest/browser-playwright': workspace:*
'@vitest/browser-preview': workspace:*
'@vitest/browser-webdriverio': workspace:*
'@vitest/ui': workspace:*
acorn: 8.11.3
mlly: ^1.8.0
rollup: $rollup
vite: $vite
vitest: workspace:*
patchedDependencies:
'@sinonjs/fake-timers@15.0.0': patches/@sinonjs__fake-timers@15.0.0.patch
acorn@8.11.3: patches/acorn@8.11.3.patch
cac@6.7.14: patches/cac@6.7.14.patch
istanbul-lib-instrument: patches/istanbul-lib-instrument.patch
istanbul-lib-source-maps: patches/istanbul-lib-source-maps.patch
catalog:
'@iconify-json/carbon': ^1.2.19
'@iconify-json/logos': ^1.2.10
'@iconify/vue': ^5.0.0
'@jridgewell/remapping': ^2.3.5
'@jridgewell/trace-mapping': 0.3.31
'@types/chai': ^5.2.2
'@types/estree': ^1.0.8
'@types/istanbul-lib-coverage': ^2.0.6
'@types/istanbul-lib-report': ^3.0.3
'@types/istanbul-lib-source-maps': ^4.0.4
'@types/istanbul-reports': ^3.0.4
'@types/ws': ^8.18.1
'@types/yauzl': ^2.10.3
'@unocss/reset': ^66.6.6
'@vitejs/plugin-vue': ^6.0.4
'@vueuse/core': ^14.2.1
acorn-walk: ^8.3.5
birpc: ^4.0.0
cac: ^6.7.14
chai: ^6.2.2
flatted: 3.4.0
istanbul-lib-coverage: ^3.2.2
istanbul-lib-report: ^3.0.1
istanbul-lib-source-maps: ^5.0.6
istanbul-reports: ^3.2.0
magic-string: ^0.30.21
magicast: ^0.5.2
msw: ^2.12.10
obug: ^2.1.1
pathe: ^2.0.3
playwright: ^1.58.2
sirv: ^3.0.2
std-env: ^4.0.0-rc.1
strip-literal: ^3.1.0
tinyexec: ^1.0.2
tinyglobby: ^0.2.15
tinyhighlight: ^0.3.2
tinyrainbow: ^3.0.3
tinyspy: ^4.0.4
typescript: ^5.9.3
unocss: ^66.6.6
vitest-sonar-reporter: 3.0.0
vue: ^3.5.29
ws: ^8.19.0
yauzl: ^3.2.0
onlyBuiltDependencies:
- '@sveltejs/kit'
- '@swc/core'
- edgedriver
- esbuild
- geckodriver
- msw
- rolldown
- sharp
- svelte-preprocess
- vue-demi
peerDependencyRules:
ignoreMissing:
- '@algolia/client-search'