add YooMoneyWidget, change payments handler

This commit is contained in:
smanylov
2026-03-03 18:48:09 +07:00
parent 3e3a5df34d
commit a53c1b4b49
5 changed files with 217 additions and 9 deletions
+10 -2
View File
@@ -1,12 +1,12 @@
{
"name": "no-copy-frontend",
"version": "0.44.0",
"version": "0.49.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "no-copy-frontend",
"version": "0.44.0",
"version": "0.49.0",
"dependencies": {
"@a2seven/yoo-checkout": "^1.1.4",
"@react-input/mask": "^2.0.4",
@@ -39,6 +39,7 @@
"eslint": "^9",
"eslint-config-next": "16.0.3",
"sass": "^1.94.2",
"types-yoomoneycheckoutwidget": "^0.0.2",
"typescript": "^5"
}
},
@@ -7732,6 +7733,13 @@
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/types-yoomoneycheckoutwidget": {
"version": "0.0.2",
"resolved": "https://registry.npmjs.org/types-yoomoneycheckoutwidget/-/types-yoomoneycheckoutwidget-0.0.2.tgz",
"integrity": "sha512-Vab30GrWEE5qq65CbBcJW5deFjJ9jRVlmh+ZneaUsqnPKPlWHGwhA1ukx+o70LjqEdgK+HgMkxNlFsqchLX7ww==",
"dev": true,
"license": "MIT"
},
"node_modules/typescript": {
"version": "5.9.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",