Angular 8 update
This commit is contained in:
@@ -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": {
|
||||
|
||||
8940
package-lock.json
generated
8940
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
29
package.json
29
package.json
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user