Upgrades #39

Merged
LucidKobold merged 3 commits from upgrades into main 2022-03-15 20:02:39 -04:00
2 changed files with 310 additions and 360 deletions
Showing only changes of commit f85ae6b6fc - Show all commits

View File

@@ -16,30 +16,30 @@
"pretty": "prettier --write ." "pretty": "prettier --write ."
}, },
"dependencies": { "dependencies": {
"@chakra-ui/react": "^1.8.5", "@chakra-ui/react": "^1.8.6",
"@emotion/react": "^11.8.1", "@emotion/react": "^11.8.2",
"@emotion/styled": "^11.8.1", "@emotion/styled": "^11.8.1",
"@types/react": "^17.0.39", "@iconify/react": "^3.1.4",
"@types/react": "^17.0.40",
"date-fns": "^2.28.0", "date-fns": "^2.28.0",
"formik": "^2.2.9", "formik": "^2.2.9",
"framer-motion": "<6.2.5", "framer-motion": "<6.2.5",
"next": "12.1.0", "next": "12.1.0",
"react": "17.0.2", "react": "17.0.2",
"react-dom": "17.0.2", "react-dom": "17.0.2",
"sharp": "^0.30.1" "sharp": "^0.30.3"
}, },
"devDependencies": { "devDependencies": {
"@iconify/react": "^3.1.3", "@types/node": "^17.0.21",
"@types/node": "^17.0.19", "@typescript-eslint/eslint-plugin": "^5.15.0",
"@typescript-eslint/eslint-plugin": "^5.12.1", "eslint": "^8.11.0",
"eslint": "^8.9.0",
"eslint-config-next": "12.1.0", "eslint-config-next": "12.1.0",
"eslint-config-prettier": "^8.4.0", "eslint-config-prettier": "^8.5.0",
"eslint-plugin-jsx-a11y": "^6.5.1", "eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "<7.28.0", "eslint-plugin-react": "<7.28.0",
"eslint-plugin-react-hooks": "^4.3.0", "eslint-plugin-react-hooks": "^4.3.0",
"prettier": "^2.5.1", "prettier": "^2.5.1",
"typescript": "4.5.5" "typescript": "<4.6.0"
}, },
"packageManager": "yarn@3.1.0" "packageManager": "yarn@3.1.0"
} }

650
yarn.lock

File diff suppressed because it is too large Load Diff