refactor: nextjs up version to 15.5.2

This commit is contained in:
2025-08-27 15:03:43 +03:00
parent dd0dc9f2f8
commit f27522db50
3 changed files with 205 additions and 199 deletions

View File

@@ -16,10 +16,10 @@
"@maskito/phone": "^3.9.1",
"@maskito/react": "^3.9.1",
"libphonenumber-js": "^1.12.9",
"next": "15.3.4",
"next": "15.5.2",
"nodemailer": "^7.0.5",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react": "19.1.1",
"react-dom": "19.1.1",
"react-hook-form": "^7.60.0",
"react-hot-toast": "^2.5.2",
"react-yandex-metrika": "^2.6.0",
@@ -30,11 +30,11 @@
"@eslint/eslintrc": "^3",
"@types/node": "^20",
"@types/nodemailer": "^6.4.17",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/react": "19.1.11",
"@types/react-dom": "19.1.8",
"clsx": "^2.1.1",
"eslint": "^9",
"eslint-config-next": "15.3.4",
"eslint-config-next": "15.5.2",
"husky": "^9.1.7",
"lint-staged": "^16.1.2",
"prettier": "3.6.0",
@@ -46,5 +46,9 @@
"prettier --write",
"eslint --fix"
]
},
"overrides": {
"@types/react": "19.1.11",
"@types/react-dom": "19.1.8"
}
}