mirror of
https://github.com/IRBorisov/ConceptPortal.git
synced 2025-06-26 04:50:36 +03:00
update dependencies
This commit is contained in:
parent
02e5220d5b
commit
4dce9d451c
|
@ -1,4 +1,4 @@
|
|||
tzdata==2025.1
|
||||
tzdata==2025.2
|
||||
Django==5.1.7
|
||||
djangorestframework==3.15.2
|
||||
django-cors-headers==4.7.0
|
||||
|
@ -17,5 +17,5 @@ djangorestframework-stubs==3.15.3
|
|||
django-extensions==3.2.3
|
||||
django-stubs==5.1.3
|
||||
mypy==1.15.0
|
||||
pylint==3.3.5
|
||||
coverage==7.6.12
|
||||
pylint==3.3.6
|
||||
coverage==7.7.1
|
|
@ -1,4 +1,4 @@
|
|||
tzdata==2025.1
|
||||
tzdata==2025.2
|
||||
Django==5.1.7
|
||||
djangorestframework==3.15.2
|
||||
django-cors-headers==4.7.0
|
||||
|
|
740
rsconcept/frontend/package-lock.json
generated
740
rsconcept/frontend/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
|
@ -22,7 +22,7 @@
|
|||
"@tanstack/react-table": "^8.21.2",
|
||||
"@uiw/codemirror-themes": "^4.23.10",
|
||||
"@uiw/react-codemirror": "^4.23.10",
|
||||
"axios": "^1.8.3",
|
||||
"axios": "^1.8.4",
|
||||
"clsx": "^2.1.1",
|
||||
"global": "^4.4.0",
|
||||
"js-file-download": "^0.4.12",
|
||||
|
@ -32,9 +32,9 @@
|
|||
"react-error-boundary": "^5.0.0",
|
||||
"react-hook-form": "^7.54.2",
|
||||
"react-icons": "^5.5.0",
|
||||
"react-intl": "^7.1.6",
|
||||
"react-router": "^7.3.0",
|
||||
"react-scan": "^0.3.2",
|
||||
"react-intl": "^7.1.9",
|
||||
"react-router": "^7.4.0",
|
||||
"react-scan": "^0.3.3",
|
||||
"react-select": "^5.10.1",
|
||||
"react-tabs": "^6.1.0",
|
||||
"react-toastify": "^11.0.5",
|
||||
|
@ -48,16 +48,16 @@
|
|||
"devDependencies": {
|
||||
"@lezer/generator": "^1.7.2",
|
||||
"@playwright/test": "^1.51.1",
|
||||
"@tailwindcss/vite": "^4.0.14",
|
||||
"@tailwindcss/vite": "^4.0.16",
|
||||
"@types/jest": "^29.5.14",
|
||||
"@types/node": "^22.13.10",
|
||||
"@types/react": "^19.0.11",
|
||||
"@types/node": "^22.13.13",
|
||||
"@types/react": "^19.0.12",
|
||||
"@types/react-dom": "^19.0.4",
|
||||
"@typescript-eslint/eslint-plugin": "^8.0.1",
|
||||
"@typescript-eslint/parser": "^8.0.1",
|
||||
"@vitejs/plugin-react": "^4.3.4",
|
||||
"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-playwright": "^2.2.0",
|
||||
"eslint-plugin-react": "^7.37.4",
|
||||
|
@ -71,10 +71,10 @@
|
|||
"stylelint-config-standard": "^37.0.0",
|
||||
"stylelint-config-tailwindcss": "^1.0.0",
|
||||
"tailwindcss": "^4.0.7",
|
||||
"ts-jest": "^29.2.6",
|
||||
"ts-jest": "^29.3.0",
|
||||
"typescript": "^5.8.2",
|
||||
"typescript-eslint": "^8.26.1",
|
||||
"vite": "^6.2.2"
|
||||
"typescript-eslint": "^8.28.0",
|
||||
"vite": "^6.2.3"
|
||||
},
|
||||
"overrides": {
|
||||
"react": "^19.0.0"
|
||||
|
|
Loading…
Reference in New Issue
Block a user