chore(deps): update deps

This commit is contained in:
Sonny
2023-06-10 19:07:01 +02:00
parent f5b3253286
commit f84776210b
2 changed files with 44 additions and 44 deletions

View File

@@ -8,7 +8,7 @@
"lint": "next lint"
},
"dependencies": {
"@prisma/client": "^4.14.1",
"@prisma/client": "^4.15.0",
"@svgr/webpack": "^8.0.1",
"axios": "^1.4.0",
"framer-motion": "^10.12.16",
@@ -20,20 +20,20 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hotkeys-hook": "^4.4.0",
"react-icons": "^4.8.0",
"react-icons": "^4.9.0",
"react-select": "^5.7.3",
"sass": "^1.62.1",
"sass": "^1.63.3",
"sharp": "^0.32.1",
"toastr": "^2.1.4",
"yup": "^1.2.0"
},
"devDependencies": {
"@types/node": "^20.2.4",
"@types/node": "^20.2.6",
"@types/nprogress": "^0.2.0",
"@types/react": "^18.2.7",
"@types/react": "^18.2.11",
"eslint": "8",
"eslint-config-next": "13.4.4",
"prisma": "^4.14.1",
"typescript": "5.0.4"
"prisma": "^4.15.0",
"typescript": "5.1.3"
}
}