Angular 8 update

This commit is contained in:
Cameron
2019-09-19 22:19:47 +00:00
parent 1ef5954842
commit 6d92dc4565
3 changed files with 5729 additions and 3346 deletions

View File

@@ -9,7 +9,7 @@
"projectType": "application",
"prefix": "app",
"schematics": {},
"targets": {
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:browser",
"options": {
@@ -98,7 +98,7 @@
"TestWebsite-e2e": {
"root": "e2e/",
"projectType": "application",
"targets": {
"architect": {
"e2e": {
"builder": "@angular-devkit/build-angular:protractor",
"options": {
@@ -124,4 +124,4 @@
}
},
"defaultProject": "TestWebsite"
}
}

9040
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -11,34 +11,33 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^7.2.4",
"@angular/animations": "^8.2.7",
"@angular/cdk": "^7.3.2",
"@angular/common": "^7.2.4",
"@angular/compiler": "^7.2.4",
"@angular/core": "^7.2.4",
"@angular/forms": "^7.2.4",
"@angular/cli": "^8.3.5",
"@angular/common": "^8.2.7",
"@angular/compiler": "^8.2.7",
"@angular/compiler-cli": "^8.2.7",
"@angular/core": "^8.2.7",
"@angular/forms": "^8.2.7",
"@angular/http": "^7.2.4",
"@angular/material": "^7.3.2",
"@angular/platform-browser": "^7.2.4",
"@angular/platform-browser-dynamic": "^7.2.4",
"@angular/router": "^7.2.4",
"@angular/platform-browser": "^8.2.7",
"@angular/platform-browser-dynamic": "^8.2.7",
"@angular/router": "^8.2.7",
"core-js": "^2.5.4",
"json-schema-traverse": "^0.4.1",
"ngx-matomo": "^0.1.2",
"rxjs": "~6.4.0",
"tslib": "^1.9.0",
"web-animations-js": "^2.3.1",
"zone.js": "~0.8.29"
"zone.js": "~0.9.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.13.0",
"@angular/cli": "^7.3.1",
"@angular/compiler-cli": "^7.2.4",
"@angular/language-service": "^7.2.4",
"@angular-devkit/build-angular": "^0.803.5",
"@angular/language-service": "^8.2.7",
"@types/jasmine": "~2.8.8",
"@types/jasminewd2": "~2.0.3",
"@types/node": "~8.9.4",
"codelyzer": "~4.3.0",
"jasmine-core": "~2.99.1",
"jasmine-spec-reporter": "~4.2.1",
"karma": "~3.0.0",
@@ -49,6 +48,6 @@
"protractor": "~5.4.0",
"ts-node": "~7.0.0",
"tslint": "~5.11.0",
"typescript": "~3.2.4"
"typescript": "^3.5.3"
}
}