chore(build): update angular & friedns

This commit is contained in:
Dmitry Nehaychik 2017-10-20 17:30:54 +03:00
parent eebbc12f68
commit 899d874cdd
8 changed files with 3685 additions and 2461 deletions

View file

@ -1,5 +1,5 @@
// Karma configuration file, see link for more information
// https://karma-runner.github.io/0.13/config/configuration-file.html
// https://karma-runner.github.io/1.0/config/configuration-file.html
module.exports = function (config) {
const configuration = {

6040
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -25,15 +25,15 @@
},
"dependencies": {
"@agm/core": "1.0.0-beta.0",
"@angular/animations": "4.3.2",
"@angular/common": "4.3.2",
"@angular/compiler": "4.3.2",
"@angular/core": "4.3.2",
"@angular/forms": "4.3.2",
"@angular/http": "4.3.2",
"@angular/platform-browser": "4.3.2",
"@angular/platform-browser-dynamic": "4.3.2",
"@angular/router": "4.3.2",
"@angular/animations": "^4.4.6",
"@angular/common": "^4.4.6",
"@angular/compiler": "^4.4.6",
"@angular/core": "^4.4.6",
"@angular/forms": "^4.4.6",
"@angular/http": "^4.4.6",
"@angular/platform-browser": "^4.4.6",
"@angular/platform-browser-dynamic": "^4.4.6",
"@angular/router": "^4.4.6",
"@asymmetrik/angular2-leaflet": "2.1.4",
"@nebular/auth": "2.0.0-rc.2",
"@nebular/theme": "2.0.0-rc.2",
@ -45,56 +45,55 @@
"chart.js": "2.5.0",
"ckeditor": "4.6.2",
"classlist.js": "1.1.20150312",
"core-js": "2.4.1",
"core-js": "^2.4.1",
"d3": "4.8.0",
"font-awesome": "4.7.0",
"intl": "1.2.5",
"ionicons": "2.0.1",
"leaflet": "1.0.3",
"nebular-icons": "1.0.6",
"ng2-ckeditor": "1.1.6",
"ng2-ckeditor": "^1.1.9",
"ng2-smart-table": "1.1.0",
"ng2-tree": "2.0.0-alpha.5",
"ng2-tree": "^2.0.0-alpha.10",
"ngx-echarts": "1.2.2",
"normalize.css": "6.0.0",
"pace-js": "^1.0.2",
"roboto-fontface": "0.8.0",
"rxjs": "5.4.2",
"rxjs": "^5.4.2",
"socicon": "^3.0.5",
"tether": "1.4.0",
"tinymce": "4.5.7",
"typeface-exo": "0.0.22",
"web-animations-js": "2.2.5",
"zone.js": "0.8.16"
"zone.js": "^0.8.14"
},
"devDependencies": {
"@angular/cli": "1.2.6",
"@angular/compiler-cli": "4.3.2",
"@angular/language-service": "4.3.2",
"@angular/cli": "1.4.9",
"@angular/compiler-cli": "^4.4.6",
"@angular/language-service": "^4.4.6",
"@compodoc/compodoc": "^1.0.1",
"@types/d3-color": "1.0.4",
"@types/jasmine": "2.5.38",
"@types/jasminewd2": "2.0.2",
"@types/jasmine": "~2.5.53",
"@types/jasminewd2": "~2.0.2",
"@types/leaflet": "1.0.60",
"@types/node": "6.0.74",
"angular-cli-ghpages": "0.5.0",
"codelyzer": "3.0.1",
"@types/node": "~6.0.60",
"codelyzer": "~3.2.0",
"husky": "0.13.3",
"jasmine-core": "2.6.2",
"jasmine-spec-reporter": "4.1.0",
"karma": "1.7.0",
"karma-chrome-launcher": "2.1.1",
"karma-cli": "1.0.1",
"karma-coverage-istanbul-reporter": "1.3.0",
"karma-jasmine": "1.1.0",
"karma-jasmine-html-reporter": "0.2.2",
"jasmine-core": "~2.6.2",
"jasmine-spec-reporter": "~4.1.0",
"karma": "~1.7.0",
"karma-chrome-launcher": "~2.1.1",
"karma-cli": "~1.0.1",
"karma-coverage-istanbul-reporter": "^1.2.1",
"karma-jasmine": "~1.1.0",
"karma-jasmine-html-reporter": "^0.2.2",
"npm-run-all": "4.0.2",
"protractor": "5.1.2",
"protractor": "~5.1.2",
"rimraf": "2.6.1",
"stylelint": "7.13.0",
"ts-node": "3.0.4",
"tslint": "5.4.2",
"ts-node": "~3.2.0",
"tslint": "~5.7.0",
"tslint-language-service": "0.9.6",
"typescript": "2.3.4"
"typescript": "~2.3.3"
}
}

View file

@ -9,10 +9,7 @@ exports.config = {
'./e2e/**/*.e2e-spec.ts'
],
capabilities: {
'browserName': 'chrome',
'chromeOptions': {
'args': ['show-fps-counter=true', '--no-sandbox']
}
'browserName': 'chrome'
},
directConnect: true,
baseUrl: 'http://localhost:4200/',
@ -26,7 +23,6 @@ exports.config = {
require('ts-node').register({
project: 'e2e/tsconfig.e2e.json'
});
jasmine.getEnv().addReporter(new SpecReporter({ acspec: { displayStacktrace: true } }));
jasmine.getEnv().addReporter(new SpecReporter({ spec: { displayStacktrace: true } }));
}
};

View file

@ -13,4 +13,5 @@ if (environment.production) {
enableProdMode();
}
platformBrowserDynamic().bootstrapModule(AppModule);
platformBrowserDynamic().bootstrapModule(AppModule)
.catch(err => console.info(err));

View file

@ -2,20 +2,9 @@
"extends": "../tsconfig.json",
"compilerOptions": {
"outDir": "../out-tsc/app",
"baseUrl": "./",
"module": "es2015",
"baseUrl": "",
"types": [],
"paths": {
"@angular/*": [
"../node_modules/@angular/*"
],
"@nebular/*": [
"../node_modules/@nebular/*"
],
"rxjs/*": [
"../node_modules/rxjs/*"
]
}
"types": []
},
"exclude": [
"test.ts",

View file

@ -2,9 +2,9 @@
"extends": "../tsconfig.json",
"compilerOptions": {
"outDir": "../out-tsc/spec",
"baseUrl": "./",
"module": "commonjs",
"target": "es5",
"baseUrl": "",
"types": [
"jasmine",
"node"

View file

@ -2,7 +2,6 @@
"compileOnSave": false,
"compilerOptions": {
"outDir": "./dist/out-tsc",
"baseUrl": "src",
"sourceMap": true,
"declaration": false,
"moduleResolution": "node",
@ -13,7 +12,7 @@
"node_modules/@types"
],
"lib": [
"es2016",
"es2017",
"dom"
],
"plugins": [