mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-17 02:16:16 +02:00
40 lines
951 B
YAML
40 lines
951 B
YAML
nodeLinker: hoisted
|
|
linkWorkspacePackages: true
|
|
packages:
|
|
- "apps/*"
|
|
- "packages/*"
|
|
cleanupUnusedCatalogs: true
|
|
catalog:
|
|
# typescript
|
|
typescript: 6.0.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.1
|
|
"@vector-im/compound-web": 9.3.0
|
|
# i18n
|
|
matrix-web-i18n: 3.6.0
|
|
# fonts
|
|
"@fontsource/inter": 5.2.8
|
|
# vite
|
|
vite: 8.0.10
|
|
vitest: 4.1.5
|
|
vitest-sonar-reporter: 3.0.0
|
|
"@vitest/coverage-v8": 4.1.5
|
|
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
|