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 14, 2020
1 parent 6cb273d commit cf44f17
Show file tree
Hide file tree
Showing 3 changed files with 161 additions and 65 deletions.
6 changes: 3 additions & 3 deletions backend/requirements/local.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@
# Code quality
# ------------------------------------------------------------------------------
flake8==3.8.3 # https://github.com/PyCQA/flake8
flake8-isort==3.0.1 # https://github.com/gforcada/flake8-isort
flake8-isort==4.0.0 # https://github.com/gforcada/flake8-isort
black==19.10b0 # https://github.com/ambv/black
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
pytest-watch==4.2.0 # https://github.com/joeyespo/pytest-watch
factory-boy==2.12.0 # https://github.com/FactoryBoy/factory_boy
factory-boy==3.0.1 # https://github.com/FactoryBoy/factory_boy

# Developer Tools
# ------------------------------------------------------------------------------
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.9.0",
"eslint": "6.8.0",
"eslint-config-airbnb-typescript": "8.0.2",
"eslint": "7.7.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 cf44f17

Please sign in to comment.