Update NextJS, update copyright year
This commit is contained in:
+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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user