Use stable version of next (#266)
This commit is contained in:
parent
e765bc2e3d
commit
8f1dfc7043
2 changed files with 48 additions and 53 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "next dev --turbo",
|
||||
"dev": "next dev",
|
||||
"build": "next build",
|
||||
"start": "next start",
|
||||
"lint": "next lint",
|
||||
|
|
@ -36,7 +36,7 @@
|
|||
"framer-motion": "^10.18.0",
|
||||
"geist": "^1.2.1",
|
||||
"nanoid": "^5.0.4",
|
||||
"next": "14.2.0-canary.6",
|
||||
"next": "14.1.3",
|
||||
"next-auth": "5.0.0-beta.4",
|
||||
"next-themes": "^0.2.1",
|
||||
"openai": "^4.24.7",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue