093xpku commited on
Commit ·
fc558cc
1
Parent(s): 3eeb6f6
Fix: Upgrade Next.js to ^15.1.7 to support stable React 19
Browse files- frontend/package.json +1 -1
frontend/package.json
CHANGED
|
@@ -15,7 +15,7 @@
|
|
| 15 |
"echarts-for-react": "^3.0.2",
|
| 16 |
"framer-motion": "^11.0.8",
|
| 17 |
"lucide-react": "^0.468.0",
|
| 18 |
-
"next": "15.
|
| 19 |
"react": "^19.0.0",
|
| 20 |
"react-dom": "^19.0.0",
|
| 21 |
"tailwind-merge": "^2.2.2"
|
|
|
|
| 15 |
"echarts-for-react": "^3.0.2",
|
| 16 |
"framer-motion": "^11.0.8",
|
| 17 |
"lucide-react": "^0.468.0",
|
| 18 |
+
"next": "^15.1.7",
|
| 19 |
"react": "^19.0.0",
|
| 20 |
"react-dom": "^19.0.0",
|
| 21 |
"tailwind-merge": "^2.2.2"
|