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 Oct 15, 2021
1 parent 8ba0faf commit 2a3e3ee
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 35 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.10

LABEL Name=backend Version=0.0.1 Author="Paul Lange"
EXPOSE 4567
Expand Down
66 changes: 36 additions & 30 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 @@ -32,7 +32,7 @@
"deep-equal": "1.1.1",
"hammerjs": "2.0.8",
"rxjs": "6.6.7",
"tslib": "2.2.0",
"tslib": "2.3.1",
"zone.js": "~0.11.4"
},
"devDependencies": {
Expand All @@ -41,18 +41,18 @@
"@angular/compiler-cli": "12.2.7",
"@angular/language-service": "12.2.7",
"@types/d3": "5.16.4",
"@types/jasmine": "3.6.11",
"@types/jasmine": "3.10.0",
"@types/jasminewd2": "2.0.10",
"@types/node": "12.20.18",
"codelyzer": "6.0.2",
"express": "4.17.1",
"jasmine-core": "3.7.1",
"jasmine-core": "3.10.0",
"jasmine-spec-reporter": "6.0.0",
"karma": "6.3.4",
"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.7.0",
"prettier": "1.19.1",
"protractor": "7.0.0",
"ts-node": "7.0.1",
Expand Down

0 comments on commit 2a3e3ee

Please sign in to comment.