chore: updated dependencies

This commit is contained in:
2023-09-14 13:01:22 -06:00
parent 390f8bc858
commit b26d5d8eba
12 changed files with 110 additions and 3806 deletions
+23 -23
View File
@@ -7,46 +7,46 @@
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "husky install"
"prepare": "husky install"
},
"dependencies": {
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@fortawesome/fontawesome-svg-core": "^6.2.0",
"@fortawesome/free-brands-svg-icons": "^6.2.0",
"@fortawesome/free-solid-svg-icons": "^6.2.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-brands-svg-icons": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@mui/material": "^5.10.6",
"formik": "^2.2.9",
"gsap": "^3.11.1",
"@mui/material": "^5.14.9",
"formik": "^2.4.4",
"gsap": "^3.12.2",
"isomorphic-fetch": "^3.0.0",
"next": "12.3.1",
"next-connect": "^0.13.0",
"next": "13.4.19",
"next-connect": "^1.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"sharp": "^0.31.0",
"swiper": "^8.4.2",
"yup": "^0.32.11"
"sharp": "^0.32.5",
"swiper": "^10.2.0",
"yup": "^1.2.0"
},
"devDependencies": {
"@commitlint/cli": "^17.1.2",
"@commitlint/config-conventional": "^17.1.0",
"@emotion/eslint-plugin": "^11.10.0",
"@next/bundle-analyzer": "^12.3.1",
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@emotion/eslint-plugin": "^11.11.0",
"@next/bundle-analyzer": "^13.4.19",
"@types/isomorphic-fetch": "^0.0.36",
"@types/node": "18.7.18",
"@types/react": "18.0.20",
"@types/node": "20.6.0",
"@types/react": "18.2.21",
"@typescript-eslint/eslint-plugin": "^5.38.0",
"@typescript-eslint/parser": "^5.38.0",
"eslint": "^8.23.1",
"eslint-config-next": "12.3.1",
"eslint-config-next": "latest",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.2.5",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.1",
"eslint-plugin-react": "^7.31.8",
"husky": "^8.0.1",
"typescript": "4.8.3"
"husky": "^8.0.3",
"typescript": "5.2.2"
}
}