upgrade web to nextjs 16
This commit is contained in:
parent
728ca5569d
commit
b6fa2f0d17
7 changed files with 394 additions and 81 deletions
|
|
@ -11,13 +11,14 @@
|
|||
"@islandflow/types": "workspace:*",
|
||||
"@tanstack/react-virtual": "^3.13.24",
|
||||
"lightweight-charts": "^4.2.0",
|
||||
"next": "^14.2.4",
|
||||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1"
|
||||
"next": "^16.2.6",
|
||||
"react": "^19.2.0",
|
||||
"react-dom": "^19.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^20.14.10",
|
||||
"@types/react": "^18.3.3",
|
||||
"@types/react": "^19.2.7",
|
||||
"@types/react-dom": "^19.2.3",
|
||||
"typescript": "^5.5.4"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue