mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 15:40:11 +01:00
chore(build): update angular & friedns
This commit is contained in:
parent
eebbc12f68
commit
899d874cdd
8 changed files with 3685 additions and 2461 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
// Karma configuration file, see link for more information
|
// 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) {
|
module.exports = function (config) {
|
||||||
const configuration = {
|
const configuration = {
|
||||||
|
|
|
||||||
6046
package-lock.json
generated
6046
package-lock.json
generated
File diff suppressed because it is too large
Load diff
67
package.json
67
package.json
|
|
@ -25,15 +25,15 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@agm/core": "1.0.0-beta.0",
|
"@agm/core": "1.0.0-beta.0",
|
||||||
"@angular/animations": "4.3.2",
|
"@angular/animations": "^4.4.6",
|
||||||
"@angular/common": "4.3.2",
|
"@angular/common": "^4.4.6",
|
||||||
"@angular/compiler": "4.3.2",
|
"@angular/compiler": "^4.4.6",
|
||||||
"@angular/core": "4.3.2",
|
"@angular/core": "^4.4.6",
|
||||||
"@angular/forms": "4.3.2",
|
"@angular/forms": "^4.4.6",
|
||||||
"@angular/http": "4.3.2",
|
"@angular/http": "^4.4.6",
|
||||||
"@angular/platform-browser": "4.3.2",
|
"@angular/platform-browser": "^4.4.6",
|
||||||
"@angular/platform-browser-dynamic": "4.3.2",
|
"@angular/platform-browser-dynamic": "^4.4.6",
|
||||||
"@angular/router": "4.3.2",
|
"@angular/router": "^4.4.6",
|
||||||
"@asymmetrik/angular2-leaflet": "2.1.4",
|
"@asymmetrik/angular2-leaflet": "2.1.4",
|
||||||
"@nebular/auth": "2.0.0-rc.2",
|
"@nebular/auth": "2.0.0-rc.2",
|
||||||
"@nebular/theme": "2.0.0-rc.2",
|
"@nebular/theme": "2.0.0-rc.2",
|
||||||
|
|
@ -45,56 +45,55 @@
|
||||||
"chart.js": "2.5.0",
|
"chart.js": "2.5.0",
|
||||||
"ckeditor": "4.6.2",
|
"ckeditor": "4.6.2",
|
||||||
"classlist.js": "1.1.20150312",
|
"classlist.js": "1.1.20150312",
|
||||||
"core-js": "2.4.1",
|
"core-js": "^2.4.1",
|
||||||
"d3": "4.8.0",
|
"d3": "4.8.0",
|
||||||
"font-awesome": "4.7.0",
|
"font-awesome": "4.7.0",
|
||||||
"intl": "1.2.5",
|
"intl": "1.2.5",
|
||||||
"ionicons": "2.0.1",
|
"ionicons": "2.0.1",
|
||||||
"leaflet": "1.0.3",
|
"leaflet": "1.0.3",
|
||||||
"nebular-icons": "1.0.6",
|
"nebular-icons": "1.0.6",
|
||||||
"ng2-ckeditor": "1.1.6",
|
"ng2-ckeditor": "^1.1.9",
|
||||||
"ng2-smart-table": "1.1.0",
|
"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",
|
"ngx-echarts": "1.2.2",
|
||||||
"normalize.css": "6.0.0",
|
"normalize.css": "6.0.0",
|
||||||
"pace-js": "^1.0.2",
|
"pace-js": "^1.0.2",
|
||||||
"roboto-fontface": "0.8.0",
|
"roboto-fontface": "0.8.0",
|
||||||
"rxjs": "5.4.2",
|
"rxjs": "^5.4.2",
|
||||||
"socicon": "^3.0.5",
|
"socicon": "^3.0.5",
|
||||||
"tether": "1.4.0",
|
"tether": "1.4.0",
|
||||||
"tinymce": "4.5.7",
|
"tinymce": "4.5.7",
|
||||||
"typeface-exo": "0.0.22",
|
"typeface-exo": "0.0.22",
|
||||||
"web-animations-js": "2.2.5",
|
"web-animations-js": "2.2.5",
|
||||||
"zone.js": "0.8.16"
|
"zone.js": "^0.8.14"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@angular/cli": "1.2.6",
|
"@angular/cli": "1.4.9",
|
||||||
"@angular/compiler-cli": "4.3.2",
|
"@angular/compiler-cli": "^4.4.6",
|
||||||
"@angular/language-service": "4.3.2",
|
"@angular/language-service": "^4.4.6",
|
||||||
"@compodoc/compodoc": "^1.0.1",
|
"@compodoc/compodoc": "^1.0.1",
|
||||||
"@types/d3-color": "1.0.4",
|
"@types/d3-color": "1.0.4",
|
||||||
"@types/jasmine": "2.5.38",
|
"@types/jasmine": "~2.5.53",
|
||||||
"@types/jasminewd2": "2.0.2",
|
"@types/jasminewd2": "~2.0.2",
|
||||||
"@types/leaflet": "1.0.60",
|
"@types/leaflet": "1.0.60",
|
||||||
"@types/node": "6.0.74",
|
"@types/node": "~6.0.60",
|
||||||
"angular-cli-ghpages": "0.5.0",
|
"codelyzer": "~3.2.0",
|
||||||
"codelyzer": "3.0.1",
|
|
||||||
"husky": "0.13.3",
|
"husky": "0.13.3",
|
||||||
"jasmine-core": "2.6.2",
|
"jasmine-core": "~2.6.2",
|
||||||
"jasmine-spec-reporter": "4.1.0",
|
"jasmine-spec-reporter": "~4.1.0",
|
||||||
"karma": "1.7.0",
|
"karma": "~1.7.0",
|
||||||
"karma-chrome-launcher": "2.1.1",
|
"karma-chrome-launcher": "~2.1.1",
|
||||||
"karma-cli": "1.0.1",
|
"karma-cli": "~1.0.1",
|
||||||
"karma-coverage-istanbul-reporter": "1.3.0",
|
"karma-coverage-istanbul-reporter": "^1.2.1",
|
||||||
"karma-jasmine": "1.1.0",
|
"karma-jasmine": "~1.1.0",
|
||||||
"karma-jasmine-html-reporter": "0.2.2",
|
"karma-jasmine-html-reporter": "^0.2.2",
|
||||||
"npm-run-all": "4.0.2",
|
"npm-run-all": "4.0.2",
|
||||||
"protractor": "5.1.2",
|
"protractor": "~5.1.2",
|
||||||
"rimraf": "2.6.1",
|
"rimraf": "2.6.1",
|
||||||
"stylelint": "7.13.0",
|
"stylelint": "7.13.0",
|
||||||
"ts-node": "3.0.4",
|
"ts-node": "~3.2.0",
|
||||||
"tslint": "5.4.2",
|
"tslint": "~5.7.0",
|
||||||
"tslint-language-service": "0.9.6",
|
"tslint-language-service": "0.9.6",
|
||||||
"typescript": "2.3.4"
|
"typescript": "~2.3.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -9,10 +9,7 @@ exports.config = {
|
||||||
'./e2e/**/*.e2e-spec.ts'
|
'./e2e/**/*.e2e-spec.ts'
|
||||||
],
|
],
|
||||||
capabilities: {
|
capabilities: {
|
||||||
'browserName': 'chrome',
|
'browserName': 'chrome'
|
||||||
'chromeOptions': {
|
|
||||||
'args': ['show-fps-counter=true', '--no-sandbox']
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
directConnect: true,
|
directConnect: true,
|
||||||
baseUrl: 'http://localhost:4200/',
|
baseUrl: 'http://localhost:4200/',
|
||||||
|
|
@ -26,7 +23,6 @@ exports.config = {
|
||||||
require('ts-node').register({
|
require('ts-node').register({
|
||||||
project: 'e2e/tsconfig.e2e.json'
|
project: 'e2e/tsconfig.e2e.json'
|
||||||
});
|
});
|
||||||
|
jasmine.getEnv().addReporter(new SpecReporter({ spec: { displayStacktrace: true } }));
|
||||||
jasmine.getEnv().addReporter(new SpecReporter({ acspec: { displayStacktrace: true } }));
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -13,4 +13,5 @@ if (environment.production) {
|
||||||
enableProdMode();
|
enableProdMode();
|
||||||
}
|
}
|
||||||
|
|
||||||
platformBrowserDynamic().bootstrapModule(AppModule);
|
platformBrowserDynamic().bootstrapModule(AppModule)
|
||||||
|
.catch(err => console.info(err));
|
||||||
|
|
|
||||||
|
|
@ -2,20 +2,9 @@
|
||||||
"extends": "../tsconfig.json",
|
"extends": "../tsconfig.json",
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"outDir": "../out-tsc/app",
|
"outDir": "../out-tsc/app",
|
||||||
|
"baseUrl": "./",
|
||||||
"module": "es2015",
|
"module": "es2015",
|
||||||
"baseUrl": "",
|
"types": []
|
||||||
"types": [],
|
|
||||||
"paths": {
|
|
||||||
"@angular/*": [
|
|
||||||
"../node_modules/@angular/*"
|
|
||||||
],
|
|
||||||
"@nebular/*": [
|
|
||||||
"../node_modules/@nebular/*"
|
|
||||||
],
|
|
||||||
"rxjs/*": [
|
|
||||||
"../node_modules/rxjs/*"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"exclude": [
|
"exclude": [
|
||||||
"test.ts",
|
"test.ts",
|
||||||
|
|
|
||||||
|
|
@ -2,9 +2,9 @@
|
||||||
"extends": "../tsconfig.json",
|
"extends": "../tsconfig.json",
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"outDir": "../out-tsc/spec",
|
"outDir": "../out-tsc/spec",
|
||||||
|
"baseUrl": "./",
|
||||||
"module": "commonjs",
|
"module": "commonjs",
|
||||||
"target": "es5",
|
"target": "es5",
|
||||||
"baseUrl": "",
|
|
||||||
"types": [
|
"types": [
|
||||||
"jasmine",
|
"jasmine",
|
||||||
"node"
|
"node"
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@
|
||||||
"compileOnSave": false,
|
"compileOnSave": false,
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"outDir": "./dist/out-tsc",
|
"outDir": "./dist/out-tsc",
|
||||||
"baseUrl": "src",
|
|
||||||
"sourceMap": true,
|
"sourceMap": true,
|
||||||
"declaration": false,
|
"declaration": false,
|
||||||
"moduleResolution": "node",
|
"moduleResolution": "node",
|
||||||
|
|
@ -13,7 +12,7 @@
|
||||||
"node_modules/@types"
|
"node_modules/@types"
|
||||||
],
|
],
|
||||||
"lib": [
|
"lib": [
|
||||||
"es2016",
|
"es2017",
|
||||||
"dom"
|
"dom"
|
||||||
],
|
],
|
||||||
"plugins": [
|
"plugins": [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue