Skip to content

Commit

Permalink
chore: update to use next 14 (t3-oss#1628)
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosZiegler authored and ronanru committed Oct 30, 2023
1 parent a7ffec4 commit 4945c89
Show file tree
Hide file tree
Showing 8 changed files with 586 additions and 204 deletions.
5 changes: 5 additions & 0 deletions .changeset/tough-goats-work.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"create-t3-app": minor
---

Update Next to use last version (14.0.0)
4 changes: 2 additions & 2 deletions cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"package.json"
],
"engines": {
"node": ">=14.16"
"node": ">=18.17.0"
},
"scripts": {
"typecheck": "tsc",
Expand Down Expand Up @@ -84,7 +84,7 @@
"drizzle-kit": "^0.19.13",
"drizzle-orm": "^0.28.5",
"lucia": "^2.7.1",
"next": "^13.4.19",
"next": "^14.0.0",
"next-auth": "^4.23.1",
"prettier": "^3.0.0",
"prettier-plugin-tailwindcss": "^0.5.1",
Expand Down
8 changes: 4 additions & 4 deletions cli/template/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,20 @@
},
"dependencies": {
"@t3-oss/env-nextjs": "^0.7.0",
"next": "^13.5.4",
"next": "^14.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/eslint": "^8.44.2",
"@types/node": "^18.16.0",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"@types/react": "^18.2.33",
"@types/react-dom": "^18.2.14",
"@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/parser": "^6.3.0",
"eslint": "^8.47.0",
"eslint-config-next": "^13.5.4",
"eslint-config-next": "^14.0.0",
"typescript": "^5.1.6"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"typescript"
],
"engines": {
"node": ">=14.16"
"node": ">=18.17.0"
},
"packageManager": "[email protected]",
"scripts": {
Expand Down
Loading

0 comments on commit 4945c89

Please sign in to comment.