Skip to content

Commit

Permalink
Fix multiple dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
timothymiller committed Sep 18, 2023
1 parent 4f6a7e0 commit ff1f186
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/expo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"react-native": "^0.72.4",
"react-native-gesture-handler": "~2.12.1",
"react-native-mmkv": "^2.10.2",
"react-native-safe-area-context": "^4.7.2",
"react-native-safe-area-context": "4.7.2",
"react-native-screens": "^3.25.0",
"react-native-svg": "^13.13.0"
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"ios": "cd apps/expo && pnpm ios",
"android": "cd apps/expo && pnpm android",
"web": "turbo run dev --filter next-app",
"api": "cross-env NO_D1_WARNING=true turbo run dev --filter @t4/api",
"api": "cd packages/api && cross-env NO_D1_WARNING=true pnpm dev",
"notes": "turbo run dev --filter t4-app-docs",
"native": "cd apps/expo && pnpm dev",
"studio": "cd packages/api && pnpm studio",
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 comment on commit ff1f186

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✔ EAS production build completed

Android QR IOS QR
Android QR IOS QR

Please sign in to comment.