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-03-25 23:13:39 +03:00
parent 02e5220d5b
commit 4dce9d451c
4 changed files with 403 additions and 367 deletions

View File

@ -1,4 +1,4 @@
tzdata==2025.1 tzdata==2025.2
Django==5.1.7 Django==5.1.7
djangorestframework==3.15.2 djangorestframework==3.15.2
django-cors-headers==4.7.0 django-cors-headers==4.7.0
@ -17,5 +17,5 @@ djangorestframework-stubs==3.15.3
django-extensions==3.2.3 django-extensions==3.2.3
django-stubs==5.1.3 django-stubs==5.1.3
mypy==1.15.0 mypy==1.15.0
pylint==3.3.5 pylint==3.3.6
coverage==7.6.12 coverage==7.7.1

View File

@ -1,4 +1,4 @@
tzdata==2025.1 tzdata==2025.2
Django==5.1.7 Django==5.1.7
djangorestframework==3.15.2 djangorestframework==3.15.2
django-cors-headers==4.7.0 django-cors-headers==4.7.0

File diff suppressed because it is too large Load Diff

View File

@ -22,7 +22,7 @@
"@tanstack/react-table": "^8.21.2", "@tanstack/react-table": "^8.21.2",
"@uiw/codemirror-themes": "^4.23.10", "@uiw/codemirror-themes": "^4.23.10",
"@uiw/react-codemirror": "^4.23.10", "@uiw/react-codemirror": "^4.23.10",
"axios": "^1.8.3", "axios": "^1.8.4",
"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",
@ -32,9 +32,9 @@
"react-error-boundary": "^5.0.0", "react-error-boundary": "^5.0.0",
"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.9",
"react-router": "^7.3.0", "react-router": "^7.4.0",
"react-scan": "^0.3.2", "react-scan": "^0.3.3",
"react-select": "^5.10.1", "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",
@ -48,16 +48,16 @@
"devDependencies": { "devDependencies": {
"@lezer/generator": "^1.7.2", "@lezer/generator": "^1.7.2",
"@playwright/test": "^1.51.1", "@playwright/test": "^1.51.1",
"@tailwindcss/vite": "^4.0.14", "@tailwindcss/vite": "^4.0.16",
"@types/jest": "^29.5.14", "@types/jest": "^29.5.14",
"@types/node": "^22.13.10", "@types/node": "^22.13.13",
"@types/react": "^19.0.11", "@types/react": "^19.0.12",
"@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.22.0", "eslint": "^9.23.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",
@ -71,10 +71,10 @@
"stylelint-config-standard": "^37.0.0", "stylelint-config-standard": "^37.0.0",
"stylelint-config-tailwindcss": "^1.0.0", "stylelint-config-tailwindcss": "^1.0.0",
"tailwindcss": "^4.0.7", "tailwindcss": "^4.0.7",
"ts-jest": "^29.2.6", "ts-jest": "^29.3.0",
"typescript": "^5.8.2", "typescript": "^5.8.2",
"typescript-eslint": "^8.26.1", "typescript-eslint": "^8.28.0",
"vite": "^6.2.2" "vite": "^6.2.3"
}, },
"overrides": { "overrides": {
"react": "^19.0.0" "react": "^19.0.0"