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 19, 2020
1 parent 348ab39 commit 43670fb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions backend/requirements/local.txt
Expand Up @@ -3,7 +3,7 @@
# 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

Expand All @@ -15,7 +15,7 @@ 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
2 changes: 1 addition & 1 deletion frontend/package.json
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
8 changes: 4 additions & 4 deletions frontend/yarn.lock
Expand Up @@ -7186,10 +7186,10 @@ jsx-ast-utils@^2.4.1:
array-includes "^3.1.1"
object.assign "^4.1.0"

keycloak-js@10.0.2:
version "10.0.2"
resolved "https://registry.yarnpkg.com/keycloak-js/-/keycloak-js-10.0.2.tgz#f0cf5b942627c5221f1466552c40e4624503b77b"
integrity sha512-7nkg4Ob1khHGcNbuK36AMndKUEuIQFpNlWU9ygWs7nSBPCI9VZ8dJjjXfKJHm0ewgcqLFGPIJ6bxxRlfcQ6sLg==
keycloak-js@11.0.0:
version "11.0.0"
resolved "https://registry.yarnpkg.com/keycloak-js/-/keycloak-js-11.0.0.tgz#2bc3126e192e3c5279ca157c33f4cc657467540a"
integrity sha512-hjpIrO+ujaRsSJC76xEpVlZVAPpXm3OZYruxGa/cZ/PF7lwp9kRmIinqCxdg0jttr4dogCbOZ2YrFpqPx4a8mw==
dependencies:
base64-js "1.3.1"
js-sha256 "0.9.0"
Expand Down

0 comments on commit 43670fb

Please sign in to comment.