Skip to content

Commit

Permalink
Update all
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Aug 4, 2020
1 parent 2a39a15 commit 2fa83fa
Show file tree
Hide file tree
Showing 3 changed files with 194 additions and 61 deletions.
2 changes: 1 addition & 1 deletion backend/requirements/local.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ mypy==0.782 # https://github.com/python/mypy
# Testing
# ------------------------------------------------------------------------------
django-stubs==1.5.0 # https://github.com/typeddjango/django-stubs
pytest==5.4.3 # https://github.com/pytest-dev/pytest
pytest==6.0.1 # https://github.com/pytest-dev/pytest
pytest-cov==2.10.0 # https://github.com/pytest-dev/pytest-cov
pytest-django==3.9.0 # https://github.com/pytest-dev/pytest-django
pytest-sugar==0.9.4 # https://github.com/Frozenball/pytest-sugar
Expand Down
6 changes: 3 additions & 3 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"dotenv": "8.2.0",
"env-cmd": "^10.1.0",
"humps": "2.0.0",
"keycloak-js": "10.0.2",
"keycloak-js": "11.0.0",
"lint-staged": "10.2.11",
"query-string": "6.13.1",
"react": "16.13.1",
Expand Down Expand Up @@ -60,8 +60,8 @@
"devDependencies": {
"@types/uuid": "8.0.0",
"@typescript-eslint/eslint-plugin": "3.7.0",
"eslint": "6.8.0",
"eslint-config-airbnb-typescript": "8.0.2",
"eslint": "7.6.0",
"eslint-config-airbnb-typescript": "9.0.0",
"eslint-config-prettier": "6.11.0",
"eslint-plugin-import": "2.22.0",
"eslint-plugin-jsx-a11y": "6.3.1",
Expand Down

0 comments on commit 2fa83fa

Please sign in to comment.