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
46 lines (39 loc) · 903 Bytes
/
pnpm-workspace.yaml
File metadata and controls
46 lines (39 loc) · 903 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
packages:
- packages/*
- docs
- play
- internal/*
allowBuilds:
'@parcel/watcher': true
esbuild: true
puppeteer: true
vue-demi: true
catalog:
'@ctrl/tinycolor': ^4.2.0
'@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': ^6.0.6
'@vitejs/plugin-vue-jsx': ^5.1.5
'@vue/server-renderer': ^3.5.22
'@vue/shared': ^3.5.22
'@vue/test-utils': ^2.4.6
'@vueuse/core': 14.2.1
lodash-unified: ^1.0.3
normalize-wheel-es: ^1.2.0
vue: ^3.5.22
vue-component-type-helpers: ^3.2.4
# vitest: ^2.0.5
dedupePeers: true
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
shellEmulator: true
strictPeerDependencies: false