Skip to content

Commit 96a0c7e

Browse files
committed
Revert "♻️ Upgrade the version of next.js to 15.5.7"
This reverts commit 5dc121c.
1 parent 5dc121c commit 96a0c7e

File tree

2 files changed

+7
-23
lines changed

2 files changed

+7
-23
lines changed

frontend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"katex": "^0.16.11",
6262
"lucide-react": "^0.454.0",
6363
"mermaid": "^11.12.0",
64-
"next": "15.5.7",
64+
"next": "15.4.5",
6565
"next-i18next": "^15.4.2",
6666
"next-themes": "^0.4.4",
6767
"react": "18.2.0",
@@ -97,7 +97,7 @@
9797
"@types/react": "18.3.20",
9898
"@types/react-dom": "18.3.6",
9999
"eslint": "^9.34.0",
100-
"eslint-config-next": "15.5.7",
100+
"eslint-config-next": "15.5.0",
101101
"postcss": "^8",
102102
"tailwindcss": "^3.4.17",
103103
"typescript": "5.8.3"

frontend/tsconfig.json

Lines changed: 5 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
{
22
"compilerOptions": {
3-
"lib": [
4-
"dom",
5-
"dom.iterable",
6-
"esnext"
7-
],
3+
"lib": ["dom", "dom.iterable", "esnext"],
84
"allowJs": true,
95
"target": "ES6",
106
"skipLibCheck": true,
@@ -23,22 +19,10 @@
2319
}
2420
],
2521
"paths": {
26-
"@/*": [
27-
"./*"
28-
],
29-
"@/app/*": [
30-
"./app/[locale]/*"
31-
]
22+
"@/*": ["./*"],
23+
"@/app/*": ["./app/[locale]/*"]
3224
}
3325
},
34-
"include": [
35-
"next-env.d.ts",
36-
"**/*.ts",
37-
"**/*.tsx",
38-
".next/types/**/*.ts",
39-
".next/dev/types/**/*.ts"
40-
],
41-
"exclude": [
42-
"node_modules"
43-
]
26+
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
27+
"exclude": ["node_modules"]
4428
}

0 commit comments

Comments
 (0)