mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 23:40:14 +01:00
build: update the dependencies
This commit is contained in:
parent
20a05654f4
commit
21ddbc5b5d
2 changed files with 244 additions and 433 deletions
40
package.json
40
package.json
|
|
@ -15,7 +15,7 @@
|
|||
"build:stg": "npm run build:prod:aot -- --base-href \"http://akveo.com/ngx-admin/\"",
|
||||
"test": "ng test -sr",
|
||||
"test:coverage": "rimraf coverage && npm run test -- -cc",
|
||||
"lint": "ng lint",
|
||||
"lint": "ng lint --type-check",
|
||||
"lint:fix": "ng lint --fix",
|
||||
"lint:styles": "stylelint ./src/**/*.scss",
|
||||
"lint:ci": "npm run lint && npm run lint:styles",
|
||||
|
|
@ -25,16 +25,16 @@
|
|||
"private": true,
|
||||
"dependencies": {
|
||||
"@agm/core": "1.0.0-beta.0",
|
||||
"@angular/animations": "4.1.0",
|
||||
"@angular/common": "4.1.0",
|
||||
"@angular/compiler": "4.1.0",
|
||||
"@angular/core": "4.1.0",
|
||||
"@angular/forms": "4.1.0",
|
||||
"@angular/http": "4.1.0",
|
||||
"@angular/platform-browser": "4.1.0",
|
||||
"@angular/platform-browser-dynamic": "4.1.0",
|
||||
"@angular/platform-server": "4.1.0",
|
||||
"@angular/router": "4.1.0",
|
||||
"@angular/animations": "4.1.2",
|
||||
"@angular/common": "4.1.2",
|
||||
"@angular/compiler": "4.1.2",
|
||||
"@angular/core": "4.1.2",
|
||||
"@angular/forms": "4.1.2",
|
||||
"@angular/http": "4.1.2",
|
||||
"@angular/platform-browser": "4.1.2",
|
||||
"@angular/platform-browser-dynamic": "4.1.2",
|
||||
"@angular/platform-server": "4.1.2",
|
||||
"@angular/router": "4.1.2",
|
||||
"@asymmetrik/angular2-leaflet": "2.1.4",
|
||||
"@ng-bootstrap/ng-bootstrap": "1.0.0-alpha.25",
|
||||
"@swimlane/ngx-charts": "5.2.0",
|
||||
|
|
@ -53,21 +53,21 @@
|
|||
"ng2-ckeditor": "1.1.6",
|
||||
"normalize.css": "6.0.0",
|
||||
"roboto-fontface": "0.7.0",
|
||||
"rxjs": "5.1.1",
|
||||
"rxjs": "5.4.0",
|
||||
"tether": "1.4.0",
|
||||
"tinymce": "4.5.7",
|
||||
"web-animations-js": "2.2.5",
|
||||
"zone.js": "0.8.5"
|
||||
"zone.js": "0.8.10"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular/cli": "1.0.1",
|
||||
"@angular/compiler-cli": "4.1.0",
|
||||
"@angular/cli": "1.0.3",
|
||||
"@angular/compiler-cli": "4.1.2",
|
||||
"@types/d3-color": "1.0.4",
|
||||
"@types/jasmine": "2.5.38",
|
||||
"@types/leaflet": "1.0.60",
|
||||
"@types/node": "6.0.69",
|
||||
"@types/node": "6.0.73",
|
||||
"angular-cli-ghpages": "0.5.0",
|
||||
"codelyzer": "2.0.1",
|
||||
"codelyzer": "3.0.1",
|
||||
"jasmine-core": "2.5.2",
|
||||
"jasmine-spec-reporter": "3.2.0",
|
||||
"karma": "1.4.1",
|
||||
|
|
@ -80,9 +80,9 @@
|
|||
"protractor": "5.1.1",
|
||||
"rimraf": "2.6.1",
|
||||
"stylelint": "7.8.0",
|
||||
"ts-node": "2.0.0",
|
||||
"tslint": "4.5.1",
|
||||
"tslint-eslint-rules": "3.4.0",
|
||||
"ts-node": "2.1.2",
|
||||
"tslint": "5.2.0",
|
||||
"tslint-eslint-rules": "4.0.0",
|
||||
"tslint-language-service": "0.9.4",
|
||||
"typescript": "2.3.2"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue