refactor: nextjs up version to 15.5.2

This commit is contained in:
2025-08-27 13:45:51 +03:00
parent b0fd0763cc
commit ee55850d0e
2 changed files with 199 additions and 199 deletions

View File

@@ -16,10 +16,10 @@
"@maskito/phone": "^3.9.0",
"@maskito/react": "^3.9.0",
"libphonenumber-js": "^1.12.9",
"next": "15.3.2",
"next": "15.5.2",
"nodemailer": "^7.0.3",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react": "19.1.1",
"react-dom": "19.1.1",
"react-hook-form": "^7.57.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.2",
"eslint-config-next": "15.5.2",
"husky": "^9.1.7",
"lint-staged": "^16.1.0",
"prettier": "3.5.3",
@@ -46,5 +46,9 @@
"prettier --write",
"eslint --fix"
]
},
"overrides": {
"@types/react": "19.1.11",
"@types/react-dom": "19.1.8"
}
}