chore: update dependencies (#681)

This commit is contained in:
Daniel Lautzenheiser
2023-04-04 16:03:13 -04:00
committed by GitHub
parent d0ecae310c
commit f43911f24f
18 changed files with 2211 additions and 1814 deletions

View File

@ -16,8 +16,8 @@
"dependencies": {
"@emotion/react": "11.10.6",
"@emotion/styled": "11.10.6",
"@mui/icons-material": "5.11.11",
"@mui/material": "5.11.13",
"@mui/icons-material": "5.11.16",
"@mui/material": "5.11.16",
"date-fns": "2.29.3",
"gray-matter": "4.0.3",
"js-yaml": "4.1.0",
@ -33,28 +33,28 @@
"yaml": "2.2.1"
},
"devDependencies": {
"@babel/core": "7.21.3",
"@babel/core": "7.21.4",
"@emotion/eslint-plugin": "11.10.0",
"@next/bundle-analyzer": "13.2.4",
"@next/eslint-plugin-next": "13.2.4",
"@types/js-yaml": "4.0.5",
"@types/node": "18.11.18",
"@types/node": "18.15.11",
"@types/prettier": "2.7.2",
"@types/prismjs": "1.26.0",
"@types/react": "18.0.28",
"@types/react": "18.0.33",
"@types/react-dom": "18.0.11",
"@typescript-eslint/eslint-plugin": "5.55.0",
"@typescript-eslint/parser": "5.55.0",
"@typescript-eslint/eslint-plugin": "5.57.1",
"@typescript-eslint/parser": "5.57.1",
"@babel/eslint-parser": "7.21.3",
"eslint": "8.36.0",
"eslint": "8.37.0",
"eslint-config-next": "13.2.4",
"eslint-config-prettier": "8.7.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-babel": "5.3.1",
"eslint-plugin-unicorn": "46.0.0",
"npm-run-all": "4.1.5",
"prettier": "2.8.4",
"typescript": "4.9.5",
"webpack": "5.76.2"
"prettier": "2.8.7",
"typescript": "5.0.3",
"webpack": "5.77.0"
},
"lint-staged": {
"*.ts": "prettier --write",