update dependencies
Some checks failed
Backend CI / build (3.12) (push) Has been cancelled
Frontend CI / build (22.x) (push) Has been cancelled
Backend CI / notify-failure (push) Has been cancelled
Frontend CI / notify-failure (push) Has been cancelled

This commit is contained in:
Ivan 2025-05-29 15:47:12 +03:00
parent a6bf681765
commit 7059c352b6
4 changed files with 763 additions and 2238 deletions

View File

@ -1,10 +1,10 @@
tzdata==2025.2
Django==5.1.7
djangorestframework==3.15.2
Django==5.2.1
djangorestframework==3.16.0
django-cors-headers==4.7.0
django-filter==25.1
drf-spectacular==0.28.0
drf-spectacular-sidecar==2025.3.1
drf-spectacular-sidecar==2025.5.1
coreapi==2.3.3
django-rest-passwordreset==1.5.0
cctext==0.1.4
@ -13,9 +13,9 @@ pyconcept==0.1.12
psycopg2-binary==2.9.10
gunicorn==23.0.0
djangorestframework-stubs==3.15.3
django-extensions==3.2.3
django-stubs==5.1.3
djangorestframework-stubs==3.16.0
django-extensions==4.1
django-stubs==5.2.0
mypy==1.15.0
pylint==3.3.6
coverage==7.7.1
pylint==3.3.7
coverage==7.8.2

View File

@ -1,10 +1,10 @@
tzdata==2025.2
Django==5.1.7
djangorestframework==3.15.2
Django==5.2.1
djangorestframework==3.16.0
django-cors-headers==4.7.0
django-filter==25.1
drf-spectacular==0.28.0
drf-spectacular-sidecar==2025.3.1
drf-spectacular-sidecar==2025.5.1
coreapi==2.3.3
django-rest-passwordreset==1.5.0
cctext==0.1.4

File diff suppressed because it is too large Load Diff

View File

@ -17,10 +17,10 @@
"@dagrejs/dagre": "^1.1.4",
"@hookform/resolvers": "^5.0.1",
"@lezer/lr": "^1.4.2",
"@radix-ui/react-popover": "^1.1.13",
"@radix-ui/react-select": "^2.2.4",
"@tanstack/react-query": "^5.76.0",
"@tanstack/react-query-devtools": "^5.76.0",
"@radix-ui/react-popover": "^1.1.14",
"@radix-ui/react-select": "^2.2.5",
"@tanstack/react-query": "^5.79.0",
"@tanstack/react-query-devtools": "^5.79.0",
"@tanstack/react-table": "^8.21.3",
"@uiw/codemirror-themes": "^4.23.12",
"@uiw/react-codemirror": "^4.23.12",
@ -30,56 +30,56 @@
"cmdk": "^1.1.1",
"global": "^4.4.0",
"js-file-download": "^0.4.12",
"lucide-react": "^0.510.0",
"lucide-react": "^0.511.0",
"qrcode.react": "^4.2.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-error-boundary": "^6.0.0",
"react-hook-form": "^7.56.3",
"react-hook-form": "^7.56.4",
"react-icons": "^5.5.0",
"react-intl": "^7.1.11",
"react-router": "^7.6.0",
"react-scan": "^0.3.3",
"react-router": "^7.6.1",
"react-scan": "^0.3.4",
"react-tabs": "^6.1.0",
"react-toastify": "^11.0.5",
"react-tooltip": "^5.28.1",
"react-zoom-pan-pinch": "^3.7.0",
"reactflow": "^11.11.4",
"tailwind-merge": "^3.3.0",
"tw-animate-css": "^1.2.9",
"tw-animate-css": "^1.3.2",
"use-debounce": "^10.0.4",
"zod": "^3.24.4",
"zustand": "^5.0.4"
"zod": "^3.25.36",
"zustand": "^5.0.5"
},
"devDependencies": {
"@lezer/generator": "^1.7.3",
"@playwright/test": "^1.52.0",
"@tailwindcss/vite": "^4.1.6",
"@tailwindcss/vite": "^4.1.8",
"@types/jest": "^29.5.14",
"@types/node": "^22.15.17",
"@types/react": "^19.1.4",
"@types/node": "^22.15.24",
"@types/react": "^19.1.6",
"@types/react-dom": "^19.1.5",
"@typescript-eslint/eslint-plugin": "^8.0.1",
"@typescript-eslint/parser": "^8.0.1",
"@vitejs/plugin-react": "^4.4.1",
"@vitejs/plugin-react": "^4.5.0",
"babel-plugin-react-compiler": "^19.1.0-rc.1",
"eslint": "^9.26.0",
"eslint": "^9.27.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-playwright": "^2.2.0",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-compiler": "^19.1.0-rc.1",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"globals": "^16.1.0",
"globals": "^16.2.0",
"jest": "^29.7.0",
"stylelint": "^16.19.1",
"stylelint-config-recommended": "^16.0.0",
"stylelint-config-standard": "^38.0.0",
"stylelint-config-tailwindcss": "^1.0.0",
"tailwindcss": "^4.0.7",
"ts-jest": "^29.3.2",
"ts-jest": "^29.3.4",
"typescript": "^5.8.3",
"typescript-eslint": "^8.32.1",
"typescript-eslint": "^8.33.0",
"vite": "^6.3.5"
},
"jest": {