File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 4
4
5
5
/** @type {import("next").NextConfig } */
6
6
const config = {
7
- experimental : {
8
- // ssr prepass seems broken since they enabled app dir by default. explicitly disable it
9
- appDir : false ,
10
- } ,
11
7
serverRuntimeConfig : {
12
8
// Will only be available on the server side
13
9
} ,
Original file line number Diff line number Diff line change 48
48
"@trpc/react-query" : " ^10.27.0" ,
49
49
"@trpc/server" : " ^10.27.0" ,
50
50
"clsx" : " ^1.1.1" ,
51
- "next" : " ^13.4.2 " ,
51
+ "next" : " ^13.4.3 " ,
52
52
"next-auth" : " ^4.22.1" ,
53
53
"react" : " ^18.2.0" ,
54
54
"react-dom" : " ^18.2.0" ,
68
68
"autoprefixer" : " ^10.4.7" ,
69
69
"cross-env" : " ^7.0.3" ,
70
70
"eslint" : " ^8.40.0" ,
71
- "eslint-config-next" : " ^13.4.2 " ,
71
+ "eslint-config-next" : " ^13.4.3 " ,
72
72
"eslint-config-prettier" : " ^8.8.0" ,
73
73
"eslint-plugin-prettier" : " ^4.2.1" ,
74
74
"eslint-plugin-react" : " ^7.32.2" ,
You can’t perform that action at this time.
0 commit comments