File tree Expand file tree Collapse file tree 9 files changed +188
-175
lines changed Expand file tree Collapse file tree 9 files changed +188
-175
lines changed Original file line number Diff line number Diff line change 12
12
},
13
13
"dependencies" : {
14
14
"@example/shared" : " workspace:*" ,
15
- "next" : " 15.0.1 " ,
15
+ "next" : " catalog: " ,
16
16
"@opennextjs/aws" : " workspace:*" ,
17
- "react" : " 19.0.0-rc-69d4b800-20241021 " ,
18
- "react-dom" : " 19.0.0-rc-69d4b800-20241021 "
17
+ "react" : " catalog: " ,
18
+ "react-dom" : " catalog: "
19
19
},
20
20
"devDependencies" : {
21
- "@types/node" : " 20.5.0 " ,
22
- "@types/react" : " npm:types-react@19.0.0-rc.1 " ,
23
- "@types/react-dom" : " npm:types-react-dom@19.0.0-rc.1 " ,
24
- "autoprefixer" : " 10.4.15 " ,
25
- "postcss" : " 8.4.27 " ,
26
- "tailwindcss" : " 3.3.3 " ,
27
- "typescript" : " ^4.9.3 "
21
+ "@types/node" : " catalog: " ,
22
+ "@types/react" : " catalog: " ,
23
+ "@types/react-dom" : " catalog: " ,
24
+ "autoprefixer" : " catalog: " ,
25
+ "postcss" : " catalog: " ,
26
+ "tailwindcss" : " catalog: " ,
27
+ "typescript" : " catalog: "
28
28
}
29
29
}
Original file line number Diff line number Diff line change 12
12
},
13
13
"dependencies" : {
14
14
"@example/shared" : " workspace:*" ,
15
- "next" : " 15.0.1" ,
16
15
"@opennextjs/aws" : " workspace:*" ,
17
- "react" : " 19.0.0-rc-69d4b800-20241021" ,
18
- "react-dom" : " 19.0.0-rc-69d4b800-20241021"
16
+ "next" : " catalog:" ,
17
+ "react" : " catalog:" ,
18
+ "react-dom" : " catalog:"
19
19
},
20
20
"devDependencies" : {
21
- "@types/node" : " 20.5.0 " ,
22
- "@types/react" : " npm:types-react@19.0.0-rc.1 " ,
23
- "@types/react-dom" : " npm:types-react-dom@19.0.0-rc.1 " ,
24
- "autoprefixer" : " 10.4.15 " ,
25
- "postcss" : " 8.4.27 " ,
26
- "tailwindcss" : " 3.3.3 " ,
27
- "typescript" : " ^4.9.3 "
21
+ "@types/node" : " catalog: " ,
22
+ "@types/react" : " catalog: " ,
23
+ "@types/react-dom" : " catalog: " ,
24
+ "autoprefixer" : " catalog: " ,
25
+ "postcss" : " catalog: " ,
26
+ "tailwindcss" : " catalog: " ,
27
+ "typescript" : " catalog: "
28
28
}
29
29
}
Original file line number Diff line number Diff line change 12
12
},
13
13
"dependencies" : {
14
14
"@example/shared" : " workspace:*" ,
15
- "@types/node" : " 20.5.0" ,
16
- "autoprefixer" : " 10.4.15" ,
17
- "next" : " 15.0.1" ,
18
- "postcss" : " 8.4.27" ,
19
- "react" : " 19.0.0-rc-69d4b800-20241021" ,
20
- "react-dom" : " 19.0.0-rc-69d4b800-20241021" ,
21
- "tailwindcss" : " 3.3.3" ,
22
- "typescript" : " ^4.9.3"
15
+ "next" : " catalog:" ,
16
+ "react" : " catalog:" ,
17
+ "react-dom" : " catalog:"
23
18
},
24
19
"devDependencies" : {
25
- "@types/react" : " npm:types-react@19.0.0-rc.1" ,
26
- "@types/react-dom" : " npm:types-react-dom@19.0.0-rc.1"
20
+ "@types/node" : " catalog:" ,
21
+ "@types/react" : " catalog:" ,
22
+ "@types/react-dom" : " catalog:" ,
23
+ "tailwindcss" : " catalog:" ,
24
+ "postcss" : " catalog:" ,
25
+ "autoprefixer" : " catalog:" ,
26
+ "typescript" : " catalog:"
27
27
}
28
28
}
Original file line number Diff line number Diff line change 6
6
"clean" : " rm -rf .turbo && rm -rf node_modules"
7
7
},
8
8
"dependencies" : {
9
- "react" : " 19.0.0-rc-69d4b800-20241021 " ,
10
- "react-dom" : " 19.0.0-rc-69d4b800-20241021 "
9
+ "react" : " catalog: " ,
10
+ "react-dom" : " catalog: "
11
11
},
12
12
"devDependencies" : {
13
- "@types/react" : " npm:types-react@19.0.0-rc.1 " ,
14
- "@types/react-dom" : " npm:types-react-dom@19.0.0-rc.1 "
13
+ "@types/react" : " catalog: " ,
14
+ "@types/react-dom" : " catalog: "
15
15
}
16
16
}
Original file line number Diff line number Diff line change 45
45
},
46
46
"devDependencies" : {
47
47
"@types/aws-lambda" : " ^8.10.109" ,
48
- "@types/node" : " ^18.16.1 " ,
48
+ "@types/node" : " catalog: " ,
49
49
"tsc-alias" : " ^1.8.8" ,
50
- "typescript" : " ^5.6.3 "
50
+ "typescript" : " catalog: "
51
51
},
52
52
"bugs" : {
53
53
"url" : " https://github.com/opennextjs/opennextjs-aws/issues"
Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ export class OpenNextNodeResponse extends Transform implements ServerResponse {
163
163
...this . headers ,
164
164
} ;
165
165
const initialCookies = parseCookies (
166
- this . initialHeaders [ SET_COOKIE_HEADER ] ,
166
+ this . initialHeaders [ SET_COOKIE_HEADER ] ?. toString ( ) ,
167
167
) ;
168
168
this . _cookies =
169
169
mergeHeadersPriority === "middleware"
Original file line number Diff line number Diff line change 19
19
"dependencies" : {},
20
20
"devDependencies" : {
21
21
"tsup" : " 7.2.0" ,
22
- "@types/node" : " 20.5.0 "
22
+ "@types/node" : " catalog: "
23
23
},
24
24
"publishConfig" : {
25
25
"access" : " public"
You can’t perform that action at this time.
0 commit comments