forked from element-plus/element-plus
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
48 lines (40 loc) · 892 Bytes
/
pnpm-workspace.yaml
File metadata and controls
48 lines (40 loc) · 892 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
packages:
- packages/*
- docs
- play
- internal/*
catalog:
'@ctrl/tinycolor': ^3.4.1
'@element-plus/icons-vue': ^2.3.2
'@floating-ui/dom': ^1.0.1
'@popperjs/core': npm:@sxzz/popperjs-es@^2.11.7
'@vitejs/plugin-vue': ^5.1.4
'@vitejs/plugin-vue-jsx': ^4.0.1
'@vue/server-renderer': ^3.5.22
'@vue/shared': ^3.5.22
'@vue/test-utils': ^2.4.6
'@vueuse/core': ^10.11.0
lodash-unified: ^1.0.3
normalize-wheel-es: ^1.2.0
vue: ^3.5.22
# vitest: ^2.0.5
onlyBuiltDependencies:
- '@parcel/watcher'
- es5-ext
- esbuild
- fsevents
- puppeteer
- vue-demi
overrides:
jwa: ^1.4.2 # 20697
typescript: $typescript
patchedDependencies:
async-validator@4.2.5: patches/async-validator@4.2.5.patch #16757
peerDependencyRules:
ignoreMissing:
- vite
- react
- react-dom
shamefullyHoist: true
shellEmulator: true
strictPeerDependencies: false