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", "projectType": "application",
"prefix": "app", "prefix": "app",
"schematics": {}, "schematics": {},
"targets": { "architect": {
"build": { "build": {
"builder": "@angular-devkit/build-angular:browser", "builder": "@angular-devkit/build-angular:browser",
"options": { "options": {
@@ -98,7 +98,7 @@
"TestWebsite-e2e": { "TestWebsite-e2e": {
"root": "e2e/", "root": "e2e/",
"projectType": "application", "projectType": "application",
"targets": { "architect": {
"e2e": { "e2e": {
"builder": "@angular-devkit/build-angular:protractor", "builder": "@angular-devkit/build-angular:protractor",
"options": { "options": {
@@ -124,4 +124,4 @@
} }
}, },
"defaultProject": "TestWebsite" "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, "private": true,
"dependencies": { "dependencies": {
"@angular/animations": "^7.2.4", "@angular/animations": "^8.2.7",
"@angular/cdk": "^7.3.2", "@angular/cdk": "^7.3.2",
"@angular/common": "^7.2.4", "@angular/cli": "^8.3.5",
"@angular/compiler": "^7.2.4", "@angular/common": "^8.2.7",
"@angular/core": "^7.2.4", "@angular/compiler": "^8.2.7",
"@angular/forms": "^7.2.4", "@angular/compiler-cli": "^8.2.7",
"@angular/core": "^8.2.7",
"@angular/forms": "^8.2.7",
"@angular/http": "^7.2.4", "@angular/http": "^7.2.4",
"@angular/material": "^7.3.2", "@angular/material": "^7.3.2",
"@angular/platform-browser": "^7.2.4", "@angular/platform-browser": "^8.2.7",
"@angular/platform-browser-dynamic": "^7.2.4", "@angular/platform-browser-dynamic": "^8.2.7",
"@angular/router": "^7.2.4", "@angular/router": "^8.2.7",
"core-js": "^2.5.4", "core-js": "^2.5.4",
"json-schema-traverse": "^0.4.1", "json-schema-traverse": "^0.4.1",
"ngx-matomo": "^0.1.2", "ngx-matomo": "^0.1.2",
"rxjs": "~6.4.0", "rxjs": "~6.4.0",
"tslib": "^1.9.0", "tslib": "^1.9.0",
"web-animations-js": "^2.3.1", "web-animations-js": "^2.3.1",
"zone.js": "~0.8.29" "zone.js": "~0.9.1"
}, },
"devDependencies": { "devDependencies": {
"@angular-devkit/build-angular": "~0.13.0", "@angular-devkit/build-angular": "^0.803.5",
"@angular/cli": "^7.3.1", "@angular/language-service": "^8.2.7",
"@angular/compiler-cli": "^7.2.4",
"@angular/language-service": "^7.2.4",
"@types/jasmine": "~2.8.8", "@types/jasmine": "~2.8.8",
"@types/jasminewd2": "~2.0.3", "@types/jasminewd2": "~2.0.3",
"@types/node": "~8.9.4", "@types/node": "~8.9.4",
"codelyzer": "~4.3.0",
"jasmine-core": "~2.99.1", "jasmine-core": "~2.99.1",
"jasmine-spec-reporter": "~4.2.1", "jasmine-spec-reporter": "~4.2.1",
"karma": "~3.0.0", "karma": "~3.0.0",
@@ -49,6 +48,6 @@
"protractor": "~5.4.0", "protractor": "~5.4.0",
"ts-node": "~7.0.0", "ts-node": "~7.0.0",
"tslint": "~5.11.0", "tslint": "~5.11.0",
"typescript": "~3.2.4" "typescript": "^3.5.3"
} }
} }