Merging main

This commit is contained in:
Lucid Kobold
2022-04-17 16:27:17 -05:00
3 changed files with 499 additions and 568 deletions

View File

@@ -2,7 +2,7 @@
"private": true, "private": true,
"name": "lucid-creations-media-potty-chart", "name": "lucid-creations-media-potty-chart",
"homepage": "https://lucidcreations.media/introducing-code-name-potty-chart/", "homepage": "https://lucidcreations.media/introducing-code-name-potty-chart/",
"version": "v0.0.9.5-alpha", "version": "v0.0.9.6-alpha",
"author": { "author": {
"name": "Lucid Creations Media", "name": "Lucid Creations Media",
"url": "https://lucidcreations.media", "url": "https://lucidcreations.media",
@@ -23,20 +23,20 @@
"@reduxjs/toolkit": "^1.8.1", "@reduxjs/toolkit": "^1.8.1",
"date-fns": "^2.28.0", "date-fns": "^2.28.0",
"formik": "^2.2.9", "formik": "^2.2.9",
"framer-motion": "^6.2.9", "framer-motion": "^6.3.0",
"next": "12.1.4", "next": "12.1.5",
"react": "<=17.0.2", "react": "<=17.0.2",
"react-dom": "<=17.0.2", "react-dom": "<=17.0.2",
"react-redux": "^8.0.0", "react-redux": "^8.0.0",
"sharp": "^0.30.3" "sharp": "^0.30.3"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^17.0.23", "@types/node": "^17.0.24",
"@types/react": "<=17.0.2", "@types/react": "<=17.0.2",
"@types/react-redux": "^7.1.24", "@types/react-redux": "^7.1.24",
"@typescript-eslint/eslint-plugin": "^5.18.0", "@typescript-eslint/eslint-plugin": "^5.19.0",
"eslint": "^8.13.0", "eslint": "^8.13.0",
"eslint-config-next": "^12.1.4", "eslint-config-next": "^12.1.5",
"eslint-config-prettier": "^8.5.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.29.4", "eslint-plugin-react": "^7.29.4",

View File

@@ -15,7 +15,7 @@ import appLogo from "../../public/images/logo.svg";
const Header = (): JSX.Element => { const Header = (): JSX.Element => {
const appName = "LCM Potty Chart"; const appName = "LCM Potty Chart";
const appVersion = "v0.0.9.5-alpha"; const appVersion = "v0.0.9.6-alpha";
// Add transparency while not at the top of the page. // Add transparency while not at the top of the page.
const [transparentNavbar, setTransparentNavbar] = useState<boolean>(false); const [transparentNavbar, setTransparentNavbar] = useState<boolean>(false);

1053
yarn.lock

File diff suppressed because it is too large Load Diff