upgrade packages
Vercel Preview Deployment / Deploy-Preview (pull_request) Successful in 3m24s
Node.js CI / build (22.x) (pull_request) Successful in 2m20s
Node.js CI / build (20.x) (pull_request) Successful in 2m25s
Node.js CI / build (24.x) (pull_request) Successful in 2m23s

This commit is contained in:
2026-04-27 20:17:17 -04:00
parent b5e279f0ba
commit ef7f9e4b84
3 changed files with 1001 additions and 808 deletions
+12 -12
View File
@@ -12,33 +12,33 @@
"pretty": "prettier --write ." "pretty": "prettier --write ."
}, },
"dependencies": { "dependencies": {
"@chakra-ui/react": "^3.34.0", "@chakra-ui/react": "^3.35.0",
"@emotion/react": "^11.14.0", "@emotion/react": "^11.14.0",
"next": "16.2.1", "next": "16.2.4",
"next-themes": "^0.4.6", "next-themes": "^0.4.6",
"react": "^19.2.4", "react": "^19.2.5",
"react-dom": "^19.2.4", "react-dom": "^19.2.5",
"react-icons": "^5.6.0" "react-icons": "^5.6.0"
}, },
"devDependencies": { "devDependencies": {
"@eslint/eslintrc": "^3.3.5", "@eslint/eslintrc": "^3.3.5",
"@eslint/js": "^9.39.4", "@eslint/js": "^9.39.4",
"@types/node": "^25.5.0", "@types/node": "^25.6.0",
"@types/react": "^19.2.14", "@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3", "@types/react-dom": "^19.2.3",
"@typescript-eslint/eslint-plugin": "^8.57.1", "@typescript-eslint/eslint-plugin": "^8.59.1",
"@typescript-eslint/parser": "^8.57.1", "@typescript-eslint/parser": "^8.59.1",
"baseline-browser-mapping": "^2.10.10", "baseline-browser-mapping": "^2.10.23",
"eslint": "^9.39.4", "eslint": "^9.39.4",
"eslint-config-next": "16.2.1", "eslint-config-next": "16.2.4",
"eslint-config-prettier": "^10.1.8", "eslint-config-prettier": "^10.1.8",
"eslint-plugin-jsx-a11y": "^6.10.2", "eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.5.5", "eslint-plugin-prettier": "^5.5.5",
"eslint-plugin-react": "^7.37.5", "eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1", "eslint-plugin-react-hooks": "^7.1.1",
"prettier": "3.8.1", "prettier": "3.8.3",
"typescript": "^5.9.3", "typescript": "^5.9.3",
"typescript-eslint": "^8.57.1" "typescript-eslint": "^8.59.1"
}, },
"packageManager": "yarn@4.13.0" "packageManager": "yarn@4.13.0"
} }
+1 -1
View File
@@ -192,7 +192,7 @@ export default function Home() {
<Link <Link
target="_blank" target="_blank"
color={colorScheme.buttonText} color={colorScheme.buttonText}
// href={`https://jinxxy.com/werewolfkid/products?service=all`} // href={`https://jinxxy.com/werewolfkid/products?service=all`}
> >
<Button <Button
_hover={{ cursor: "disabled" }} _hover={{ cursor: "disabled" }}
+988 -795
View File
File diff suppressed because it is too large Load Diff