chore(deps): update deps

This commit is contained in:
Sonny
2023-12-17 16:19:24 +01:00
parent 4a7d5392ad
commit 0f10092810
2 changed files with 808 additions and 670 deletions

View File

@@ -11,18 +11,18 @@
"prepare": "husky install"
},
"dependencies": {
"@ducanh2912/next-pwa": "^9.7.2",
"@prisma/client": "^5.6.0",
"@ducanh2912/next-pwa": "^10.0.0",
"@prisma/client": "^5.7.0",
"@svgr/webpack": "^8.1.0",
"@types/react-toggle": "^4.0.5",
"accept-language": "^3.0.18",
"axios": "^1.6.2",
"clsx": "^2.0.0",
"framer-motion": "^10.16.5",
"i18next": "^23.7.6",
"next": "^14.0.3",
"framer-motion": "^10.16.16",
"i18next": "^23.7.11",
"next": "^14.0.4",
"next-auth": "^4.24.5",
"next-i18next": "^15.0.0",
"next-i18next": "^15.1.1",
"next-seo": "^6.4.0",
"next-sitemap": "^4.2.3",
"node-html-parser": "^6.1.11",
@@ -38,21 +38,21 @@
"react-tabs": "^6.0.2",
"react-toggle": "^4.1.3",
"sass": "^1.69.5",
"sharp": "^0.32.6",
"yup": "^1.3.2"
"sharp": "^0.33.0",
"yup": "^1.3.3"
},
"devDependencies": {
"@types/node": "^20.10.0",
"@types/node": "^20.10.4",
"@types/nprogress": "^0.2.3",
"@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",
"husky": "^8.0.0",
"lint-staged": "^15.1.0",
"prisma": "^5.6.0",
"typescript": "5.3.2"
"@types/react": "^18.2.45",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"eslint": "^8.56.0",
"eslint-config-next": "14.0.4",
"husky": "^8.0.3",
"lint-staged": "^15.2.0",
"prisma": "^5.7.0",
"typescript": "5.3.3"
},
"lint-staged": {
"*.js": "eslint --cache --fix"