Compare commits

..

4 commits

Author SHA1 Message Date
3b2bb4d554 Merge pull request 'develop' (#20) from develop into master
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #20
2020-07-16 22:40:22 +00:00
ac02f8b15e updated .drone.yml
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2020-07-17 00:38:34 +02:00
3856a3bf23 Merge remote-tracking branch 'origin/develop' into develop
All checks were successful
continuous-integration/drone/push Build is passing
2020-07-16 22:38:12 +02:00
14ab45d004 updated angular 2020-07-16 22:38:04 +02:00
2 changed files with 22 additions and 18 deletions

View file

@ -15,6 +15,8 @@ steps:
- name: docker
image: plugins/docker
settings:
purge: true
no_cache: true
auto_tag: true
auto_tag_suffix: linux-amd64
repo: samuelph/universal-statuspage
@ -47,6 +49,8 @@ steps:
- name: docker
image: plugins/docker
settings:
purge: true
no_cache: true
auto_tag: true
auto_tag_suffix: linux-arm
repo: samuelph/universal-statuspage

View file

@ -15,17 +15,17 @@
},
"private": true,
"dependencies": {
"@angular/animations": "~10.0.2",
"@angular/cdk": "^10.0.1",
"@angular/common": "~10.0.2",
"@angular/compiler": "~10.0.2",
"@angular/core": "~10.0.2",
"@angular/forms": "~10.0.2",
"@angular/material": "^10.0.1",
"@angular/platform-browser": "~10.0.2",
"@angular/platform-browser-dynamic": "~10.0.2",
"@angular/platform-server": "~10.0.2",
"@angular/router": "~10.0.2",
"@angular/animations": "~10.0.4",
"@angular/cdk": "^10.0.2",
"@angular/common": "~10.0.4",
"@angular/compiler": "~10.0.4",
"@angular/core": "~10.0.4",
"@angular/forms": "~10.0.4",
"@angular/material": "^10.0.2",
"@angular/platform-browser": "~10.0.4",
"@angular/platform-browser-dynamic": "~10.0.4",
"@angular/platform-server": "~10.0.4",
"@angular/router": "~10.0.4",
"@fortawesome/fontawesome-free": "^5.14.0",
"@nguniversal/express-engine": "^10.0.1",
"bootstrap": "^4.5.0",
@ -37,19 +37,19 @@
"zone.js": "~0.10.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.1000.1",
"@angular/cli": "~10.0.1",
"@angular/compiler-cli": "~10.0.2",
"@angular/language-service": "~10.0.2",
"@angular-devkit/build-angular": "~0.1000.3",
"@angular/cli": "~10.0.3",
"@angular/compiler-cli": "~10.0.4",
"@angular/language-service": "~10.0.4",
"@nguniversal/builders": "^10.0.1",
"@types/express": "^4.17.7",
"@types/node": "^14.0.14",
"@types/node": "^14.0.23",
"@types/jasmine": "~3.5.11",
"@types/jasminewd2": "~2.0.3",
"codelyzer": "^6.0.0",
"jasmine-core": "~3.5.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~5.0.0",
"karma": "~5.1.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~3.3.0",
@ -57,6 +57,6 @@
"protractor": "~7.0.0",
"ts-node": "~8.10.2",
"tslint": "~6.1.0",
"typescript": "~3.9.6"
"typescript": "~3.9.7"
}
}