chore: unify shared deps with pnpm catalogs
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>
This commit is contained in:
parent
ff026b122d
commit
6431829b0c
5 changed files with 66 additions and 84 deletions
|
|
@ -1,3 +1,11 @@
|
|||
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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue