Add catalog section to pnpm-workspace.yaml for react, react-dom, @types/react, @types/react-dom, @types/node, and typescript. Update all package.json files to use catalog: protocol. Upgrade desktop from React 18 to 19. Rename to @multica/desktop. Add dev:desktop script to root. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
11 lines
193 B
YAML
11 lines
193 B
YAML
packages:
|
|
- "apps/*"
|
|
- "packages/*"
|
|
|
|
catalog:
|
|
react: "19.2.3"
|
|
react-dom: "19.2.3"
|
|
"@types/react": "^19"
|
|
"@types/react-dom": "^19"
|
|
"@types/node": "^25.0.10"
|
|
typescript: "^5.9.3"
|