update dependencies

This commit is contained in:
Ivan 2025-03-10 16:12:35 +03:00
parent 99507a9b8d
commit 1c16c19465
4 changed files with 634 additions and 609 deletions

View File

@ -1,10 +1,10 @@
tzdata==2025.1 tzdata==2025.1
Django==5.1.5 Django==5.1.7
djangorestframework==3.15.2 djangorestframework==3.15.2
django-cors-headers==4.6.0 django-cors-headers==4.7.0
django-filter==24.3 django-filter==25.1
drf-spectacular==0.28.0 drf-spectacular==0.28.0
drf-spectacular-sidecar==2024.12.1 drf-spectacular-sidecar==2025.3.1
coreapi==2.3.3 coreapi==2.3.3
django-rest-passwordreset==1.5.0 django-rest-passwordreset==1.5.0
cctext==0.1.4 cctext==0.1.4
@ -12,9 +12,10 @@ pyconcept==0.1.12
psycopg2-binary==2.9.10 psycopg2-binary==2.9.10
gunicorn==23.0.0 gunicorn==23.0.0
djangorestframework-stubs==3.15.2
djangorestframework-stubs==3.15.3
django-extensions==3.2.3 django-extensions==3.2.3
django-stubs==5.1.2 django-stubs==5.1.3
mypy==1.13.0 mypy==1.15.0
pylint==3.3.3 pylint==3.3.5
coverage==7.6.10 coverage==7.6.12

View File

@ -1,10 +1,10 @@
tzdata==2025.1 tzdata==2025.1
Django==5.1.5 Django==5.1.7
djangorestframework==3.15.2 djangorestframework==3.15.2
django-cors-headers==4.6.0 django-cors-headers==4.7.0
django-filter==24.3 django-filter==25.1
drf-spectacular==0.28.0 drf-spectacular==0.28.0
drf-spectacular-sidecar==2024.12.1 drf-spectacular-sidecar==2025.3.1
coreapi==2.3.3 coreapi==2.3.3
django-rest-passwordreset==1.5.0 django-rest-passwordreset==1.5.0
cctext==0.1.4 cctext==0.1.4

File diff suppressed because it is too large Load Diff

View File

@ -15,14 +15,14 @@
}, },
"dependencies": { "dependencies": {
"@dagrejs/dagre": "^1.1.4", "@dagrejs/dagre": "^1.1.4",
"@hookform/resolvers": "^4.1.2", "@hookform/resolvers": "^4.1.3",
"@lezer/lr": "^1.4.2", "@lezer/lr": "^1.4.2",
"@tanstack/react-query": "^5.66.11", "@tanstack/react-query": "^5.67.2",
"@tanstack/react-query-devtools": "^5.66.11", "@tanstack/react-query-devtools": "^5.67.2",
"@tanstack/react-table": "^8.21.2", "@tanstack/react-table": "^8.21.2",
"@uiw/codemirror-themes": "^4.23.9", "@uiw/codemirror-themes": "^4.23.10",
"@uiw/react-codemirror": "^4.23.9", "@uiw/react-codemirror": "^4.23.10",
"axios": "^1.8.1", "axios": "^1.8.2",
"clsx": "^2.1.1", "clsx": "^2.1.1",
"global": "^4.4.0", "global": "^4.4.0",
"js-file-download": "^0.4.12", "js-file-download": "^0.4.12",
@ -33,9 +33,9 @@
"react-hook-form": "^7.54.2", "react-hook-form": "^7.54.2",
"react-icons": "^5.5.0", "react-icons": "^5.5.0",
"react-intl": "^7.1.6", "react-intl": "^7.1.6",
"react-router": "^7.2.0", "react-router": "^7.3.0",
"react-scan": "^0.2.8", "react-scan": "^0.2.14",
"react-select": "^5.10.0", "react-select": "^5.10.1",
"react-tabs": "^6.1.0", "react-tabs": "^6.1.0",
"react-toastify": "^11.0.5", "react-toastify": "^11.0.5",
"react-tooltip": "^5.28.0", "react-tooltip": "^5.28.0",
@ -47,17 +47,17 @@
}, },
"devDependencies": { "devDependencies": {
"@lezer/generator": "^1.7.2", "@lezer/generator": "^1.7.2",
"@playwright/test": "^1.50.1", "@playwright/test": "^1.51.0",
"@tailwindcss/vite": "^4.0.9", "@tailwindcss/vite": "^4.0.12",
"@types/jest": "^29.5.14", "@types/jest": "^29.5.14",
"@types/node": "^22.13.8", "@types/node": "^22.13.10",
"@types/react": "^19.0.10", "@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4", "@types/react-dom": "^19.0.4",
"@typescript-eslint/eslint-plugin": "^8.0.1", "@typescript-eslint/eslint-plugin": "^8.0.1",
"@typescript-eslint/parser": "^8.0.1", "@typescript-eslint/parser": "^8.0.1",
"@vitejs/plugin-react": "^4.3.4", "@vitejs/plugin-react": "^4.3.4",
"babel-plugin-react-compiler": "^19.0.0-beta-21e868a-20250216", "babel-plugin-react-compiler": "^19.0.0-beta-21e868a-20250216",
"eslint": "^9.21.0", "eslint": "^9.22.0",
"eslint-plugin-import": "^2.31.0", "eslint-plugin-import": "^2.31.0",
"eslint-plugin-playwright": "^2.2.0", "eslint-plugin-playwright": "^2.2.0",
"eslint-plugin-react": "^7.37.4", "eslint-plugin-react": "^7.37.4",
@ -68,9 +68,9 @@
"jest": "^29.7.0", "jest": "^29.7.0",
"tailwindcss": "^4.0.7", "tailwindcss": "^4.0.7",
"ts-jest": "^29.2.6", "ts-jest": "^29.2.6",
"typescript": "^5.7.3", "typescript": "^5.8.2",
"typescript-eslint": "^8.25.0", "typescript-eslint": "^8.26.0",
"vite": "^6.2.0" "vite": "^6.2.1"
}, },
"overrides": { "overrides": {
"react": "^19.0.0" "react": "^19.0.0"