Update NextJS, update copyright year
This commit is contained in:
Generated
+1229
-721
File diff suppressed because it is too large
Load Diff
+7
-5
@@ -9,18 +9,20 @@
|
||||
"lint": "next lint"
|
||||
},
|
||||
"dependencies": {
|
||||
"@next/env": "^15.0.4",
|
||||
"@next/third-parties": "^15.1.3",
|
||||
"@next/env": "15.2.4",
|
||||
"@next/third-parties": "15.2.4",
|
||||
"@vercel/analytics": "^1.4.1",
|
||||
"@vercel/speed-insights": "^1.1.0",
|
||||
"motion": "^11.16.0",
|
||||
"next": "^15.1.3",
|
||||
"sharp": "^0.33.5"
|
||||
"next": "15.2.4",
|
||||
"sharp": "^0.33.5",
|
||||
"react": "19.1.0",
|
||||
"react-dom": "19.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"autoprefixer": "^10.4.20",
|
||||
"eslint": "^8",
|
||||
"eslint-config-next": "15.0.3",
|
||||
"eslint-config-next": "15.2.4",
|
||||
"postcss": "^8.4.49",
|
||||
"tailwindcss": "^3.4.17"
|
||||
}
|
||||
|
||||
@@ -37,7 +37,7 @@ export default function Footer() {
|
||||
</a>
|
||||
</h3>
|
||||
</div>
|
||||
<p>Copyright © Te Atatu Computer Repair, 2024</p>
|
||||
<p>Copyright © Te Atatu Computer Repair, 2025</p>
|
||||
</footer>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user