2026-02-11 10:35:29 +00:00
|
|
|
nodeLinker: hoisted
|
|
|
|
|
linkWorkspacePackages: true
|
|
|
|
|
packages:
|
2026-02-24 15:48:47 +00:00
|
|
|
- "apps/*"
|
2026-02-11 10:35:29 +00:00
|
|
|
- "packages/*"
|
2026-02-12 11:17:02 +00:00
|
|
|
cleanupUnusedCatalogs: true
|
2026-02-11 10:35:29 +00:00
|
|
|
catalog:
|
|
|
|
|
# typescript
|
2026-04-22 12:28:54 +00:00
|
|
|
typescript: 6.0.3
|
2026-02-11 10:35:29 +00:00
|
|
|
# react
|
|
|
|
|
react: ^19.0.0
|
|
|
|
|
react-dom: ^19.0.0
|
|
|
|
|
"@types/react": ^19.2.10
|
|
|
|
|
"@types/react-dom": ^19.2.3
|
2026-02-12 11:17:02 +00:00
|
|
|
# playwright
|
2026-04-07 16:16:57 +00:00
|
|
|
"@playwright/test": 1.59.1
|
|
|
|
|
"playwright-core": 1.59.1
|
2026-02-12 11:17:02 +00:00
|
|
|
# Compound
|
2026-04-13 17:40:24 +02:00
|
|
|
"@vector-im/compound-design-tokens": 10.1.0
|
2026-04-17 16:51:43 +01:00
|
|
|
"@vector-im/compound-web": 9.2.0
|
2026-02-12 11:17:02 +00:00
|
|
|
# i18n
|
|
|
|
|
matrix-web-i18n: 3.6.0
|
2026-02-20 10:08:19 +00:00
|
|
|
# fonts
|
|
|
|
|
"@fontsource/inter": 5.2.8
|
2026-02-16 10:10:24 +00:00
|
|
|
packageExtensions:
|
|
|
|
|
fdir:
|
|
|
|
|
dependencies:
|
|
|
|
|
# Fix missing type dependency
|
|
|
|
|
"@types/picomatch": 4.0.2
|
2026-04-17 10:01:27 +01:00
|
|
|
"@joshwooding/vite-plugin-react-docgen-typescript":
|
|
|
|
|
peerDependencies:
|
|
|
|
|
# Silence warning
|
|
|
|
|
vite: "^8.0.0"
|
2026-03-20 19:41:13 +00:00
|
|
|
ignorePatchFailures: false
|