forked from element-hq/element-web
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
31 lines (31 loc) · 757 Bytes
/
pnpm-workspace.yaml
File metadata and controls
31 lines (31 loc) · 757 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
nodeLinker: hoisted
linkWorkspacePackages: true
packages:
- "."
- "packages/*"
cleanupUnusedCatalogs: true
catalog:
# typescript
typescript: 5.9.3
# react
react: ^19.0.0
react-dom: ^19.0.0
"@types/react": ^19.2.10
"@types/react-dom": ^19.2.3
# playwright
"@element-hq/element-web-playwright-common": 2.2.7
"@playwright/test": 1.58.2
# Module API
"@element-hq/element-web-module-api": 1.9.0
# Compound
"@vector-im/compound-design-tokens": 6.9.0
"@vector-im/compound-web": 8.3.6
# i18n
matrix-web-i18n: 3.6.0
# fonts
"@fontsource/inter": 5.2.8
packageExtensions:
fdir:
dependencies:
# Fix missing type dependency
"@types/picomatch": 4.0.2