* Move declaration.d.ts to @types Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Load customisations.json without `require` Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Remove webpack rule from when we were consuming shared-components ts vs js Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Avoid hardcoding paths to modules in webpack config Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Convert webpack config to typescript Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Stub js webpack/postcss plugins Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Patch broken rollup types until https://github.com/getsentry/sentry-javascript-bundler-plugins/pull/870 is released Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Install @types/postcss-import Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Fix fdir relying on @types/picomatch Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Update pnpm-lock.yaml Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --------- Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
30 lines
714 B
YAML
30 lines
714 B
YAML
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.1
|
|
# 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
|
|
packageExtensions:
|
|
fdir:
|
|
dependencies:
|
|
# Fix missing type dependency
|
|
"@types/picomatch": 4.0.2
|