Skip to content

Commit 8af9283

Browse files
author
Seto Elkahfi
committed
update
1 parent 44a6c60 commit 8af9283

4 files changed

Lines changed: 3027 additions & 227 deletions

File tree

.eslintrc.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"extends": "next"
3+
}

package.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
"@radix-ui/react-icons": "^1.3.2",
1414
"@radix-ui/react-separator": "^1.1.7",
1515
"@types/ms": "^0.7.34",
16-
"ai": "^2.2.37",
16+
"ai": "^3",
1717
"class-variance-authority": "^0.7.1",
1818
"clsx": "^2.1.1",
19-
"lucide-react": "^0.331.0",
19+
"lucide-react": "^0.511",
2020
"ms": "^2.1.3",
21-
"next": "14.1.0",
21+
"next": "^15",
2222
"openai": "^4.104.0",
23-
"react": "^18.3.1",
24-
"react-dom": "^18.3.1",
23+
"react": "^19",
24+
"react-dom": "^19",
2525
"tailwind-merge": "^2.6.0",
2626
"tailwindcss-animate": "^1.0.7"
2727
},
@@ -30,6 +30,8 @@
3030
"@types/react": "^18.3.23",
3131
"@types/react-dom": "^18.3.7",
3232
"autoprefixer": "^10.4.21",
33+
"eslint": "^9.28.0",
34+
"eslint-config-next": "15.3.3",
3335
"postcss": "^8.5.4",
3436
"tailwindcss": "^3.4.17",
3537
"typescript": "^5.8.3"

0 commit comments

Comments
 (0)