Skip to content

Commit

Permalink
chore: version bumps (t3-oss#1421)
Browse files Browse the repository at this point in the history
* patch

* more bumps

* revert

* fix lint

* fix
  • Loading branch information
juliusmarminge committed May 16, 2023
1 parent b8beb6d commit 6ff5e94
Show file tree
Hide file tree
Showing 6 changed files with 692 additions and 554 deletions.
26 changes: 13 additions & 13 deletions cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,27 +47,27 @@
"execa": "^7.1.1",
"fs-extra": "^11.1.1",
"gradient-string": "^2.0.2",
"inquirer": "^9.1.5",
"ora": "6.1.2",
"inquirer": "^9.2.3",
"ora": "6.3.1",
"sort-package-json": "^2.4.1"
},
"devDependencies": {
"@prisma/client": "^4.11.0",
"@t3-oss/env-nextjs": "^0.2.1",
"@tanstack/react-query": "^4.28.0",
"@trpc/client": "^10.18.0",
"@trpc/next": "^10.18.0",
"@trpc/react-query": "^10.18.0",
"@trpc/server": "^10.18.0",
"@prisma/client": "^4.14.0",
"@t3-oss/env-nextjs": "^0.3.1",
"@tanstack/react-query": "^4.29.7",
"@trpc/client": "^10.26.0",
"@trpc/next": "^10.26.0",
"@trpc/react-query": "^10.26.0",
"@trpc/server": "^10.26.0",
"@types/fs-extra": "^11.0.1",
"@types/gradient-string": "^1.1.2",
"@types/inquirer": "^9.0.3",
"@types/node": "^18.16.1",
"@types/node": "^18.16.0",
"next": "^13.2.4",
"next-auth": "^4.20.1",
"next-auth": "^4.22.1",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.2.7",
"prisma": "^4.11.0",
"prettier-plugin-tailwindcss": "^0.2.8",
"prisma": "^4.14.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"superjson": "^1.12.2",
Expand Down
20 changes: 10 additions & 10 deletions cli/src/installers/dependencyVersionMap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,27 @@
*/
export const dependencyVersionMap = {
// NextAuth.js
"next-auth": "^4.21.0",
"next-auth": "^4.22.1",
"@next-auth/prisma-adapter": "^1.0.5",

// Prisma
prisma: "^4.11.0",
"@prisma/client": "^4.11.0",
prisma: "^4.14.0",
"@prisma/client": "^4.14.0",

// TailwindCSS
tailwindcss: "^3.3.0",
autoprefixer: "^10.4.14",
postcss: "^8.4.21",
prettier: "^2.8.6",
"prettier-plugin-tailwindcss": "^0.2.6",
prettier: "^2.8.8",
"prettier-plugin-tailwindcss": "^0.2.8",
"@types/prettier": "^2.7.2",

// tRPC
"@trpc/client": "^10.18.0",
"@trpc/server": "^10.18.0",
"@trpc/react-query": "^10.18.0",
"@trpc/next": "^10.18.0",
"@tanstack/react-query": "^4.28.0",
"@trpc/client": "^10.26.0",
"@trpc/server": "^10.26.0",
"@trpc/react-query": "^10.26.0",
"@trpc/next": "^10.26.0",
"@tanstack/react-query": "^4.29.7",
superjson: "1.12.2",
} as const;
export type AvailableDependencies = keyof typeof dependencyVersionMap;
22 changes: 11 additions & 11 deletions cli/template/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,21 @@
"lint": "next lint"
},
"dependencies": {
"@t3-oss/env-nextjs": "^0.2.1",
"next": "^13.4.1",
"@t3-oss/env-nextjs": "^0.3.1",
"next": "^13.4.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"zod": "^3.21.4"
},
"devDependencies": {
"@types/eslint": "^8.21.3",
"@types/node": "^18.15.5",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@typescript-eslint/eslint-plugin": "^5.56.0",
"@typescript-eslint/parser": "^5.56.0",
"eslint": "^8.36.0",
"eslint-config-next": "^13.4.1",
"typescript": "^5.0.2"
"@types/eslint": "^8.37.0",
"@types/node": "^18.16.0",
"@types/react": "^18.2.6",
"@types/react-dom": "^18.2.4",
"@typescript-eslint/eslint-plugin": "^5.59.6",
"@typescript-eslint/parser": "^5.59.6",
"eslint": "^8.40.0",
"eslint-config-next": "^13.4.2",
"typescript": "^5.0.4"
}
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@
"@manypkg/cli": "^0.20.0",
"@total-typescript/ts-reset": "^0.3.7",
"@types/eslint": "^8.37.0",
"@types/node": "^18.16.1",
"@types/node": "^18.16.0",
"@types/prettier": "^2.7.2",
"@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.59.1",
"eslint": "^8.39.0",
"@typescript-eslint/eslint-plugin": "^5.59.6",
"@typescript-eslint/parser": "^5.59.6",
"eslint": "^8.40.0",
"eslint-config-prettier": "^8.8.0",
"eslint-config-turbo": "^0.0.9",
"eslint-plugin-import": "^2.27.5",
Expand All @@ -63,7 +63,7 @@
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^2.8.8",
"turbo": "^1.9.3",
"turbo": "^1.9.6",
"typescript": "^5.0.4"
}
}
Loading

0 comments on commit 6ff5e94

Please sign in to comment.