Skip to content

Commit

Permalink
dependencies: Update all minor dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 27, 2021
1 parent bea462f commit f5f12fb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.7
FROM python:3.9

LABEL Name=backend Version=0.0.1 Author="Paul Lange"
EXPOSE 4567
Expand Down
12 changes: 6 additions & 6 deletions frontend/package-lock.json

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

4 changes: 2 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@angular/compiler-cli": "11.2.14",
"@angular/language-service": "11.2.14",
"@types/d3": "5.16.4",
"@types/jasmine": "3.6.11",
"@types/jasmine": "3.7.6",
"@types/jasminewd2": "2.0.9",
"@types/node": "12.20.13",
"codelyzer": "6.0.2",
Expand All @@ -52,7 +52,7 @@
"karma-chrome-launcher": "3.1.0",
"karma-coverage-istanbul-reporter": "3.0.3",
"karma-jasmine": "4.0.1",
"karma-jasmine-html-reporter": "1.5.4",
"karma-jasmine-html-reporter": "1.6.0",
"prettier": "1.19.1",
"protractor": "7.0.0",
"ts-node": "7.0.1",
Expand Down

0 comments on commit f5f12fb

Please sign in to comment.