chore(package): update angular to 2.2.3 (#471)

* chore(package): update angular to 2.2.1

* chore(package): update angular to 2.2.3
This commit is contained in:
ESadouski 2016-11-25 16:15:59 +03:00 committed by Dmitry Nehaychik
parent 49a100d34c
commit 20b1beafd7
4 changed files with 108 additions and 56 deletions

View file

@ -7,18 +7,18 @@
"license": "MIT",
"dependencies": {
"@angular/common": "2.1.1",
"@angular/compiler": "2.1.1",
"@angular/core": "2.1.1",
"@angular/forms": "2.1.1",
"@angular/http": "2.1.1",
"@angular/platform-browser": "2.1.1",
"@angular/platform-browser-dynamic": "2.1.1",
"@angular/platform-server": "2.1.1",
"@angular/router": "3.1.1",
"@angular/common": "2.2.3",
"@angular/compiler": "2.2.3",
"@angular/core": "2.2.3",
"@angular/forms": "2.2.3",
"@angular/http": "2.2.3",
"@angular/platform-browser": "2.2.3",
"@angular/platform-browser-dynamic": "2.2.3",
"@angular/platform-server": "2.2.3",
"@angular/router": "3.2.3",
"@angularclass/conventions-loader": "^1.0.2",
"@angularclass/hmr": "~1.2.0",
"@angularclass/hmr": "~1.2.2",
"@angularclass/hmr-loader": "~3.0.2",
"amcharts3": "github:amcharts/amcharts3",
@ -55,26 +55,27 @@
"postcss-loader": "^1.0.0",
"rxjs": "5.0.0-beta.12",
"tether": "^1.2.4",
"zone.js": "~0.6.25"
"zone.js": "~0.7.1"
},
"devDependencies": {
"angular2-template-loader": "^0.5.0",
"angular2-router-loader": "^0.3.4",
"angular2-template-loader": "^0.6.0",
"@types/electron": "^1.3.20",
"@types/hammerjs": "^2.0.33",
"@types/jasmine": "^2.2.34",
"@types/node": "^6.0.38",
"@types/source-map": "^0.1.27",
"@types/uglify-js": "^2.0.27",
"@types/webpack": "^1.12.34",
"@types/webpack": "2.0.0",
"@types/lodash": "0.0.28",
"gh-pages": "^0.11.0",
"parse5": "^2.2.2",
"rimraf": "^2.5.2",
"rimraf": "~2.5.4",
"script-ext-html-webpack-plugin": "^1.3.2",
"codelyzer": "~1.0.0-beta.2",
"codelyzer": "~1.0.0-beta.4",
"tslint": "3.15.1",
"ts-helpers": "1.1.2",
"ts-node": "^1.3.0",
"ts-node": "^1.7.0",
"typedoc": "^0.5.0",
"typescript": "2.0.3",
"awesome-typescript-loader": "^2.2.1",
@ -96,12 +97,13 @@
"node-sass": "^3.5.3",
"html-webpack-plugin": "^2.21.0",
"copy-webpack-plugin": "^3.0.1",
"webpack": "2.1.0-beta.25",
"v8-lazy-parse-webpack-plugin": "^0.3.0",
"webpack": "2.1.0-beta.27",
"webpack-dashboard": "^0.1.8",
"webpack-dev-middleware": "^1.6.1",
"webpack-dev-server": "2.1.0-beta.9",
"webpack-dev-server": "2.1.0-beta.11",
"webpack-md5-hash": "^0.0.5",
"webpack-merge": "^0.15.0",
"webpack-merge": "^0.17.0",
"compression-webpack-plugin": "^0.3.1",
"es6-promise": "^3.1.2",
"es6-shim": "^0.35.0",