Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhad6 committed Jun 14, 2024
1 parent adeea8a commit 2e79f19
Show file tree
Hide file tree
Showing 6 changed files with 530 additions and 526 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v20.13.1
v20.14.0
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,48 +10,48 @@
"lint": "tsc && eslint . && prettier --check .",
"test": "jest"
},
"packageManager": "yarn@4.2.2",
"packageManager": "yarn@4.3.0",
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@fontsource/roboto": "^5.0.13",
"@mui/icons-material": "^5.15.18",
"@mui/icons-material": "^5.15.20",
"@mui/lab": "^5.0.0-alpha.170",
"@mui/material": "^5.15.18",
"@mui/material": "^5.15.20",
"fast-deep-equal": "^3.1.3",
"jotai": "^2.8.1",
"jotai": "^2.8.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-error-boundary": "^4.0.13",
"react-window": "^1.8.10",
"socket.io-client": "4.7.4"
},
"devDependencies": {
"@swc/core": "^1.5.7",
"@swc/core": "^1.5.29",
"@swc/jest": "^0.2.36",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.12",
"@types/node": "^20.14.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-window": "^1.8.8",
"@typescript-eslint/eslint-plugin": "^7.10.0",
"@typescript-eslint/parser": "^7.10.0",
"@typescript-eslint/eslint-plugin": "^7.13.0",
"@typescript-eslint/parser": "^7.13.0",
"@vitejs/plugin-react-swc": "^3.7.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^28.5.0",
"eslint-plugin-jest": "^28.6.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react": "^7.34.2",
"eslint-plugin-react-hooks": "^4.6.2",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"prettier": "^3.2.5",
"prettier": "^3.3.2",
"rollup-plugin-license": "^3.4.0",
"ts-node": "^10.9.2",
"typescript": "^5.4.5",
"vite": "^5.2.11",
"vite": "^5.3.1",
"wait-on": "^7.2.0",
"whatwg-fetch": "^3.6.20"
}
Expand Down
1 change: 0 additions & 1 deletion paramview/_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ def _commit_history() -> list[CommitEntry]:
@api.get("/data/<int:commit_id>")
def _params(commit_id: int) -> Response:
"""Return data from the commit with the given ID."""
# ParamDB custom classes and Astropy are not required since load_classes is False
return jsonify(_current_db.load(commit_id, load_classes=False))


Expand Down
56 changes: 28 additions & 28 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ paramdb = "0.11.0"
[tool.poetry.group.dev.dependencies]
mypy = "^1.10.0"
flake8 = "^7.0.0"
pylint = "^3.2.2"
pylint = "^3.2.3"
black = "^24.4.2"
pytest = "^8.2.1"
pytest = "^8.2.2"
playwright = "^1.44.0"
pytest-playwright = "^0.5.0"
freezegun = "^1.5.1"
Expand Down
Loading

0 comments on commit 2e79f19

Please sign in to comment.