mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 19:21:10 +02:00
feat: align dependencies across all projects
Dependency updates: - Manacore mobile: Expo SDK 52 → 54, expo-router 4.x → 6.x - Supabase: Aligned to ^2.81.1 across all projects - TypeScript: Aligned to ~5.9.3 across all projects - React/React Native: Updated to 19.1.0/0.81.5 in Manacore Fixes: - Added @types/node to shared-utils for timer types - Updated shared package tsconfig for DOM/Node types All shared packages now pass type-check. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
6613f457c6
commit
f3b428e5e7
17 changed files with 28669 additions and 44 deletions
|
|
@ -51,7 +51,7 @@
|
|||
"@nestjs/cli": "^10.0.0",
|
||||
"@nestjs/schematics": "^10.0.0",
|
||||
"@nestjs/testing": "^10.0.0",
|
||||
"@supabase/supabase-js": "^2.50.3",
|
||||
"@supabase/supabase-js": "^2.81.1",
|
||||
"@types/express": "^4.17.13",
|
||||
"@types/jest": "29.5.0",
|
||||
"@types/jsonwebtoken": "^9.0.10",
|
||||
|
|
@ -72,7 +72,7 @@
|
|||
"ts-loader": "^9.2.3",
|
||||
"ts-node": "^10.0.0",
|
||||
"tsconfig-paths": "4.2.0",
|
||||
"typescript": "^5.3.3"
|
||||
"typescript": "^5.9.3"
|
||||
},
|
||||
"jest": {
|
||||
"moduleFileExtensions": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue