mirror of
https://github.com/vector-im/element-web.git
synced 2026-03-01 19:41:15 +01:00
* Update critical gradient for room status bar As per design request, this has been updated to be much more subtle https://github.com/element-hq/compound-design-tokens/pull/232 * update shared-component * Cleanup * Update snaps * description fix color * More cleanup * Use the correct border color * new snaps * fix border, button placement, fonts etc * update lock * Update status bar * Update playwright snaps * Update snap icon * Update other banners * update snap * fixup
32 lines
763 B
YAML
32 lines
763 B
YAML
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
|
|
"@element-hq/element-web-playwright-common": 2.2.7
|
|
"@playwright/test": 1.58.2
|
|
# Module API
|
|
"@element-hq/element-web-module-api": 1.9.1
|
|
# Compound
|
|
"@vector-im/compound-design-tokens": 6.10.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
|