update dependencies

This commit is contained in:
Ivan 2025-07-08 12:59:00 +03:00
parent 4f54c59130
commit be0ed59d49
4 changed files with 630 additions and 613 deletions

View File

@ -1,10 +1,10 @@
tzdata==2025.2
Django==5.2.1
Django==5.2.4
djangorestframework==3.16.0
django-cors-headers==4.7.0
django-filter==25.1
drf-spectacular==0.28.0
drf-spectacular-sidecar==2025.5.1
drf-spectacular-sidecar==2025.7.1
coreapi==2.3.3
django-rest-passwordreset==1.5.0
cctext==0.1.4
@ -15,7 +15,7 @@ gunicorn==23.0.0
djangorestframework-stubs==3.16.0
django-extensions==4.1
django-stubs==5.2.0
django-stubs==5.2.1
mypy==1.15.0
pylint==3.3.7
coverage==7.8.2
coverage==7.9.2

View File

@ -1,10 +1,10 @@
tzdata==2025.2
Django==5.2.1
Django==5.2.4
djangorestframework==3.16.0
django-cors-headers==4.7.0
django-filter==25.1
drf-spectacular==0.28.0
drf-spectacular-sidecar==2025.5.1
drf-spectacular-sidecar==2025.7.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

@ -22,8 +22,8 @@
"@tanstack/react-query": "^5.81.5",
"@tanstack/react-query-devtools": "^5.81.5",
"@tanstack/react-table": "^8.21.3",
"@uiw/codemirror-themes": "^4.23.14",
"@uiw/react-codemirror": "^4.23.14",
"@uiw/codemirror-themes": "^4.24.0",
"@uiw/react-codemirror": "^4.24.0",
"axios": "^1.10.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
@ -35,20 +35,20 @@
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-error-boundary": "^6.0.0",
"react-hook-form": "^7.59.0",
"react-hook-form": "^7.60.0",
"react-icons": "^5.5.0",
"react-intl": "^7.1.11",
"react-router": "^7.6.3",
"react-scan": "^0.3.6",
"react-scan": "^0.4.3",
"react-tabs": "^6.1.0",
"react-toastify": "^11.0.5",
"react-tooltip": "^5.29.1",
"react-zoom-pan-pinch": "^3.7.0",
"reactflow": "^11.11.4",
"tailwind-merge": "^3.3.1",
"tw-animate-css": "^1.3.4",
"tw-animate-css": "^1.3.5",
"use-debounce": "^10.0.5",
"zod": "^3.25.67",
"zod": "^3.25.76",
"zustand": "^5.0.6"
},
"devDependencies": {
@ -56,14 +56,14 @@
"@playwright/test": "^1.53.2",
"@tailwindcss/vite": "^4.1.11",
"@types/jest": "^30.0.0",
"@types/node": "^24.0.8",
"@types/node": "^24.0.10",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@typescript-eslint/eslint-plugin": "^8.0.1",
"@typescript-eslint/parser": "^8.0.1",
"@vitejs/plugin-react": "^4.6.0",
"babel-plugin-react-compiler": "^19.1.0-rc.1",
"eslint": "^9.30.0",
"eslint": "^9.30.1",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-playwright": "^2.2.0",
"eslint-plugin-react": "^7.37.5",
@ -71,16 +71,16 @@
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"globals": "^16.3.0",
"jest": "^30.0.3",
"stylelint": "^16.21.0",
"jest": "^30.0.4",
"stylelint": "^16.21.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.4.0",
"typescript": "^5.8.3",
"typescript-eslint": "^8.35.1",
"vite": "^7.0.0"
"typescript-eslint": "^8.36.0",
"vite": "^7.0.3"
},
"jest": {
"preset": "ts-jest",