Skip to content

Commit e8a92d3

Browse files
committed
fix: next version
Signed-off-by: Innei <[email protected]>
1 parent 8c0709d commit e8a92d3

File tree

4 files changed

+31
-34
lines changed

4 files changed

+31
-34
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"mermaid": "11.3.0",
8888
"nanoid": "^5.0.7",
8989
"next": "14.2.8",
90-
"next-auth": "4.24.10",
90+
"next-auth": "4.24.7",
9191
"next-runtime-env": "3.2.2",
9292
"next-themes": "0.3.0",
9393
"ofetch": "1.4.1",

Diff for: patches/next-auth.patch

+18-18
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
diff --git a/client/_utils.js b/client/_utils.js
2-
index 25bd573915c9bd9251ed6ce241889e0d6f13ba55..0c7e9e06fec0a9c00cd8e733d2222afb4b4d4670 100644
2+
index de4e3c4eedfaffa561ff7ea80f109cbf3bb807e5..acdcdb9a9b0bc1082c158cc4c74ef3684fd6ddf7 100644
33
--- a/client/_utils.js
44
+++ b/client/_utils.js
5-
@@ -45,6 +45,7 @@ function _fetchData() {
6-
options.body = JSON.stringify(req.body);
7-
options.method = "POST";
8-
}
9-
+ options.credentials = "include";
10-
_context.next = 7;
11-
return fetch(url, options);
12-
case 7:
13-
@@ -63,7 +64,7 @@ function _fetchData() {
14-
case 16:
15-
_context.prev = 16;
16-
_context.t0 = _context["catch"](2);
17-
- logger.error("CLIENT_FETCH_ERROR", {
18-
+ console.error("CLIENT_FETCH_ERROR", {
19-
error: _context.t0,
20-
url: url
21-
});
5+
@@ -57,6 +57,7 @@ function _fetchData() {
6+
options.method = "POST";
7+
}
8+
9+
+ options.credentials = "include";
10+
_context.next = 7;
11+
return fetch(url, options);
12+
13+
@@ -81,7 +82,7 @@ function _fetchData() {
14+
case 16:
15+
_context.prev = 16;
16+
_context.t0 = _context["catch"](2);
17+
- logger.error("CLIENT_FETCH_ERROR", {
18+
+ console.error("CLIENT_FETCH_ERROR", {
19+
error: _context.t0,
20+
url: url
21+
});

Diff for: pnpm-lock.yaml

+11-14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: renovate.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
],
77
"ignoreDeps": [
88
"jojoo",
9-
"framer-motion"
9+
"next"
1010
]
1111
}

0 commit comments

Comments
 (0)