Update dependencies
This commit is contained in:
3990
package-lock.json
generated
3990
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
38
package.json
38
package.json
@@ -11,27 +11,29 @@
|
|||||||
},
|
},
|
||||||
"private": true,
|
"private": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@angular/animations": "^6.1.7",
|
"@angular/animations": "^7.2.4",
|
||||||
"@angular/cdk": "^6.4.7",
|
"@angular/cdk": "^7.3.2",
|
||||||
"@angular/common": "^6.1.0",
|
"@angular/common": "^7.2.4",
|
||||||
"@angular/compiler": "^6.1.0",
|
"@angular/compiler": "^7.2.4",
|
||||||
"@angular/core": "^6.1.0",
|
"@angular/core": "^7.2.4",
|
||||||
"@angular/forms": "^6.1.0",
|
"@angular/forms": "^7.2.4",
|
||||||
"@angular/http": "^6.1.0",
|
"@angular/http": "^7.2.4",
|
||||||
"@angular/material": "^6.4.7",
|
"@angular/material": "^7.3.2",
|
||||||
"@angular/platform-browser": "^6.1.0",
|
"@angular/platform-browser": "^7.2.4",
|
||||||
"@angular/platform-browser-dynamic": "^6.1.0",
|
"@angular/platform-browser-dynamic": "^7.2.4",
|
||||||
"@angular/router": "^6.1.0",
|
"@angular/router": "^7.2.4",
|
||||||
"core-js": "^2.5.4",
|
"core-js": "^2.5.4",
|
||||||
"rxjs": "~6.2.0",
|
"json-schema-traverse": "^0.4.1",
|
||||||
|
"rxjs": "~6.4.0",
|
||||||
|
"tslib": "^1.9.0",
|
||||||
"web-animations-js": "^2.3.1",
|
"web-animations-js": "^2.3.1",
|
||||||
"zone.js": "~0.8.26"
|
"zone.js": "~0.8.29"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@angular-devkit/build-angular": "~0.8.0",
|
"@angular-devkit/build-angular": "~0.13.0",
|
||||||
"@angular/cli": "~6.2.1",
|
"@angular/cli": "^7.3.1",
|
||||||
"@angular/compiler-cli": "^6.1.0",
|
"@angular/compiler-cli": "^7.2.4",
|
||||||
"@angular/language-service": "^6.1.0",
|
"@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",
|
||||||
@@ -46,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": "~2.9.2"
|
"typescript": "~3.2.4"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
"compileOnSave": false,
|
"compileOnSave": false,
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"baseUrl": "./",
|
"baseUrl": "./",
|
||||||
|
"importHelpers": true,
|
||||||
"outDir": "./dist/out-tsc",
|
"outDir": "./dist/out-tsc",
|
||||||
"sourceMap": true,
|
"sourceMap": true,
|
||||||
"declaration": false,
|
"declaration": false,
|
||||||
|
|||||||
Reference in New Issue
Block a user