File tree 3 files changed +9
-3
lines changed
3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " create-t3-app " : patch
3
+ ---
4
+
5
+ chore: bump nextjs and add a note about appDir+i18n being incompat
Original file line number Diff line number Diff line change 8
8
/** @type {import("next").NextConfig } */
9
9
const config = {
10
10
reactStrictMode : true ,
11
- swcMinify : true ,
11
+ /* If trying out the experimental appDir, comment the i18n config out
12
+ * @see https://github.com/vercel/next.js/issues/41980 */
12
13
i18n : {
13
14
locales : [ "en" ] ,
14
15
defaultLocale : "en" ,
Original file line number Diff line number Diff line change 9
9
"lint" : " next lint"
10
10
},
11
11
"dependencies" : {
12
- "next" : " 13.1.1 " ,
12
+ "next" : " 13.1.2 " ,
13
13
"react" : " 18.2.0" ,
14
14
"react-dom" : " 18.2.0" ,
15
15
"zod" : " ^3.20.2"
21
21
"@typescript-eslint/eslint-plugin" : " ^5.47.1" ,
22
22
"@typescript-eslint/parser" : " ^5.47.1" ,
23
23
"eslint" : " ^8.30.0" ,
24
- "eslint-config-next" : " 13.1.1 " ,
24
+ "eslint-config-next" : " 13.1.2 " ,
25
25
"typescript" : " ^4.9.4"
26
26
}
27
27
}
You can’t perform that action at this time.
0 commit comments