Skip to content

Commit

Permalink
chore: bump a bunch of stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusmarminge committed Feb 8, 2024
1 parent 5a5e2b5 commit 6229822
Show file tree
Hide file tree
Showing 11 changed files with 723 additions and 561 deletions.
2 changes: 1 addition & 1 deletion apps/auth-proxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@acme/tsconfig": "workspace:^0.1.0",
"@types/node": "^20.11.13",
"eslint": "^8.56.0",
"h3": "^1.9.0",
"h3": "^1.10.1",
"nitropack": "^2.8.1",
"prettier": "^3.2.5",
"typescript": "^5.3.3"
Expand Down
14 changes: 7 additions & 7 deletions apps/expo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,22 +15,22 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@expo/metro-config": "^0.17.3",
"@expo/metro-config": "^0.17.4",
"@shopify/flash-list": "1.6.3",
"@tanstack/react-query": "^5.17.7",
"@tanstack/react-query": "^5.18.1",
"@trpc/client": "11.0.0-next-beta.264",
"@trpc/react-query": "11.0.0-next-beta.264",
"@trpc/server": "11.0.0-next-beta.264",
"expo": "~50.0.4",
"expo": "~50.0.6",
"expo-constants": "~15.4.5",
"expo-linking": "~6.2.2",
"expo-router": "~3.4.6",
"expo-router": "~3.4.7",
"expo-splash-screen": "~0.26.4",
"expo-status-bar": "~1.11.1",
"nativewind": "~4.0.13",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "~0.73.2",
"react-native": "~0.73.4",
"react-native-css-interop": "~0.0.13",
"react-native-gesture-handler": "~2.14.0",
"react-native-reanimated": "~3.6.2",
Expand All @@ -48,10 +48,10 @@
"@babel/preset-env": "^7.23.9",
"@babel/runtime": "^7.23.9",
"@types/babel__core": "^7.20.5",
"@types/react": "^18.2.48",
"@types/react": "^18.2.55",
"eslint": "^8.56.0",
"prettier": "^3.2.5",
"tailwindcss": "^3.4.0",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3"
},
"eslintConfig": {
Expand Down
10 changes: 5 additions & 5 deletions apps/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
"@acme/ui": "workspace:^0.1.0",
"@acme/validators": "workspace:^0.1.0",
"@t3-oss/env-nextjs": "^0.9.2",
"@tanstack/react-query": "^5.17.7",
"@tanstack/react-query": "^5.18.1",
"@trpc/client": "11.0.0-next-beta.264",
"@trpc/react-query": "11.0.0-next-beta.264",
"@trpc/server": "11.0.0-next-beta.264",
"geist": "^1.2.1",
"geist": "^1.2.2",
"next": "^14.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand All @@ -37,13 +37,13 @@
"@acme/tailwind-config": "workspace:^0.1.0",
"@acme/tsconfig": "workspace:^0.1.0",
"@types/node": "^20.11.13",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"dotenv-cli": "^7.3.0",
"eslint": "^8.56.0",
"jiti": "^1.21.0",
"prettier": "^3.2.5",
"tailwindcss": "^3.4.0",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3"
},
"eslintConfig": {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
},
"devDependencies": {
"@acme/prettier-config": "workspace:^0.1.0",
"@turbo/gen": "^1.11.3",
"@turbo/gen": "^1.12.3",
"prettier": "^3.2.5",
"turbo": "^1.11.3",
"turbo": "^1.12.3",
"typescript": "^5.3.3"
},
"prettier": "@acme/prettier-config"
Expand Down
4 changes: 2 additions & 2 deletions packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
"with-env": "dotenv -e ../../.env --"
},
"dependencies": {
"@planetscale/database": "^1.13.0",
"@planetscale/database": "^1.15.0",
"drizzle-orm": "^0.29.3"
},
"devDependencies": {
"@acme/eslint-config": "workspace:^0.2.0",
"@acme/prettier-config": "workspace:^0.1.0",
"@acme/tsconfig": "workspace:^0.1.0",
"dotenv-cli": "^7.3.0",
"drizzle-kit": "^0.20.13",
"drizzle-kit": "^0.20.14",
"eslint": "^8.56.0",
"prettier": "^3.2.5",
"typescript": "^5.3.3"
Expand Down
8 changes: 4 additions & 4 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"@radix-ui/react-slot": "^1.0.2",
"class-variance-authority": "^0.7.0",
"next-themes": "^0.2.1",
"react-hook-form": "^7.49.2",
"sonner": "^1.3.1",
"react-hook-form": "^7.50.1",
"sonner": "^1.4.0",
"tailwind-merge": "^2.2.1",
"tailwindcss-animate": "^1.0.7"
},
Expand All @@ -38,11 +38,11 @@
"@acme/prettier-config": "workspace:^0.1.0",
"@acme/tailwind-config": "workspace:^0.1.0",
"@acme/tsconfig": "workspace:^0.1.0",
"@types/react": "^18.2.48",
"@types/react": "^18.2.55",
"eslint": "^8.56.0",
"prettier": "^3.2.5",
"react": "18.2.0",
"tailwindcss": "^3.4.0",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3",
"zod": "^3.22.4"
},
Expand Down
Loading

0 comments on commit 6229822

Please sign in to comment.