-
- Downloads
Merge branch 'profile' into 'main'
Profile See merge request !38
components/user-not-found.tsx
0 → 100644
This diff is collapsed.
... | ... | @@ -37,8 +37,8 @@ |
"class-variance-authority": "^0.6.1", | ||
"clsx": "^1.2.1", | ||
"dayjs": "^1.11.9", | ||
"lucide-react": "^0.258.0", | ||
"next": "^13.4.8", | ||
"lucide-react": "^0.259.0", | ||
"next": "^13.4.9", | ||
"next-auth": "^4.22.1", | ||
"next-themes": "^0.2.1", | ||
"normalize-diacritics": "^4.0.0", | ||
... | ... | @@ -59,15 +59,15 @@ |
"@testing-library/react": "^14.0.0", | ||
"@types/bcrypt": "^5.0.0", | ||
"@types/jest": "^29.5.2", | ||
"@types/node": "^20.3.3", | ||
"@types/node": "^20.4.0", | ||
"@types/react": "^18.2.14", | ||
"@types/react-dom": "^18.2.6", | ||
"autoprefixer": "10.4.14", | ||
"eslint": "^8.44.0", | ||
"eslint-config-next": "^13.4.8", | ||
"jest": "^29.6.0", | ||
"jest-environment-jsdom": "^29.6.0", | ||
"postcss": "8.4.24", | ||
"eslint-config-next": "^13.4.9", | ||
"jest": "^29.6.1", | ||
"jest-environment-jsdom": "^29.6.1", | ||
"postcss": "8.4.25", | ||
"prisma": "^4.16.2", | ||
"tailwindcss": "3.3.2", | ||
"typescript": "^5.1.6" | ||
... | ... |
Please register or sign in to comment