chore(deps): update deps and apply changes

This commit is contained in:
Sonny
2024-04-10 19:23:18 +02:00
parent 42a5dabec1
commit a317ee1b61
4 changed files with 326 additions and 346 deletions

View File

@@ -13,50 +13,50 @@
"release": "release-it"
},
"dependencies": {
"@ducanh2912/next-pwa": "^10.0.0",
"@prisma/client": "^5.7.0",
"@ducanh2912/next-pwa": "^10.2.6",
"@prisma/client": "^5.12.1",
"@svgr/webpack": "^8.1.0",
"@types/react-toggle": "^4.0.5",
"accept-language": "^3.0.18",
"clsx": "^2.0.0",
"clsx": "^2.1.0",
"dayjs": "^1.11.10",
"framer-motion": "^10.16.16",
"i18next": "^23.7.11",
"next": "^14.0.4",
"next-auth": "^4.24.5",
"next-i18next": "^15.1.1",
"next-seo": "^6.4.0",
"framer-motion": "^11.0.27",
"i18next": "^23.11.1",
"next": "^14.1.4",
"next-auth": "^4.24.7",
"next-i18next": "^15.2.0",
"next-seo": "^6.5.0",
"next-sitemap": "^4.2.3",
"node-html-parser": "^6.1.11",
"node-html-parser": "^6.1.13",
"nprogress": "^0.2.0",
"react": "^18.2.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18.2.0",
"react-hotkeys-hook": "^4.4.1",
"react-i18next": "^13.5.0",
"react-icons": "^4.12.0",
"react-hotkeys-hook": "^4.5.0",
"react-i18next": "^14.1.0",
"react-icons": "^5.0.1",
"react-select": "^5.8.0",
"react-swipeable": "^7.0.1",
"react-tabs": "^6.0.2",
"react-toggle": "^4.1.3",
"sass": "^1.69.5",
"sharp": "^0.33.0",
"yup": "^1.3.3"
"sass": "^1.74.1",
"sharp": "^0.33.3",
"yup": "^1.4.0"
},
"devDependencies": {
"@types/node": "^20.10.4",
"@types/node": "^20.12.7",
"@types/nprogress": "^0.2.3",
"@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",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"prisma": "^5.12.1",
"release-it": "^17.1.1",
"typescript": "5.3.3"
"typescript": "5.4.5"
},
"lint-staged": {
"*.js": "eslint --cache --fix"