Skip to content

Commit

Permalink
eslint-plugin-react-hooks v5 + Update packages (#1215)
Browse files Browse the repository at this point in the history
Co-authored-by: juliusmarminge <[email protected]>
  • Loading branch information
ahkhanjani and juliusmarminge authored Oct 16, 2024
1 parent 81250e1 commit 0cadafb
Show file tree
Hide file tree
Showing 11 changed files with 1,493 additions and 1,562 deletions.
2 changes: 1 addition & 1 deletion apps/auth-proxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@acme/prettier-config": "workspace:*",
"@acme/tailwind-config": "workspace:*",
"@acme/tsconfig": "workspace:*",
"@types/node": "^20.16.10",
"@types/node": "^20.16.11",
"eslint": "catalog:",
"h3": "^1.13.0",
"nitropack": "^2.9.7",
Expand Down
24 changes: 12 additions & 12 deletions apps/expo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,24 +22,24 @@
"@trpc/client": "catalog:",
"@trpc/react-query": "catalog:",
"@trpc/server": "catalog:",
"expo": "~51.0.36",
"expo": "~51.0.38",
"expo-constants": "~16.0.2",
"expo-dev-client": "~4.0.23",
"expo-dev-client": "~4.0.28",
"expo-linking": "~6.3.1",
"expo-router": "~3.5.21",
"expo-router": "~3.5.23",
"expo-secure-store": "^13.0.2",
"expo-splash-screen": "~0.27.5",
"expo-splash-screen": "~0.27.6",
"expo-status-bar": "~1.12.1",
"expo-web-browser": "^13.0.3",
"nativewind": "~4.0.36",
"react": "catalog:react18",
"react-dom": "catalog:react18",
"react-native": "~0.74.5",
"react-native-css-interop": "~0.0.34",
"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",
"react-native": "~0.74.6",
"react-native-css-interop": "~0.0.36",
"react-native-gesture-handler": "~2.20.0",
"react-native-reanimated": "~3.15.5",
"react-native-safe-area-context": "~4.11.1",
"react-native-screens": "~3.34.0",
"superjson": "2.2.1"
},
"devDependencies": {
Expand All @@ -48,8 +48,8 @@
"@acme/prettier-config": "workspace:*",
"@acme/tailwind-config": "workspace:*",
"@acme/tsconfig": "workspace:*",
"@babel/core": "^7.25.7",
"@babel/preset-env": "^7.25.7",
"@babel/core": "^7.25.8",
"@babel/preset-env": "^7.25.8",
"@babel/runtime": "^7.25.7",
"@types/babel__core": "^7.20.5",
"@types/react": "catalog:react18",
Expand Down
6 changes: 3 additions & 3 deletions apps/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@trpc/react-query": "catalog:",
"@trpc/server": "catalog:",
"geist": "^1.3.1",
"next": "^14.2.14",
"next": "^14.2.15",
"react": "catalog:react18",
"react-dom": "catalog:react18",
"superjson": "2.2.1",
Expand All @@ -36,12 +36,12 @@
"@acme/prettier-config": "workspace:*",
"@acme/tailwind-config": "workspace:*",
"@acme/tsconfig": "workspace:*",
"@types/node": "^20.16.10",
"@types/node": "^20.16.11",
"@types/react": "catalog:react18",
"@types/react-dom": "catalog:react18",
"dotenv-cli": "^7.4.2",
"eslint": "catalog:",
"jiti": "^2.3.1",
"jiti": "^2.3.3",
"prettier": "catalog:",
"tailwindcss": "catalog:",
"typescript": "catalog:"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"engines": {
"node": ">=20.16.0"
},
"packageManager": "[email protected].0",
"packageManager": "[email protected].1",
"scripts": {
"build": "turbo run build",
"clean": "git clean -xdf node_modules",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@auth/core": "0.34.2",
"@auth/drizzle-adapter": "1.4.2",
"@t3-oss/env-nextjs": "^0.11.1",
"next": "^14.2.14",
"next": "^14.2.15",
"next-auth": "5.0.0-beta.20",
"react": "catalog:react18",
"react-dom": "catalog:react18",
Expand Down
2 changes: 1 addition & 1 deletion packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"@vercel/postgres": "^0.10.0",
"drizzle-orm": "^0.34.0",
"drizzle-orm": "^0.34.1",
"drizzle-zod": "^0.5.1",
"zod": "catalog:"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"next-themes": "^0.3.0",
"react-hook-form": "^7.53.0",
"sonner": "^1.5.0",
"tailwind-merge": "^2.5.3"
"tailwind-merge": "^2.5.4"
},
"devDependencies": {
"@acme/eslint-config": "workspace:*",
Expand Down
Loading

0 comments on commit 0cadafb

Please sign in to comment.