Merge pull request #106 from LucidKobold/updating-buttons

Updating buttons
This commit was merged in pull request #106.
This commit is contained in:
Lucid Kobold
2024-02-24 17:41:57 -05:00
committed by GitHub
7 changed files with 2738 additions and 3082 deletions
File diff suppressed because one or more lines are too long
-874
View File
File diff suppressed because one or more lines are too long
+893
View File
File diff suppressed because one or more lines are too long
+5 -5
View File
@@ -1,7 +1,7 @@
compressionLevel: mixed
enableGlobalCache: false
nodeLinker: node-modules nodeLinker: node-modules
plugins: yarnPath: .yarn/releases/yarn-4.1.0.cjs
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"
yarnPath: .yarn/releases/yarn-3.6.4.cjs
+8 -8
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": "0.1.244", "version": "0.1.25",
"author": { "author": {
"name": "Lucid Creations Media", "name": "Lucid Creations Media",
"url": "https://lucidcreations.media", "url": "https://lucidcreations.media",
@@ -23,7 +23,7 @@
"@reduxjs/toolkit": "^2.2.1", "@reduxjs/toolkit": "^2.2.1",
"date-fns": "^3.3.1", "date-fns": "^3.3.1",
"formik": "^2.4.5", "formik": "^2.4.5",
"framer-motion": "^11.0.5", "framer-motion": "^11.0.6",
"next": "14.1.0", "next": "14.1.0",
"react": "^18.2.0", "react": "^18.2.0",
"react-dom": "^18.2.0", "react-dom": "^18.2.0",
@@ -31,12 +31,12 @@
"sharp": "^0.33.2" "sharp": "^0.33.2"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^20.11.19", "@types/node": "^20.11.20",
"@types/react": "^18.2.56", "@types/react": "^18.2.58",
"@types/react-redux": "^7.1.33", "@types/react-redux": "^7.1.33",
"@typescript-eslint/eslint-plugin": "^7.0.1", "@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.1", "@typescript-eslint/parser": "^7.0.2",
"eslint": "^8.56.0", "eslint": "^8.57.0",
"eslint-config-next": "<13.4.9", "eslint-config-next": "<13.4.9",
"eslint-config-prettier": "^9.1.0", "eslint-config-prettier": "^9.1.0",
"eslint-plugin-jsx-a11y": "^6.8.0", "eslint-plugin-jsx-a11y": "^6.8.0",
@@ -45,5 +45,5 @@
"prettier": "^3.2.5", "prettier": "^3.2.5",
"typescript": "^5.3.3" "typescript": "^5.3.3"
}, },
"packageManager": "yarn@3.6.4" "packageManager": "yarn@4.1.0"
} }
+3 -3
View File
@@ -17,9 +17,9 @@ const links: Links = [
name: "Official Announcement", name: "Official Announcement",
type: "secondary" type: "secondary"
}, },
{ // {
type: "ko-fi" // type: "ko-fi"
}, // },
{ {
href: "https://t.me/LucidCreationsMedia", href: "https://t.me/LucidCreationsMedia",
name: "Dev Updates", name: "Dev Updates",
+1829 -1829
View File
File diff suppressed because it is too large Load Diff