mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-03-03 04:10:16 +01:00
build: update the dependencies
This commit is contained in:
parent
ea94441c8d
commit
a361ce55ac
2 changed files with 60 additions and 70 deletions
26
package.json
26
package.json
|
|
@ -25,18 +25,18 @@
|
|||
"private": true,
|
||||
"dependencies": {
|
||||
"@agm/core": "1.0.0-beta.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",
|
||||
"@angular/animations": "4.1.3",
|
||||
"@angular/common": "4.1.3",
|
||||
"@angular/compiler": "4.1.3",
|
||||
"@angular/core": "4.1.3",
|
||||
"@angular/forms": "4.1.3",
|
||||
"@angular/http": "4.1.3",
|
||||
"@angular/platform-browser": "4.1.3",
|
||||
"@angular/platform-browser-dynamic": "4.1.3",
|
||||
"@angular/platform-server": "4.1.3",
|
||||
"@angular/router": "4.1.3",
|
||||
"@asymmetrik/angular2-leaflet": "2.1.4",
|
||||
"@ng-bootstrap/ng-bootstrap": "1.0.0-alpha.25",
|
||||
"@ng-bootstrap/ng-bootstrap": "1.0.0-alpha.26",
|
||||
"@swimlane/ngx-charts": "5.2.0",
|
||||
"angular2-echarts": "1.1.7",
|
||||
"bootstrap": "4.0.0-alpha.6",
|
||||
|
|
@ -64,7 +64,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@angular/cli": "1.0.3",
|
||||
"@angular/compiler-cli": "4.1.2",
|
||||
"@angular/compiler-cli": "4.1.3",
|
||||
"@types/d3-color": "1.0.4",
|
||||
"@types/jasmine": "2.5.38",
|
||||
"@types/leaflet": "1.0.60",
|
||||
|
|
@ -86,7 +86,7 @@
|
|||
"ts-node": "2.1.2",
|
||||
"tslint": "5.2.0",
|
||||
"tslint-eslint-rules": "4.0.0",
|
||||
"tslint-language-service": "0.9.4",
|
||||
"tslint-language-service": "0.9.6",
|
||||
"typescript": "2.3.2"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue