Skip to content

Commit

Permalink
chore: version bump some stuff in base template (t3-oss#1535)
Browse files Browse the repository at this point in the history
* version bump some stuff in base template

* manypkg fix
  • Loading branch information
juliusmarminge committed Aug 12, 2023
1 parent ea2a8c6 commit 7408e88
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
},
"devDependencies": {
"@prisma/client": "^4.14.0",
"@t3-oss/env-nextjs": "^0.3.1",
"@t3-oss/env-nextjs": "^0.6.0",
"@tanstack/react-query": "^4.29.7",
"@trpc/client": "^10.26.0",
"@trpc/next": "^10.26.0",
Expand Down
20 changes: 10 additions & 10 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.3.1",
"next": "^13.4.2",
"@t3-oss/env-nextjs": "^0.6.0",
"next": "^13.4.13",
"react": "18.2.0",
"react-dom": "18.2.0",
"zod": "^3.21.4"
},
"devDependencies": {
"@types/eslint": "^8.37.0",
"@types/eslint": "^8.44.2",
"@types/node": "^18.16.0",
"@types/react": "^18.2.6",
"@types/react-dom": "^18.2.4",
"@typescript-eslint/eslint-plugin": "6.0.0",
"@typescript-eslint/parser": "6.0.0",
"eslint": "^8.40.0",
"eslint-config-next": "^13.4.2",
"typescript": "^5.0.4"
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/parser": "^6.3.0",
"eslint": "^8.47.0",
"eslint-config-next": "^13.4.13",
"typescript": "^5.1.6"
}
}
18 changes: 9 additions & 9 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion upgrade/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@radix-ui/react-label": "^2.0.1",
"@radix-ui/react-select": "^1.2.1",
"@radix-ui/react-slot": "^1.0.1",
"@t3-oss/env-nextjs": "^0.3.1",
"@t3-oss/env-nextjs": "^0.6.0",
"class-variance-authority": "^0.6.0",
"clsx": "^1.2.1",
"gitdiff-parser": "^0.3.1",
Expand Down

0 comments on commit 7408e88

Please sign in to comment.