fix: dependencies

This commit is contained in:
lucas-neynar
2025-03-13 15:08:57 -07:00
parent b88e72524a
commit 6d292aab66
2 changed files with 40 additions and 6 deletions

View File

@@ -41,8 +41,8 @@
"next": "15.0.3",
"next-auth": "^4.24.11",
"ox": "^0.4.2",
"react": "^19",
"react-dom": "^19",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7",
"viem": "^2.23.6",
@@ -50,8 +50,8 @@
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"eslint": "^8",
"eslint-config-next": "15.0.3",
"postcss": "^8",