mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-09-22 05:50:48 +02:00
build: update dependencies
This commit is contained in:
parent
05c82bd602
commit
34031ba2be
2 changed files with 587 additions and 444 deletions
969
package-lock.json
generated
969
package-lock.json
generated
File diff suppressed because it is too large
Load diff
30
package.json
30
package.json
|
@ -25,21 +25,21 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@agm/core": "1.0.0-beta.0",
|
||||
"@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",
|
||||
"@angular/animations": "4.2.4",
|
||||
"@angular/common": "4.2.4",
|
||||
"@angular/compiler": "4.2.4",
|
||||
"@angular/core": "4.2.4",
|
||||
"@angular/forms": "4.2.4",
|
||||
"@angular/http": "4.2.4",
|
||||
"@angular/platform-browser": "4.2.4",
|
||||
"@angular/platform-browser-dynamic": "4.2.4",
|
||||
"@angular/platform-server": "4.2.4",
|
||||
"@angular/router": "4.2.4",
|
||||
"@asymmetrik/angular2-leaflet": "2.1.4",
|
||||
"@ng-bootstrap/ng-bootstrap": "1.0.0-alpha.26",
|
||||
"@swimlane/ngx-charts": "5.2.0",
|
||||
"angular2-echarts": "1.1.7",
|
||||
"angular2-toaster": "^4.0.0",
|
||||
"angular2-toaster": "4.0.0",
|
||||
"bootstrap": "4.0.0-alpha.6",
|
||||
"chart.js": "2.5.0",
|
||||
"ckeditor": "4.6.2",
|
||||
|
@ -67,9 +67,9 @@
|
|||
"zone.js": "0.8.10"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular/cli": "1.1.0",
|
||||
"@angular/compiler-cli": "4.1.3",
|
||||
"@angular/language-service": "4.1.3",
|
||||
"@angular/cli": "1.1.3",
|
||||
"@angular/compiler-cli": "4.2.4",
|
||||
"@angular/language-service": "4.2.4",
|
||||
"@types/d3-color": "1.0.4",
|
||||
"@types/jasmine": "2.5.38",
|
||||
"@types/leaflet": "1.0.60",
|
||||
|
@ -93,6 +93,6 @@
|
|||
"tslint": "5.4.2",
|
||||
"tslint-eslint-rules": "4.1.1",
|
||||
"tslint-language-service": "0.9.6",
|
||||
"typescript": "2.3.3"
|
||||
"typescript": "2.3.4"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue