Skip to content

Commit

Permalink
bump dependencies (#649)
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusmarminge authored Oct 24, 2022
1 parent a4b7a02 commit 6a21032
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 9 deletions.
5 changes: 5 additions & 0 deletions .changeset/nice-trees-pay.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"create-t3-app": patch
---

chore: version bumps
16 changes: 8 additions & 8 deletions cli/src/installers/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,25 +22,25 @@ export type AvailablePackages = typeof availablePackages[number];
*/
export const dependencyVersionMap = {
// NextAuth.js
"next-auth": "^4.12.3",
"next-auth": "^4.15.0",
"@next-auth/prisma-adapter": "^1.0.4",

// Prisma
prisma: "^4.4.0",
"@prisma/client": "^4.4.0",
prisma: "^4.5.0",
"@prisma/client": "^4.5.0",

// TailwindCSS
tailwindcss: "^3.1.6",
tailwindcss: "^3.2.0",
autoprefixer: "^10.4.7",
postcss: "^8.4.14",
prettier: "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.13",

// tRPC
"@trpc/client": "10.0.0-proxy-beta.17",
"@trpc/server": "10.0.0-proxy-beta.17",
"@trpc/react": "10.0.0-proxy-beta.17",
"@trpc/next": "10.0.0-proxy-beta.17",
"@trpc/client": "10.0.0-rc.0",
"@trpc/server": "10.0.0-rc.0",
"@trpc/react-query": "10.0.0-rc.0",
"@trpc/next": "10.0.0-rc.0",
"@tanstack/react-query": "^4.10.0",
superjson: "1.9.1",
} as const;
Expand Down
2 changes: 1 addition & 1 deletion cli/src/installers/trpc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const trpcInstaller: Installer = ({ projectDir, packages }) => {
"@trpc/server",
"@trpc/client",
"@trpc/next",
"@trpc/react",
"@trpc/react-query",
],
devMode: false,
});
Expand Down

0 comments on commit 6a21032

Please sign in to comment.