Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: expose TRPC transformer from api package #1189

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
chore: remove sperjson as direct dependency from apps
ochicf committed Sep 21, 2024
commit 960f354128adc75646a681b655729a2ac7f58f6d
3 changes: 1 addition & 2 deletions apps/expo/package.json
Original file line number Diff line number Diff line change
@@ -40,8 +40,7 @@
"react-native-gesture-handler": "~2.16.2",
"react-native-reanimated": "~3.10.1",
"react-native-safe-area-context": "~4.10.8",
"react-native-screens": "~3.31.1",
"superjson": "2.2.1"
"react-native-screens": "~3.31.1"
},
"devDependencies": {
"@acme/eslint-config": "workspace:*",
1 change: 0 additions & 1 deletion apps/nextjs/package.json
Original file line number Diff line number Diff line change
@@ -28,7 +28,6 @@
"next": "^14.2.5",
"react": "catalog:react18",
"react-dom": "catalog:react18",
"superjson": "2.2.1",
"zod": "catalog:"
},
"devDependencies": {
85 changes: 68 additions & 17 deletions pnpm-lock.yaml

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