chore(dependencies): ⬆️ upgrading dependencies to latest versions

This commit is contained in:
Amruth Pillai
2022-08-04 16:10:33 +02:00
parent 95d265f672
commit 331346b99c
8 changed files with 1167 additions and 1150 deletions

View File

@ -10,15 +10,15 @@
"dependencies": {
"@beam-australia/react-env": "^3.1.1",
"@date-io/dayjs": "^2.14.0",
"@emotion/css": "^11.9.0",
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@emotion/css": "^11.10.0",
"@emotion/react": "^11.10.0",
"@emotion/styled": "^11.10.0",
"@hookform/resolvers": "2.9.7",
"@monaco-editor/react": "^4.4.5",
"@mui/icons-material": "^5.8.4",
"@mui/lab": "^5.0.0-alpha.92",
"@mui/material": "^5.9.2",
"@mui/system": "^5.9.2",
"@mui/lab": "^5.0.0-alpha.93",
"@mui/material": "^5.9.3",
"@mui/system": "^5.9.3",
"@mui/x-date-pickers": "5.0.0-beta.3",
"@next/env": "^12.2.3",
"@reduxjs/toolkit": "^1.8.3",
@ -56,12 +56,12 @@
"webfontloader": "^1.6.28"
},
"devDependencies": {
"@babel/core": "^7.18.9",
"@babel/core": "^7.18.10",
"@reactive-resume/schema": "workspace:*",
"@tailwindcss/typography": "^0.5.4",
"@types/downloadjs": "^1.4.3",
"@types/lodash": "^4.14.182",
"@types/node": "18.6.2",
"@types/node": "18.6.3",
"@types/react": "18.0.15",
"@types/react-beautiful-dnd": "^13.1.2",
"@types/react-redux": "^7.1.24",
@ -70,12 +70,12 @@
"@types/webfontloader": "^1.6.34",
"autoprefixer": "^10.4.8",
"csstype": "^3.1.0",
"eslint": "^8.20.0",
"eslint": "^8.21.0",
"eslint-config-next": "12.2.3",
"next-sitemap": "^3.1.15",
"next-sitemap": "^3.1.16",
"postcss": "^8.4.14",
"prettier": "^2.7.1",
"sass": "^1.54.0",
"sass": "^1.54.2",
"tailwindcss": "^3.1.7",
"typescript": "^4.7.4"
}