diff --git a/package.json b/package.json index 48db6f6e..11259385 100644 --- a/package.json +++ b/package.json @@ -39,11 +39,11 @@ }, "homepage": "https://github.com/paradox41/angular2-chartist#readme", "devDependencies": { - "@angular/common": "2.0.0-rc.3", - "@angular/compiler": "2.0.0-rc.3", - "@angular/core": "2.0.0-rc.3", - "@angular/platform-browser": "2.0.0-rc.3", - "@angular/platform-browser-dynamic": "2.0.0-rc.3", + "@angular/common": "2.0.0-rc.4", + "@angular/compiler": "2.0.0-rc.4", + "@angular/core": "2.0.0-rc.4", + "@angular/platform-browser": "2.0.0-rc.4", + "@angular/platform-browser-dynamic": "2.0.0-rc.4", "chartist": "^0.9.7", "codelyzer": "0.0.24", "conventional-changelog": "^1.1.0", @@ -82,7 +82,7 @@ "zone.js": "^0.6.12" }, "peerDependencies": { - "@angular/core": "2.0.0-rc.3", + "@angular/core": "2.0.0-rc.4", "chartist": "^0.9.7" }, "files": [ diff --git a/test/chartist.component.spec.ts b/test/chartist.component.spec.ts index 1fb18b36..74f1d0cd 100644 --- a/test/chartist.component.spec.ts +++ b/test/chartist.component.spec.ts @@ -10,7 +10,7 @@ import { import { TestComponentBuilder, ComponentFixture -} from '@angular/compiler/testing'; +} from '@angular/core/testing'; import * as Chartist from 'chartist';