Fix: Update dependencies to Next 15 & React 19

This commit is contained in:
2026-03-14 18:32:29 -07:00
parent 4b443e1d89
commit 9b5044c054

View File

@@ -9,16 +9,16 @@
"lint": "next lint"
},
"dependencies": {
"next": "14.2.3",
"react": "^18",
"react-dom": "^18",
"next": "^15.0.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"trek-captcha": "^0.4.0"
},
"devDependencies": {
"autoprefixer": "^10.4.19",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"eslint": "^8",
"eslint-config-next": "14.2.3"
"autoprefixer": "^10.4.20",
"postcss": "^8.4.40",
"tailwindcss": "^3.4.14",
"eslint": "^8.57.0",
"eslint-config-next": "^15.0.0"
}
}