Skip to content

Commit

Permalink
update more stuff, remove expo tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusmarminge committed Jan 27, 2024
1 parent 759459f commit 6a10316
Show file tree
Hide file tree
Showing 8 changed files with 1,144 additions and 793 deletions.
1 change: 0 additions & 1 deletion .npmrc

This file was deleted.

2 changes: 1 addition & 1 deletion apps/auth-proxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@auth/core": "^0.20.0"
"@auth/core": "0.20.0"
},
"devDependencies": {
"@acme/eslint-config": "workspace:^0.2.0",
Expand Down
1 change: 0 additions & 1 deletion apps/expo/index.js

This file was deleted.

27 changes: 13 additions & 14 deletions apps/expo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@acme/expo",
"version": "0.1.0",
"private": true,
"main": "index.js",
"main": "expo-router/entry",
"scripts": {
"clean": "git clean -xdf .expo .turbo node_modules",
"dev": "expo start",
Expand All @@ -21,20 +21,20 @@
"@trpc/client": "next",
"@trpc/react-query": "next",
"@trpc/server": "next",
"expo": "50.0.2",
"expo": "~50.0.4",
"expo-constants": "~15.4.5",
"expo-linking": "~6.2.2",
"expo-router": "3.4.3",
"expo-splash-screen": "~0.26.3",
"expo-router": "~3.4.6",
"expo-splash-screen": "~0.26.4",
"expo-status-bar": "~1.11.1",
"nativewind": "4.0.13",
"nativewind": "~4.0.13",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.73.2",
"react-native-css-interop": "^0.0.13",
"react-native": "~0.73.2",
"react-native-css-interop": "~0.0.13",
"react-native-gesture-handler": "~2.14.0",
"react-native-reanimated": "~3.6.1",
"react-native-safe-area-context": "4.8.2",
"react-native-reanimated": "~3.6.2",
"react-native-safe-area-context": "~4.8.2",
"react-native-screens": "~3.29.0",
"superjson": "2.2.1"
},
Expand All @@ -44,11 +44,10 @@
"@acme/prettier-config": "workspace:^0.1.0",
"@acme/tailwind-config": "workspace:^0.1.0",
"@acme/tsconfig": "workspace:^0.1.0",
"@babel/core": "^7.23.7",
"@babel/preset-env": "^7.23.7",
"@babel/runtime": "^7.23.7",
"@expo/config-plugins": "^7.2.5",
"@types/babel__core": "^7.20.4",
"@babel/core": "^7.23.9",
"@babel/preset-env": "^7.23.9",
"@babel/runtime": "^7.23.9",
"@types/babel__core": "^7.20.5",
"@types/react": "^18.2.48",
"eslint": "^8.56.0",
"prettier": "^3.1.1",
Expand Down
2 changes: 1 addition & 1 deletion apps/expo/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": ["@acme/tsconfig/base.json", "expo/tsconfig.base"],
"extends": ["@acme/tsconfig/base.json"],
"compilerOptions": {
"baseUrl": ".",
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"next-themes": "^0.2.1",
"react-hook-form": "^7.49.2",
"sonner": "^1.3.1",
"tailwind-merge": "^2.2.0",
"tailwind-merge": "^2.2.1",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 6a10316

Please sign in to comment.