chore: deps update

This commit is contained in:
Sonny
2023-04-26 23:29:03 +02:00
parent 426f2a52df
commit 917b6c6a05
2 changed files with 102 additions and 102 deletions

View File

@@ -8,11 +8,11 @@
"lint": "next lint"
},
"dependencies": {
"@prisma/client": "^4.12.0",
"@prisma/client": "^4.13.0",
"@svgr/webpack": "^7.0.0",
"axios": "^1.3.5",
"next": "^13.3.0",
"next-auth": "^4.22.0",
"axios": "^1.3.6",
"next": "^13.3.1",
"next-auth": "^4.22.1",
"next-seo": "^6.0.0",
"node-html-parser": "^6.1.5",
"nprogress": "^0.2.0",
@@ -21,16 +21,16 @@
"react-hotkeys-hook": "^4.4.0",
"react-icons": "^4.8.0",
"react-select": "^5.7.2",
"sass": "^1.62.0",
"sass": "^1.62.1",
"toastr": "^2.1.4"
},
"devDependencies": {
"@types/node": "^18.15.11",
"@types/node": "^18.16.1",
"@types/nprogress": "^0.2.0",
"@types/react": "^18.0.35",
"@types/react": "^18.2.0",
"eslint": "8",
"eslint-config-next": "13.3.0",
"prisma": "^4.12.0",
"eslint-config-next": "13.3.1",
"prisma": "^4.13.0",
"typescript": "5.0.4"
}
}