Commit 877518f 1 parent 942fb8d commit 877518f Copy full SHA for 877518f
File tree 6 files changed +7
-11
lines changed
6 files changed +7
-11
lines changed Original file line number Diff line number Diff line change 11
11
"dependencies" : {
12
12
"@upstash/ratelimit" : " ^1.2.1" ,
13
13
"@vercel/functions" : " ^1.0.2" ,
14
- "next" : " 14.2.3 " ,
14
+ "next" : " 14.2.23 " ,
15
15
"react" : " ^18" ,
16
16
"react-dom" : " ^18"
17
17
},
Original file line number Diff line number Diff line change 10
10
},
11
11
"dependencies" : {
12
12
"@upstash/ratelimit" : " ^1.1.3" ,
13
- "next" : " 14.2.3 " ,
13
+ "next" : " 14.2.23 " ,
14
14
"react" : " ^18" ,
15
15
"react-dom" : " ^18"
16
16
},
Original file line number Diff line number Diff line change 12
12
"@upstash/ratelimit" : " latest" ,
13
13
"@upstash/redis" : " latest" ,
14
14
"@vercel/functions" : " ^1.0.2" ,
15
- "next" : " 14.2.3 " ,
15
+ "next" : " 14.2.23 " ,
16
16
"react" : " ^18" ,
17
17
"react-dom" : " ^18"
18
18
},
Original file line number Diff line number Diff line change 11
11
"dependencies" : {
12
12
"@upstash/ratelimit" : " ^1.1.3" ,
13
13
"@vercel/functions" : " ^1.0.2" ,
14
- "next" : " 14.2.3 " ,
14
+ "next" : " 14.2.23 " ,
15
15
"react" : " ^18" ,
16
16
"react-dom" : " ^18"
17
17
},
Original file line number Diff line number Diff line change 1
1
/** @type {import('next').NextConfig } */
2
- const nextConfig = {
3
- experimental : {
4
- appDir : true ,
5
- } ,
6
- } ;
2
+ const nextConfig = { } ;
7
3
8
4
module . exports = nextConfig ;
Original file line number Diff line number Diff line change 15
15
"@upstash/ratelimit" : " ^0.4.3" ,
16
16
"@vercel/kv" : " ^0.1.2" ,
17
17
"autoprefixer" : " 10.4.14" ,
18
- "next" : " 13.4.1 " ,
19
- "postcss" : " 8.4.23 " ,
18
+ "next" : " 14.2.23 " ,
19
+ "postcss" : " 8.5.1 " ,
20
20
"react" : " 18.2.0" ,
21
21
"react-dom" : " 18.2.0" ,
22
22
"tailwindcss" : " 3.3.2" ,
You can’t perform that action at this time.
0 commit comments