Merge pull request #79 from LucidKobold/stable

Stable
This commit is contained in:
Lucid Kobold
2022-09-23 15:51:05 -04:00
committed by GitHub
3 changed files with 421 additions and 450 deletions

View File

@@ -2,7 +2,7 @@
"private": true,
"name": "lucid-creations-media-potty-chart",
"homepage": "https://lucidcreations.media/introducing-code-name-potty-chart/",
"version": "0.1.5",
"version": "0.1.6",
"author": {
"name": "Lucid Creations Media",
"url": "https://lucidcreations.media",
@@ -16,27 +16,27 @@
"pretty": "prettier --write ."
},
"dependencies": {
"@chakra-ui/react": "^2.3.2",
"@chakra-ui/react": "^2.3.4",
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@iconify/react": "^4.0.0",
"@reduxjs/toolkit": "^1.8.5",
"date-fns": "^2.29.3",
"formik": "^2.2.9",
"framer-motion": "^7.3.5",
"next": "12.3.0",
"framer-motion": "^7.3.6",
"next": "12.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^8.0.2",
"react-redux": "^8.0.4",
"sharp": "^0.31.0"
},
"devDependencies": {
"@types/node": "^18.7.18",
"@types/react": "^18.0.20",
"@types/node": "^18.7.19",
"@types/react": "^18.0.21",
"@types/react-redux": "^7.1.24",
"@typescript-eslint/eslint-plugin": "^5.37.0",
"@typescript-eslint/eslint-plugin": "^5.38.0",
"eslint": "^8.23.1",
"eslint-config-next": "^12.3.0",
"eslint-config-next": "^12.3.1",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-react": "^7.31.8",

View File

@@ -13,8 +13,8 @@ const links: Links = [
type: "secondary"
},
{
href: "https://lucidcreations.media/introducing-code-name-potty-chart/",
name: "Original Announcement",
href: "https://lucidcreations.media/lcm-potty-chart/",
name: "Official Announcement",
type: "secondary"
},
{

849
yarn.lock

File diff suppressed because it is too large Load Diff