Skip to content

Commit

Permalink
bump stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusmarminge committed May 6, 2024
1 parent e5e2c97 commit 19a823e
Show file tree
Hide file tree
Showing 12 changed files with 1,401 additions and 1,327 deletions.
4 changes: 2 additions & 2 deletions apps/auth-proxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"@acme/prettier-config": "workspace:*",
"@acme/tailwind-config": "workspace:*",
"@acme/tsconfig": "workspace:*",
"@types/node": "^20.12.5",
"eslint": "^9.0.0",
"@types/node": "^20.12.9",
"eslint": "^9.2.0",
"h3": "^1.11.1",
"nitropack": "^2.9.6",
"prettier": "^3.2.5",
Expand Down
12 changes: 6 additions & 6 deletions apps/expo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@expo/metro-config": "^0.17.6",
"@expo/metro-config": "^0.17.7",
"@shopify/flash-list": "1.6.3",
"@tanstack/react-query": "^5.32.0",
"@tanstack/react-query": "^5.35.1",
"@trpc/client": "11.0.0-rc.364",
"@trpc/react-query": "11.0.0-rc.364",
"@trpc/server": "11.0.0-rc.364",
Expand Down Expand Up @@ -45,12 +45,12 @@
"@acme/prettier-config": "workspace:*",
"@acme/tailwind-config": "workspace:*",
"@acme/tsconfig": "workspace:*",
"@babel/core": "^7.24.4",
"@babel/preset-env": "^7.24.4",
"@babel/runtime": "^7.24.4",
"@babel/core": "^7.24.5",
"@babel/preset-env": "^7.24.5",
"@babel/runtime": "^7.24.5",
"@types/babel__core": "^7.20.5",
"@types/react": "^18.3.1",
"eslint": "^9.0.0",
"eslint": "^9.2.0",
"prettier": "^3.2.5",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5"
Expand Down
12 changes: 6 additions & 6 deletions apps/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,28 +19,28 @@
"@acme/db": "workspace:*",
"@acme/ui": "workspace:*",
"@acme/validators": "workspace:*",
"@t3-oss/env-nextjs": "^0.10.0",
"@tanstack/react-query": "^5.32.0",
"@t3-oss/env-nextjs": "^0.10.1",
"@tanstack/react-query": "^5.35.1",
"@trpc/client": "11.0.0-rc.364",
"@trpc/react-query": "11.0.0-rc.364",
"@trpc/server": "11.0.0-rc.364",
"geist": "^1.3.0",
"next": "^14.2.0",
"next": "^14.2.3",
"react": "18.3.1",
"react-dom": "18.3.1",
"superjson": "2.2.1",
"zod": "^3.23.0"
"zod": "^3.23.6"
},
"devDependencies": {
"@acme/eslint-config": "workspace:*",
"@acme/prettier-config": "workspace:*",
"@acme/tailwind-config": "workspace:*",
"@acme/tsconfig": "workspace:*",
"@types/node": "^20.12.5",
"@types/node": "^20.12.9",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"dotenv-cli": "^7.4.1",
"eslint": "^9.0.0",
"eslint": "^9.2.0",
"jiti": "^1.21.0",
"prettier": "^3.2.5",
"tailwindcss": "^3.4.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
"@acme/validators": "workspace:*",
"@trpc/server": "11.0.0-rc.364",
"superjson": "2.2.1",
"zod": "^3.23.0"
"zod": "^3.23.6"
},
"devDependencies": {
"@acme/eslint-config": "workspace:*",
"@acme/prettier-config": "workspace:*",
"@acme/tsconfig": "workspace:*",
"eslint": "^9.0.0",
"eslint": "^9.2.0",
"prettier": "^3.2.5",
"typescript": "^5.4.5"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,18 @@
"dependencies": {
"@acme/db": "workspace:*",
"@auth/drizzle-adapter": "^1.0.1",
"@t3-oss/env-nextjs": "^0.10.0",
"next": "^14.2.0",
"@t3-oss/env-nextjs": "^0.10.1",
"next": "^14.2.3",
"next-auth": "5.0.0-beta.17",
"react": "18.3.1",
"react-dom": "18.3.1",
"zod": "^3.23.0"
"zod": "^3.23.6"
},
"devDependencies": {
"@acme/eslint-config": "workspace:*",
"@acme/prettier-config": "workspace:*",
"@acme/tsconfig": "workspace:*",
"eslint": "^9.0.0",
"eslint": "^9.2.0",
"prettier": "^3.2.5",
"typescript": "^5.4.5"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,18 @@
"with-env": "dotenv -e ../../.env --"
},
"dependencies": {
"@planetscale/database": "^1.16.0",
"@planetscale/database": "^1.18.0",
"@t3-oss/env-core": "^0.10.1",
"drizzle-orm": "^0.30.4",
"zod": "^3.23.0"
"drizzle-orm": "^0.30.10",
"zod": "^3.23.6"
},
"devDependencies": {
"@acme/eslint-config": "workspace:*",
"@acme/prettier-config": "workspace:*",
"@acme/tsconfig": "workspace:*",
"dotenv-cli": "^7.4.1",
"drizzle-kit": "^0.20.14",
"eslint": "^9.0.0",
"drizzle-kit": "^0.20.18",
"eslint": "^9.2.0",
"mysql2": "^3.9.7",
"prettier": "^3.2.5",
"typescript": "^5.4.5"
Expand Down
8 changes: 4 additions & 4 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
"@radix-ui/react-slot": "^1.0.2",
"class-variance-authority": "^0.7.0",
"next-themes": "^0.3.0",
"react-hook-form": "^7.51.1",
"react-hook-form": "^7.51.4",
"sonner": "^1.4.41",
"tailwind-merge": "^2.2.2",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
Expand All @@ -35,12 +35,12 @@
"@acme/tailwind-config": "workspace:*",
"@acme/tsconfig": "workspace:*",
"@types/react": "^18.3.1",
"eslint": "^9.0.0",
"eslint": "^9.2.0",
"prettier": "^3.2.5",
"react": "18.3.1",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5",
"zod": "^3.23.0"
"zod": "^3.23.6"
},
"peerDependencies": {
"react": "18.3.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/validators/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
"typecheck": "tsc --noEmit --emitDeclarationOnly false"
},
"dependencies": {
"zod": "^3.23.0"
"zod": "^3.23.6"
},
"devDependencies": {
"@acme/eslint-config": "workspace:*",
"@acme/prettier-config": "workspace:*",
"@acme/tsconfig": "workspace:*",
"eslint": "^9.0.0",
"eslint": "^9.2.0",
"prettier": "^3.2.5",
"typescript": "^5.4.5"
},
Expand Down

0 comments on commit 19a823e

Please sign in to comment.