Use stable version of next (#266)

This commit is contained in:
Jeremy 2024-03-15 21:08:41 +03:00 committed by GitHub
parent e765bc2e3d
commit 8f1dfc7043
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 48 additions and 53 deletions

View file

@ -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",