chore(deps): update dependencies across all projects

This commit is contained in:
Amruth Pillai
2022-07-01 00:46:41 +02:00
parent 12019f90e9
commit 56bcec5196
7 changed files with 2593 additions and 2073 deletions

View File

@ -13,15 +13,15 @@
"@emotion/css": "^11.9.0",
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@hookform/resolvers": "2.9.1",
"@hookform/resolvers": "2.9.3",
"@monaco-editor/react": "^4.4.5",
"@mui/icons-material": "^5.8.4",
"@mui/lab": "^5.0.0-alpha.86",
"@mui/material": "^5.8.4",
"@mui/system": "^5.8.4",
"@mui/x-date-pickers": "5.0.0-alpha.6",
"@next/env": "^12.1.6",
"@reduxjs/toolkit": "^1.8.2",
"@mui/lab": "^5.0.0-alpha.88",
"@mui/material": "^5.8.6",
"@mui/system": "^5.8.6",
"@mui/x-date-pickers": "5.0.0-alpha.7",
"@next/env": "^12.2.0",
"@reduxjs/toolkit": "^1.8.3",
"axios": "^0.27.2",
"clsx": "^1.1.1",
"dayjs": "^1.11.3",
@ -30,8 +30,8 @@
"lodash": "^4.17.21",
"md5-hex": "^4.0.0",
"monaco-editor": "^0.33.0",
"nanoid": "^3.3.4",
"next": "12.1.6",
"nanoid": "^3.0.0",
"next": "12.2.0",
"next-i18next": "^11.0.0",
"react": "18.2.0",
"react-beautiful-dnd": "^13.1.0",
@ -39,7 +39,7 @@
"react-dnd": "16.0.1",
"react-dnd-html5-backend": "16.0.1",
"react-dom": "18.2.0",
"react-hook-form": "^7.32.2",
"react-hook-form": "^7.33.0",
"react-hot-toast": "2.2.0",
"react-hotkeys-hook": "^3.4.6",
"react-icons": "^4.4.0",
@ -51,12 +51,12 @@
"redux-persist": "^6.0.0",
"redux-saga": "^1.1.3",
"remark-gfm": "^3.0.1",
"sharp": "^0.30.6",
"sharp": "^0.30.7",
"uuid": "^8.3.2",
"webfontloader": "^1.6.28"
},
"devDependencies": {
"@babel/core": "^7.18.5",
"@babel/core": "^7.18.6",
"@reactive-resume/schema": "workspace:*",
"@tailwindcss/typography": "^0.5.2",
"@types/downloadjs": "^1.4.3",
@ -65,18 +65,18 @@
"@types/react": "18.0.14",
"@types/react-beautiful-dnd": "^13.1.2",
"@types/react-redux": "^7.1.24",
"@types/tailwindcss": "^3.0.10",
"@types/tailwindcss": "^3.0.11",
"@types/uuid": "^8.3.4",
"@types/webfontloader": "^1.6.34",
"autoprefixer": "^10.4.7",
"csstype": "^3.1.0",
"eslint": "^8.18.0",
"eslint-config-next": "12.1.6",
"next-sitemap": "^3.1.1",
"eslint-config-next": "12.2.0",
"next-sitemap": "^3.1.7",
"postcss": "^8.4.14",
"prettier": "^2.7.1",
"sass": "^1.52.3",
"tailwindcss": "^3.1.3",
"sass": "^1.53.0",
"tailwindcss": "^3.1.4",
"typescript": "^4.7.4"
}
}