chore: update deps

This commit is contained in:
Sonny
2023-11-25 16:50:28 +01:00
parent d4af0b4a4d
commit b1f5de0fa6
3 changed files with 176 additions and 175 deletions

View File

@@ -8,14 +8,14 @@
"lint": "next lint"
},
"dependencies": {
"@prisma/client": "^5.5.2",
"@prisma/client": "^5.6.0",
"@svgr/webpack": "^8.1.0",
"accept-language": "^3.0.18",
"axios": "^1.6.1",
"axios": "^1.6.2",
"clsx": "^2.0.0",
"framer-motion": "^10.16.4",
"i18next": "^23.7.3",
"next": "^14.0.2",
"framer-motion": "^10.16.5",
"i18next": "^23.7.6",
"next": "^14.0.3",
"next-auth": "^4.24.5",
"next-i18next": "^15.0.0",
"next-seo": "^6.4.0",
@@ -24,22 +24,22 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hotkeys-hook": "^4.4.1",
"react-i18next": "^13.4.0",
"react-icons": "^4.11.0",
"react-i18next": "^13.5.0",
"react-icons": "^4.12.0",
"react-select": "^5.8.0",
"sass": "^1.69.5",
"sharp": "^0.32.6",
"yup": "^1.3.2"
},
"devDependencies": {
"@types/node": "^20.9.0",
"@types/node": "^20.10.0",
"@types/nprogress": "^0.2.3",
"@types/react": "^18.2.37",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"eslint": "^8.53.0",
"eslint-config-next": "14.0.2",
"prisma": "^5.5.2",
"typescript": "5.2.2"
"@types/react": "^18.2.38",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"eslint": "^8.54.0",
"eslint-config-next": "14.0.3",
"prisma": "^5.6.0",
"typescript": "5.3.2"
}
}