chore(deps): update major version & apply changes

This commit is contained in:
Sonny
2023-10-24 17:22:44 +02:00
parent fb80daabc3
commit 3204e31759
3 changed files with 86 additions and 44 deletions

View File

@@ -8,7 +8,7 @@
"lint": "next lint"
},
"dependencies": {
"@prisma/client": "^4.15.0",
"@prisma/client": "^5.5.0",
"@svgr/webpack": "^8.1.0",
"axios": "^1.5.1",
"framer-motion": "^10.16.4",
@@ -24,19 +24,19 @@
"react-icons": "^4.11.0",
"react-select": "^5.7.7",
"sass": "^1.69.4",
"sharp": "^0.32.1",
"sharp": "^0.32.6",
"toastr": "^2.1.4",
"yup": "^1.3.2"
},
"devDependencies": {
"@types/node": "^20.8.8",
"@types/nprogress": "^0.2.0",
"@types/nprogress": "^0.2.2",
"@types/react": "^18.2.31",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"eslint": "^8.52.0",
"eslint-config-next": "13.5.6",
"prisma": "^4.15.0",
"prisma": "^5.5.0",
"typescript": "5.2.2"
}
}