* chore: added common libs to pnpm workspace catalog * chore: update pnpm lockfile to use exact versions for React and TypeScript dependencies * refactor: removed string from the versions * fix: lint * refactor: cleanup * fix: lint * chore: updated lock file
17 lines
236 B
YAML
17 lines
236 B
YAML
packages:
|
|
- apps/*
|
|
- packages/*
|
|
- "!apps/api"
|
|
- "!apps/proxy"
|
|
|
|
catalog:
|
|
react: 18.3.1
|
|
react-dom: 18.3.1
|
|
"@types/react": 18.3.1
|
|
"@types/react-dom": 18.3.1
|
|
typescript: 5.8.3
|
|
tsup: 8.4.0
|
|
|
|
onlyBuiltDependencies:
|
|
- turbo
|
|
- sharp
|