Updating buttons #106

Merged
LucidKobold merged 3 commits from updating-buttons into main 2024-02-24 17:41:57 -05:00
7 changed files with 2738 additions and 3082 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

893
.yarn/releases/yarn-4.1.0.cjs vendored Executable file

File diff suppressed because one or more lines are too long

View File

@@ -1,7 +1,7 @@
compressionLevel: mixed
enableGlobalCache: false
nodeLinker: node-modules
plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"
yarnPath: .yarn/releases/yarn-3.6.4.cjs
yarnPath: .yarn/releases/yarn-4.1.0.cjs

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.244",
"version": "0.1.25",
"author": {
"name": "Lucid Creations Media",
"url": "https://lucidcreations.media",
@@ -23,7 +23,7 @@
"@reduxjs/toolkit": "^2.2.1",
"date-fns": "^3.3.1",
"formik": "^2.4.5",
"framer-motion": "^11.0.5",
"framer-motion": "^11.0.6",
"next": "14.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
@@ -31,12 +31,12 @@
"sharp": "^0.33.2"
},
"devDependencies": {
"@types/node": "^20.11.19",
"@types/react": "^18.2.56",
"@types/node": "^20.11.20",
"@types/react": "^18.2.58",
"@types/react-redux": "^7.1.33",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
"eslint": "^8.56.0",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"eslint": "^8.57.0",
"eslint-config-next": "<13.4.9",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
@@ -45,5 +45,5 @@
"prettier": "^3.2.5",
"typescript": "^5.3.3"
},
"packageManager": "yarn@3.6.4"
"packageManager": "yarn@4.1.0"
}

View File

@@ -17,9 +17,9 @@ const links: Links = [
name: "Official Announcement",
type: "secondary"
},
{
type: "ko-fi"
},
// {
// type: "ko-fi"
// },
{
href: "https://t.me/LucidCreationsMedia",
name: "Dev Updates",

3658
yarn.lock

File diff suppressed because it is too large Load Diff