Merging main

This commit is contained in:
Lucid Kobold
2022-02-03 10:55:04 -06:00
2 changed files with 211 additions and 195 deletions

View File

@@ -19,21 +19,21 @@
"@chakra-ui/react": "^1.8.1",
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@types/react": "^17.0.38",
"@types/react": "^17.0.39",
"date-fns": "^2.28.0",
"formik": "^2.2.9",
"framer-motion": "^6.2.3",
"next": "12.0.9",
"next": "12.0.10",
"react": "17.0.2",
"react-dom": "17.0.2",
"sharp": "^0.29.3"
"sharp": "^0.30.0"
},
"devDependencies": {
"@iconify/react": "^3.1.3",
"@types/node": "^17.0.12",
"@typescript-eslint/eslint-plugin": "^5.10.1",
"eslint": "^8.7.0",
"eslint-config-next": "12.0.9",
"@types/node": "^17.0.14",
"@typescript-eslint/eslint-plugin": "^5.10.2",
"eslint": "^8.8.0",
"eslint-config-next": "12.0.10",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.27.1",