Merge branch 'dev' into 'staging'
Dev See merge request frontend/squiz!247
This commit is contained in:
commit
20d7fbdc4e
@ -7,7 +7,7 @@
|
||||
"@emotion/react": "^11.10.5",
|
||||
"@emotion/styled": "^11.10.5",
|
||||
"@frontend/kitui": "^1.0.74",
|
||||
"@frontend/squzanswerer": "^1.0.21",
|
||||
"@frontend/squzanswerer": "^1.0.22",
|
||||
"@mui/icons-material": "^5.10.14",
|
||||
"@mui/material": "^5.10.14",
|
||||
"@mui/x-charts": "^6.19.5",
|
||||
|
@ -50,7 +50,7 @@ export const useAfterpay = () => {
|
||||
return;
|
||||
}
|
||||
|
||||
setTimeout(tryPayCart, tryCount > 10 ? MINUTE / 60 : MINUTE / 6);
|
||||
setTimeout(tryPayCart, tryCount > 5 ? MINUTE : MINUTE / 6);
|
||||
}
|
||||
};
|
||||
|
||||
|
@ -19,6 +19,7 @@ const translateMessage: Record<string, string> = {
|
||||
"promocode already activated": "Промокод уже активирован",
|
||||
"promocode not found": "Промокод не найден",
|
||||
"promo code is expired": "Промокод истек",
|
||||
"promocode exhausted": "Количество активаций исчерпано",
|
||||
};
|
||||
|
||||
export const parseAxiosError = (nativeError: unknown): [string, number?] => {
|
||||
|
@ -1517,10 +1517,10 @@
|
||||
immer "^10.0.2"
|
||||
reconnecting-eventsource "^1.6.2"
|
||||
|
||||
"@frontend/squzanswerer@^1.0.21":
|
||||
version "1.0.21"
|
||||
resolved "https://penahub.gitlab.yandexcloud.net/api/v4/projects/43/packages/npm/@frontend/squzanswerer/-/@frontend/squzanswerer-1.0.21.tgz#70767e14e40828f29ad335a9cc780ed50479387c"
|
||||
integrity sha1-cHZ+FOQIKPKa0zWpzHgO1QR5OHw=
|
||||
"@frontend/squzanswerer@^1.0.22":
|
||||
version "1.0.22"
|
||||
resolved "https://penahub.gitlab.yandexcloud.net/api/v4/projects/43/packages/npm/@frontend/squzanswerer/-/@frontend/squzanswerer-1.0.22.tgz#a4ae7f6d10b489c819e7197fe06a08e25ffa31be"
|
||||
integrity sha1-pK5/bRC0icgZ5xl/4GoI4l/6Mb4=
|
||||
dependencies:
|
||||
bowser "1.9.4"
|
||||
country-flag-emoji-polyfill "^0.1.8"
|
||||
|
Loading…
Reference in New Issue
Block a user