Skip to content

Commit

Permalink
chore: bump nextjs and add info bout appDir+i18n (#1097)
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusmarminge authored Jan 19, 2023
1 parent a44fde1 commit 2ed36cd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/smart-spoons-kiss.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"create-t3-app": patch
---

chore: bump nextjs and add a note about appDir+i18n being incompat
3 changes: 2 additions & 1 deletion cli/template/base/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
/** @type {import("next").NextConfig} */
const config = {
reactStrictMode: true,
swcMinify: true,
/* If trying out the experimental appDir, comment the i18n config out
* @see https://github.com/vercel/next.js/issues/41980 */
i18n: {
locales: ["en"],
defaultLocale: "en",
Expand Down
4 changes: 2 additions & 2 deletions cli/template/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"next": "13.1.1",
"next": "13.1.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"zod": "^3.20.2"
Expand All @@ -21,7 +21,7 @@
"@typescript-eslint/eslint-plugin": "^5.47.1",
"@typescript-eslint/parser": "^5.47.1",
"eslint": "^8.30.0",
"eslint-config-next": "13.1.1",
"eslint-config-next": "13.1.2",
"typescript": "^4.9.4"
}
}

0 comments on commit 2ed36cd

Please sign in to comment.