Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/python/minor-python-775dd686c6
Browse files Browse the repository at this point in the history
  • Loading branch information
benhammondmusic committed May 22, 2024
2 parents e818698 + f0c036a commit 10fda04
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 30 deletions.
48 changes: 24 additions & 24 deletions frontend/package-lock.json

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

8 changes: 4 additions & 4 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}
},
"dependencies": {
"@axe-core/playwright": "^4.9.0",
"@axe-core/playwright": "^4.9.1",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.5",
"@fontsource-variable/dm-sans": "^5.0.6",
Expand All @@ -22,21 +22,21 @@
"@mui/icons-material": "^5.15.18",
"@mui/material": "^5.15.18",
"@vitejs/plugin-react": "^4.2.1",
"axios": "^1.7.1",
"axios": "^1.7.2",
"d3": "^7.8.5",
"data-forge": "^1.10.2",
"env-cmd": "^10.1.0",
"history": "^5.3.0",
"html2canvas": "^1.4.1",
"jotai": "^2.4.2",
"jotai": "^2.8.1",
"jotai-location": "^0.5.5",
"lodash": "^4.17.21",
"lru-cache": "^10.2.2",
"react": "^18.3.1",
"react-animate-height": "^3.2.2",
"react-dom": "^18.3.1",
"react-helmet-async": "^2.0.5",
"react-joyride": "^2.8.0",
"react-joyride": "^2.8.2",
"react-lazyload": "^3.2.0",
"react-query": "^3.39.3",
"react-router-dom": "^5.3.4",
Expand Down
2 changes: 1 addition & 1 deletion requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ pytz==2020.1
# pandas
pyyaml==5.4
# via libcst
requests==2.32.0
requests==2.32.2
# via
# -r ../python/tests/../ingestion/requirements.in
# google-api-core
Expand Down
2 changes: 1 addition & 1 deletion run_ingestion/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ pytz==2020.1
# pandas
pyyaml==5.4
# via libcst
requests==2.32.0
requests==2.32.2
# via
# -r ../python/ingestion/requirements.in
# google-api-core
Expand Down

0 comments on commit 10fda04

Please sign in to comment.