mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-09-22 05:50:48 +02:00
build(dependencies): update angular to 4.0.3 and ng-bootstrap to 1.0.0-alpha.25
This commit is contained in:
parent
7ce8d8e1c5
commit
ef0acbc72b
2 changed files with 516 additions and 312 deletions
29
package.json
29
package.json
|
@ -22,16 +22,17 @@
|
||||||
},
|
},
|
||||||
"private": true,
|
"private": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@angular/animations": "4.0.0",
|
"@angular/animations": "4.0.3",
|
||||||
"@angular/common": "4.0.0",
|
"@angular/common": "4.0.3",
|
||||||
"@angular/compiler": "4.0.0",
|
"@angular/compiler": "4.0.3",
|
||||||
"@angular/core": "4.0.0",
|
"@angular/core": "4.0.3",
|
||||||
"@angular/forms": "4.0.0",
|
"@angular/forms": "4.0.3",
|
||||||
"@angular/http": "4.0.0",
|
"@angular/http": "4.0.3",
|
||||||
"@angular/platform-browser": "4.0.0",
|
"@angular/platform-browser": "4.0.3",
|
||||||
"@angular/platform-browser-dynamic": "4.0.0",
|
"@angular/platform-browser-dynamic": "4.0.3",
|
||||||
"@angular/router": "4.0.0",
|
"@angular/platform-server": "4.0.3",
|
||||||
"@ng-bootstrap/ng-bootstrap": "1.0.0-alpha.22",
|
"@angular/router": "4.0.3",
|
||||||
|
"@ng-bootstrap/ng-bootstrap": "1.0.0-alpha.25",
|
||||||
"bootstrap": "4.0.0-alpha.6",
|
"bootstrap": "4.0.0-alpha.6",
|
||||||
"classlist.js": "1.1.20150312",
|
"classlist.js": "1.1.20150312",
|
||||||
"core-js": "2.4.1",
|
"core-js": "2.4.1",
|
||||||
|
@ -48,10 +49,9 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@angular/cli": "1.0.1",
|
"@angular/cli": "1.0.1",
|
||||||
"@angular/compiler-cli": "4.0.0",
|
"@angular/compiler-cli": "4.0.3",
|
||||||
"@angular/platform-server": "4.0.0",
|
|
||||||
"@types/jasmine": "2.5.38",
|
"@types/jasmine": "2.5.38",
|
||||||
"@types/node": "6.0.63",
|
"@types/node": "6.0.69",
|
||||||
"angular-cli-ghpages": "0.5.0",
|
"angular-cli-ghpages": "0.5.0",
|
||||||
"codelyzer": "2.0.1",
|
"codelyzer": "2.0.1",
|
||||||
"jasmine-core": "2.5.2",
|
"jasmine-core": "2.5.2",
|
||||||
|
@ -62,12 +62,13 @@
|
||||||
"karma-coverage-istanbul-reporter": "0.2.3",
|
"karma-coverage-istanbul-reporter": "0.2.3",
|
||||||
"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",
|
||||||
"protractor": "5.1.1",
|
"protractor": "5.1.1",
|
||||||
"rimraf": "2.6.1",
|
"rimraf": "2.6.1",
|
||||||
"stylelint": "7.8.0",
|
"stylelint": "7.8.0",
|
||||||
"ts-node": "2.0.0",
|
"ts-node": "2.0.0",
|
||||||
"tslint": "4.5.1",
|
"tslint": "4.5.1",
|
||||||
"tslint-eslint-rules": "3.4.0",
|
"tslint-eslint-rules": "3.4.0",
|
||||||
"typescript": "2.2.1"
|
"typescript": "2.2.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue