Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhad6 committed Feb 7, 2024
1 parent d96a3c9 commit 4e819c2
Show file tree
Hide file tree
Showing 4 changed files with 120 additions and 115 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@fontsource/roboto": "^5.0.8",
"@mui/icons-material": "^5.15.7",
"@mui/lab": "^5.0.0-alpha.163",
"@mui/icons-material": "^5.15.8",
"@mui/lab": "^5.0.0-alpha.164",
"@mui/material": "^5.15.7",
"deep-object-diff": "^1.1.9",
"fast-deep-equal": "^3.1.3",
Expand All @@ -33,7 +33,7 @@
"@types/jest": "^29.5.12",
"@types/node": "^20.11.16",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.18",
"@types/react-dom": "^18.2.19",
"@types/react-window": "^1.8.8",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
Expand Down
78 changes: 40 additions & 38 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ python = "^3.9"
flask = "^3.0.2"
flask-socketio = "^5.3.6"
eventlet = "^0.35.1"
watchdog = "^3.0.0"
watchdog = "^4.0.0"
paramdb = "^0.11.0"

[tool.poetry.group.dev.dependencies]
Expand All @@ -26,6 +26,7 @@ flake8 = "^7.0.0"
pylint = "^3.0.3"
black = "^24.1.1"
pytest = "^8.0.0"
playwright = "^1.41.2"
pytest-playwright = "^0.4.4"
freezegun = "^1.4.0"
sqlalchemy = "^2.0.25"
Expand Down
Loading

0 comments on commit 4e819c2

Please sign in to comment.