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:
Till-JS 2025-11-22 23:53:07 +01:00
parent 6613f457c6
commit f3b428e5e7
17 changed files with 28669 additions and 44 deletions

View file

@ -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": [

View file

@ -50,7 +50,7 @@
"@react-native-google-signin/google-signin": "^14.0.2",
"@react-native-picker/picker": "2.11.1",
"@react-navigation/native": "^7.1.8",
"@supabase/supabase-js": "^2.50.3",
"@supabase/supabase-js": "^2.81.1",
"base-64": "^1.0.0",
"base64-js": "^1.5.1",
"cors": "^2.8.5",
@ -115,7 +115,7 @@
"jest-expo": "~54.0.13",
"patch-package": "^8.0.0",
"react-test-renderer": "19.1.0",
"typescript": "~5.9.2"
"typescript": "~5.9.3"
},
"private": true
}

View file

@ -30,7 +30,7 @@
"husky": "^9.1.7",
"prettier": "^2.8.8",
"turbo": "^1.13.4",
"typescript": "^5.3.3"
"typescript": "^5.9.3"
},
"engines": {
"node": ">=18.0.0",

View file

@ -16,34 +16,35 @@
"web:dev": "expo start --web --port 19006"
},
"dependencies": {
"@expo/vector-icons": "^14.0.0",
"@react-native-async-storage/async-storage": "1.23.1",
"@expo/vector-icons": "^15.0.3",
"@react-native-async-storage/async-storage": "2.2.0",
"@react-navigation/bottom-tabs": "^7.0.5",
"@react-navigation/drawer": "^7.0.0",
"@react-navigation/native": "^7.0.3",
"@supabase/supabase-js": "^2.38.4",
"expo": "^52.0.39",
"expo-constants": "~17.0.8",
"expo-dev-client": "~5.0.4",
"@supabase/supabase-js": "^2.81.1",
"expo": "^54.0.25",
"expo-constants": "~18.0.10",
"expo-dev-client": "~6.0.18",
"expo-dev-launcher": "^5.0.17",
"expo-linking": "~7.0.5",
"expo-router": "~4.0.19",
"expo-status-bar": "~2.0.1",
"expo-system-ui": "~4.0.8",
"expo-web-browser": "~14.0.2",
"expo-linking": "~8.0.9",
"expo-router": "~6.0.15",
"expo-status-bar": "~3.0.8",
"expo-system-ui": "~6.0.8",
"expo-web-browser": "~15.0.9",
"nativewind": "latest",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.76.7",
"react-native-gesture-handler": "~2.20.2",
"react-native-reanimated": "3.16.2",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.4.0",
"react-native-web": "~0.19.10"
"react": "19.1.0",
"react-dom": "19.1.0",
"react-native": "0.81.5",
"react-native-gesture-handler": "~2.28.0",
"react-native-reanimated": "4.1.5",
"react-native-safe-area-context": "5.6.2",
"react-native-screens": "~4.16.0",
"react-native-web": "~0.21.2"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/react": "~18.3.12",
"@types/react": "~19.1.17",
"@types/react-dom": "^19.1.0",
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@typescript-eslint/parser": "^7.7.0",
"eslint": "^8.57.0",
@ -51,7 +52,7 @@
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.11",
"tailwindcss": "^3.4.0",
"typescript": "~5.3.3"
"typescript": "~5.9.3"
},
"eslintConfig": {
"extends": "universe/native",

View file

@ -31,13 +31,13 @@
"svelte-check": "^4.1.3",
"tailwindcss": "^3.4.17",
"tslib": "^2.8.1",
"typescript": "^5.7.3",
"typescript": "^5.9.3",
"vite": "^6.0.7",
"vitest": "^3.2.4"
},
"dependencies": {
"@supabase/ssr": "^0.5.2",
"@supabase/supabase-js": "^2.49.2"
"@supabase/supabase-js": "^2.81.1"
},
"type": "module"
}

View file

