Skip to content

Commit

Permalink
chore: resolve packages to correct version (#108)
Browse files Browse the repository at this point in the history
Co-authored-by: Quốc Khánh <khanh@quocs.com>
  • Loading branch information
bkdev98 and Quốc Khánh authored Jul 13, 2024
1 parent ba77725 commit af7f6c8
Show file tree
Hide file tree
Showing 5 changed files with 1,147 additions and 1,109 deletions.
4 changes: 2 additions & 2 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"dayjs": "^1.11.11",
"hono": "^4.4.8",
"next": "^14.2.4",
"react": "18.3.1",
"react-dom": "18.3.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"zod": "^3.23.8"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion apps/mobile/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"output": "static",
"favicon": "./assets/images/favicon.png"
},
"plugins": ["expo-router"],
"plugins": ["expo-router", "expo-secure-store"],
"experiments": {
"typedRoutes": true
},
Expand Down
21 changes: 11 additions & 10 deletions apps/mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,28 +40,28 @@
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"date-fns": "^3.6.0",
"expo": "~51.0.11",
"expo": "~51.0.19",
"expo-auth-session": "~5.5.2",
"expo-constants": "~16.0.2",
"expo-crypto": "~13.0.2",
"expo-font": "~12.0.7",
"expo-linear-gradient": "~13.0.2",
"expo-linking": "~6.3.1",
"expo-localization": "^15.0.3",
"expo-router": "~3.5.15",
"expo-secure-store": "^13.0.1",
"expo-router": "~3.5.18",
"expo-secure-store": "^13.0.2",
"expo-splash-screen": "~0.27.5",
"expo-status-bar": "~1.12.1",
"expo-system-ui": "~3.0.6",
"expo-system-ui": "~3.0.7",
"expo-web-browser": "~13.0.3",
"hono": "^4.4.8",
"lodash-es": "^4.17.21",
"lucide-react-native": "^0.390.0",
"nativewind": "^4.0.36",
"react": "18.3.1",
"react-dom": "18.3.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.51.5",
"react-native": "0.74.2",
"react-native": "0.74.3",
"react-native-gesture-handler": "~2.16.1",
"react-native-reanimated": "~3.10.1",
"react-native-safe-area-context": "4.10.1",
Expand All @@ -79,10 +79,11 @@
"@types/react": "~18.2.45",
"@types/react-test-renderer": "^18.0.7",
"jest": "^29.2.1",
"jest-expo": "~51.0.1",
"react-test-renderer": "18.3.1",
"jest-expo": "~51.0.3",
"react-test-renderer": "18.2.0",
"tailwindcss": "^3.4.4",
"typescript": "~5.3.3"
"typescript": "~5.3.3",
"use-latest-callback": "^0.2.1"
},
"private": true
}
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": ["@babel/*", "expo-modules-*", "typescript"]
},
"overrides": {
"react": "18.2.0",
"react-is": "18.2.0",
"react-dom": "18.2.0",
"use-latest-callback": "0.2.1"
}
},
"packageManager": "pnpm@9.2.0+sha512.98a80fd11c2e7096747762304106432b3ddc67dcf54b5a8c01c93f68a2cd5e05e6821849522a06fb76284d41a2660d5e334f2ee3bbf29183bf2e739b1dafa771"
Expand Down
Loading

0 comments on commit af7f6c8

Please # to comment.