Update angular to 2.0.1

This commit is contained in:
Roman Hotsiy 2016-09-27 09:02:49 +03:00
parent 6cc525e594
commit 546fccb796
No known key found for this signature in database
GPG Key ID: 5CB7B3ACABA57CB0

View File

@ -40,7 +40,7 @@
"author": "Roman Hotsiy",
"license": "MIT",
"devDependencies": {
"@angular/compiler-cli": "^0.6.0",
"@angular/compiler-cli": "^0.6.3",
"@types/core-js": "^0.9.31",
"@types/jasmine": "^2.2.32",
"@types/requirejs": "^2.1.26",
@ -49,7 +49,7 @@
"awesome-typescript-loader": "^2.2.1",
"branch-release": "^1.0.3",
"chalk": "^1.1.3",
"codelyzer": "0.0.28",
"codelyzer": "^1.0.0-beta.0",
"copy-webpack-plugin": "^3.0.1",
"coveralls": "^2.11.9",
"css-loader": "^0.24.0",
@ -87,12 +87,12 @@
"webpack-dev-server": "^2.1.0-beta.2"
},
"dependencies": {
"@angular/common": "^2.0.0-rc.6",
"@angular/compiler": "^2.0.0-rc.6",
"@angular/core": "^2.0.0-rc.6",
"@angular/platform-browser": "^2.0.0-rc.6",
"@angular/platform-browser-dynamic": "^2.0.0-rc.6",
"@angular/platform-server": "^2.0.0-rc.6",
"@angular/common": "^2.0.1",
"@angular/compiler": "^2.0.1",
"@angular/core": "^2.0.1",
"@angular/platform-browser": "^2.0.1",
"@angular/platform-browser-dynamic": "^2.0.1",
"@angular/platform-server": "^2.0.1",
"core-js": "^2.4.1",
"dropkickjs": "^2.1.10",
"hint.css": "^2.3.2",
@ -101,10 +101,10 @@
"openapi-sampler": "^0.3.1",
"prismjs": "^1.5.1",
"remarkable": "^1.6.2",
"rxjs": "^5.0.0-beta.11",
"rxjs": "^5.0.0-beta.12",
"scrollparent": "^1.0.0",
"slugify": "^1.0.2",
"stream-http": "^2.3.1",
"zone.js": "^0.6.17"
"zone.js": "^0.6.25"
}
}