Update NextJS, update copyright year

This commit is contained in:
ASOwnerYT
2025-04-03 00:26:05 +00:00
parent d589f5c279
commit 267570581a
3 changed files with 1237 additions and 727 deletions
+1229 -721
View File
File diff suppressed because it is too large Load Diff
+7 -5
View File
@@ -9,18 +9,20 @@
"lint": "next lint" "lint": "next lint"
}, },
"dependencies": { "dependencies": {
"@next/env": "^15.0.4", "@next/env": "15.2.4",
"@next/third-parties": "^15.1.3", "@next/third-parties": "15.2.4",
"@vercel/analytics": "^1.4.1", "@vercel/analytics": "^1.4.1",
"@vercel/speed-insights": "^1.1.0", "@vercel/speed-insights": "^1.1.0",
"motion": "^11.16.0", "motion": "^11.16.0",
"next": "^15.1.3", "next": "15.2.4",
"sharp": "^0.33.5" "sharp": "^0.33.5",
"react": "19.1.0",
"react-dom": "19.1.0"
}, },
"devDependencies": { "devDependencies": {
"autoprefixer": "^10.4.20", "autoprefixer": "^10.4.20",
"eslint": "^8", "eslint": "^8",
"eslint-config-next": "15.0.3", "eslint-config-next": "15.2.4",
"postcss": "^8.4.49", "postcss": "^8.4.49",
"tailwindcss": "^3.4.17" "tailwindcss": "^3.4.17"
} }
+1 -1
View File
@@ -37,7 +37,7 @@ export default function Footer() {
</a> </a>
</h3> </h3>
</div> </div>
<p>Copyright © Te Atatu Computer Repair, 2024</p> <p>Copyright © Te Atatu Computer Repair, 2025</p>
</footer> </footer>
); );
} }