4.18.0: Улучшен календарь выбора даты
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m33s

This commit is contained in:
poignatov
2026-02-04 21:13:29 +03:00
parent f5e10c143f
commit 09ab87b6dd
5 changed files with 217 additions and 42 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "play-life-web",
"version": "4.17.1",
"version": "4.18.0",
"type": "module",
"scripts": {
"dev": "vite",
@@ -15,6 +15,7 @@
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-circular-progressbar": "^2.2.0",
"react-day-picker": "^9.13.0",
"react-dom": "^18.2.0",
"react-easy-crop": "^5.5.6"
},