-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
34 lines (34 loc) · 839 Bytes
/
pnpm-workspace.yaml
File metadata and controls
34 lines (34 loc) · 839 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
nodeLinker: hoisted
linkWorkspacePackages: true
packages:
- "apps/*"
- "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
"@playwright/test": 1.59.1
"playwright-core": 1.59.1
# Compound
"@vector-im/compound-design-tokens": 10.1.0
"@vector-im/compound-web": 9.2.0
# 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
"@joshwooding/vite-plugin-react-docgen-typescript":
peerDependencies:
# Silence warning
vite: "^8.0.0"
ignorePatchFailures: false