mirror of
https://github.com/DerTyp7/explainegy-nextjs.git
synced 2025-10-29 12:52:13 +01:00
auth
This commit is contained in:
@@ -10,13 +10,14 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@next/font": "13.1.6",
|
||||
"@prisma/client": "^4.9.0",
|
||||
"@prisma/client": "^4.10.0",
|
||||
"@types/node": "18.11.19",
|
||||
"@types/react": "18.0.27",
|
||||
"@types/react-dom": "18.0.10",
|
||||
"eslint": "8.33.0",
|
||||
"eslint-config-next": "13.1.6",
|
||||
"next": "13.1.6",
|
||||
"next-auth": "^4.19.2",
|
||||
"next-superjson-plugin": "^0.5.4",
|
||||
"react": "18.2.0",
|
||||
"react-dom": "18.2.0",
|
||||
@@ -27,12 +28,13 @@
|
||||
"remark-gfm": "^3.0.1",
|
||||
"remark-stringify": "^10.0.2",
|
||||
"sass": "^1.58.0",
|
||||
"swr": "^2.0.3",
|
||||
"typescript": "4.9.5",
|
||||
"url-join": "^5.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/react-select": "^5.0.1",
|
||||
"@types/react-syntax-highlighter": "^15.5.6",
|
||||
"prisma": "^4.9.0"
|
||||
"prisma": "^4.10.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user