update deps and add discord verify

This commit is contained in:
2024-10-11 19:26:12 -05:00
parent 786c414eb3
commit 5f5c11830d
3 changed files with 241 additions and 218 deletions

View File

@@ -9,23 +9,23 @@
"lint": "next lint"
},
"dependencies": {
"@react-three/drei": "^9.108.4",
"@react-three/fiber": "^8.16.8",
"@types/three": "^0.166.0",
"next": "14.2.5",
"@react-three/drei": "^9.114.3",
"@react-three/fiber": "^8.17.10",
"@types/three": "^0.169.0",
"next": "14.2.15",
"react": "^18",
"react-dom": "^18",
"three": "^0.166.1",
"three-stdlib": "^2.30.4"
"three": "^0.169.0",
"three-stdlib": "^2.33.0"
},
"devDependencies": {
"@types/node": "^20",
"@types/node": "^22",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.5",
"eslint-config-next": "14.2.15",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"tailwindcss": "^3.4.13",
"typescript": "^5"
}
}