Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1f5fca811d | |||
| ef7f9e4b84 | |||
| b5e279f0ba |
+12
-12
@@ -12,33 +12,33 @@
|
||||
"pretty": "prettier --write ."
|
||||
},
|
||||
"dependencies": {
|
||||
"@chakra-ui/react": "^3.34.0",
|
||||
"@chakra-ui/react": "^3.35.0",
|
||||
"@emotion/react": "^11.14.0",
|
||||
"next": "16.2.1",
|
||||
"next": "16.2.4",
|
||||
"next-themes": "^0.4.6",
|
||||
"react": "^19.2.4",
|
||||
"react-dom": "^19.2.4",
|
||||
"react": "^19.2.5",
|
||||
"react-dom": "^19.2.5",
|
||||
"react-icons": "^5.6.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/eslintrc": "^3.3.5",
|
||||
"@eslint/js": "^9.39.4",
|
||||
"@types/node": "^25.5.0",
|
||||
"@types/node": "^25.6.0",
|
||||
"@types/react": "^19.2.14",
|
||||
"@types/react-dom": "^19.2.3",
|
||||
"@typescript-eslint/eslint-plugin": "^8.57.1",
|
||||
"@typescript-eslint/parser": "^8.57.1",
|
||||
"baseline-browser-mapping": "^2.10.10",
|
||||
"@typescript-eslint/eslint-plugin": "^8.59.1",
|
||||
"@typescript-eslint/parser": "^8.59.1",
|
||||
"baseline-browser-mapping": "^2.10.23",
|
||||
"eslint": "^9.39.4",
|
||||
"eslint-config-next": "16.2.1",
|
||||
"eslint-config-next": "16.2.4",
|
||||
"eslint-config-prettier": "^10.1.8",
|
||||
"eslint-plugin-jsx-a11y": "^6.10.2",
|
||||
"eslint-plugin-prettier": "^5.5.5",
|
||||
"eslint-plugin-react": "^7.37.5",
|
||||
"eslint-plugin-react-hooks": "^7.0.1",
|
||||
"prettier": "3.8.1",
|
||||
"eslint-plugin-react-hooks": "^7.1.1",
|
||||
"prettier": "3.8.3",
|
||||
"typescript": "^5.9.3",
|
||||
"typescript-eslint": "^8.57.1"
|
||||
"typescript-eslint": "^8.59.1"
|
||||
},
|
||||
"packageManager": "yarn@4.13.0"
|
||||
}
|
||||
|
||||
+2
-2
@@ -295,7 +295,7 @@ export default function Home() {
|
||||
<Link
|
||||
target="_blank"
|
||||
color={colorScheme.buttonText}
|
||||
href={`https://tyferret.werewolfkid.monster`}
|
||||
href={`https://tythetyke.werewolfkid.monster`}
|
||||
>
|
||||
<Button variant="solid" bgColor={colorScheme.button} fontSize="xl">
|
||||
{"Ty's Blue Sky"}
|
||||
@@ -304,7 +304,7 @@ export default function Home() {
|
||||
<Link
|
||||
target="_blank"
|
||||
color={colorScheme.buttonText}
|
||||
href={`https://t.me/tyferret`}
|
||||
href={`https://tythetyke.werewolfkid.monster/telegram`}
|
||||
>
|
||||
<Button variant="solid" bgColor={colorScheme.button} fontSize="xl">
|
||||
{"Ty's Telegram Channel"}
|
||||
|
||||
Reference in New Issue
Block a user