@ -24,7 +24,7 @@
"@react-native-google-signin/google-signin": "^14.0.2",
"@react-native-segmented-control/segmented-control": "2.5.7",
"@react-navigation/native": "^7.0.3",
"@supabase/supabase-js": "^2.38.4",
"@supabase/supabase-js": "^2.81.1",
"base64-js": "^1.5.1",
"class-variance-authority": "^0.7.1",
"expo": "54.0.13",
@ -72,7 +72,7 @@
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.11",
"tailwindcss": "^3.4.0",
"typescript": "~5.9.2"
"typescript": "~5.9.3"
},
"overrides": {
"react-native-safe-area-context": "~5.6.0"

View file

@ -22,13 +22,13 @@
"dependencies": {
"@mana-core/nestjs-integration": "git+https://github.com/Memo-2023/mana-core-nestjs-package.git",
"@nestjs/axios": "^4.0.1",
"axios": "^1.7.2",
"@nestjs/common": "^11.0.1",
"@nestjs/config": "^4.0.2",
"@nestjs/core": "^11.0.1",
"@nestjs/platform-express": "^11.0.1",
"@nestjs/terminus": "^11.0.0",
"@supabase/supabase-js": "^2.58.0",
"@supabase/supabase-js": "^2.81.1",
"axios": "^1.7.2",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.2",
"joi": "^18.0.1",
@ -58,7 +58,7 @@
"ts-loader": "^9.5.2",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.7.3",
"typescript": "^5.9.3",
"typescript-eslint": "^8.20.0"
},
"jest": {

View file

@ -20,7 +20,7 @@
"astro-icon": "^1.1.5",
"marked": "^16.1.1",
"sharp": "^0.34.3",
"typescript": "^5.8.3"
"typescript": "^5.9.3"
},
"devDependencies": {
"@astrojs/tailwind": "^6.0.0",

View file

@ -38,7 +38,7 @@
"@revenuecat/purchases-js": "^1.13.2",
"@sentry/react-native": "~6.20.0",
"@shopify/flash-list": "2.0.2",
"@supabase/supabase-js": "^2.49.4",
"@supabase/supabase-js": "^2.81.1",
"@svgr/plugin-svgo": "^8.1.0",
"base64-js": "^1.5.1",
"date-fns": "^4.1.0",
@ -105,7 +105,7 @@
"prettier-plugin-tailwindcss": "^0.6.11",
"react-native-svg-transformer": "^1.5.1",
"tailwindcss": "^3.4.17",
"typescript": "~5.9.2"
"typescript": "~5.9.3"
},
"eslintConfig": {
"extends": "universe/native",

View file

@ -22,12 +22,12 @@
"svelte": "^5.39.5",
"svelte-check": "^4.3.2",
"tailwindcss": "^3.4.18",
"typescript": "^5.9.2",
"typescript": "^5.9.3",
"vite": "^7.1.7"
},
"dependencies": {
"@phosphor-icons/core": "^2.1.1",
"@supabase/supabase-js": "^2.76.1",
"@supabase/supabase-js": "^2.81.1",
"date-fns": "^4.1.0",
"marked": "^17.0.0",
"svelte-i18n": "^4.0.1",

View file

@ -20,7 +20,7 @@
"devDependencies": {
"prettier": "^3.3.3",
"turbo": "^2.3.0",
"typescript": "^5.9.2"
"typescript": "^5.9.3"
},
"engines": {
"node": ">=18.0.0"

View file

@ -16,7 +16,7 @@
"@supabase/supabase-js": "^2.81.1"
},
"devDependencies": {
"typescript": "^5.9.2"
"typescript": "^5.9.3"
},
"peerDependencies": {
"@manacore/shared-types": "workspace:*"

View file

@ -13,6 +13,6 @@
"clean": "rm -rf dist"
},
"devDependencies": {
"typescript": "^5.9.2"
"typescript": "^5.9.3"
}
}

View file

@ -18,6 +18,6 @@
},
"devDependencies": {
"@types/react": "^18.3.0",
"typescript": "^5.9.2"
"typescript": "^5.9.3"
}
}

View file

@ -16,6 +16,7 @@
"date-fns": "^4.1.0"
},
"devDependencies": {
"typescript": "^5.9.2"
"@types/node": "^24.10.1",
"typescript": "^5.9.3"
}
}

View file

@ -3,7 +3,8 @@
"target": "ES2020",
"module": "ESNext",
"moduleResolution": "bundler",
"lib": ["ES2020"],
"lib": ["ES2020", "DOM"],
"types": ["node"],
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,

28622
pnpm-lock.yaml generated Normal file

File diff suppressed because it is too large Load diff