Update dependencies

This commit is contained in:
IRBorisov 2024-01-04 14:51:23 +03:00
parent 8d240d1360
commit 8b1daefd1c
3 changed files with 625 additions and 236 deletions

View File

@ -1,9 +1,9 @@
tzdata==2023.3
Django==4.2.7
tzdata==2023.4
Django==4.2.9
djangorestframework==3.14.0
django-cors-headers==4.3.1
django-filter==23.4
drf-spectacular==0.26.5
django-cors-headers==4.3.1
django-filter==23.5
drf-spectacular==0.27.0
coreapi==2.3.3
pymorphy2==0.9.1
pymorphy2-dicts-ru==2.4.417127.4579844

File diff suppressed because it is too large Load Diff

View File

@ -13,12 +13,12 @@
},
"dependencies": {
"@lezer/lr": "^1.3.14",
"@tanstack/react-table": "^8.11.2",
"@tanstack/react-table": "^8.11.3",
"@uiw/codemirror-themes": "^4.21.21",
"@uiw/react-codemirror": "^4.21.21",
"axios": "^1.6.2",
"clsx": "^2.0.0",
"framer-motion": "^10.16.16",
"axios": "^1.6.4",
"clsx": "^2.1.0",
"framer-motion": "^10.17.4",
"js-file-download": "^0.4.12",
"react": "^18.2.0",
"react-dom": "^18.2.0",
@ -27,21 +27,21 @@
"react-intl": "^6.5.5",
"react-loader-spinner": "^5.4.5",
"react-pdf": "^7.6.0",
"react-router-dom": "^6.21.0",
"react-router-dom": "^6.21.1",
"react-select": "^5.8.0",
"react-tabs": "^6.0.2",
"react-toastify": "^9.1.3",
"react-tooltip": "^5.25.0",
"reagraph": "^4.15.2"
"react-tooltip": "^5.25.1",
"reagraph": "^4.15.4"
},
"devDependencies": {
"@lezer/generator": "^1.5.1",
"@types/jest": "^29.5.11",
"@types/node": "^20.10.5",
"@types/react": "^18.2.45",
"@types/node": "^20.10.6",
"@types/react": "^18.2.46",
"@types/react-dom": "^18.2.18",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/parser": "^6.17.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.16",
"eslint": "^8.56.0",
@ -56,9 +56,6 @@
"typescript": "^5.3.3",
"vite": "^4.5.1"
},
"overrides": {
"csstype": "3.1.2"
},
"jest": {
"preset": "ts-jest",
"testEnvironment": "node",