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
+7 -5
View File
@@ -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"
}