diff --git a/package.json b/package.json index 589d225c2f..0047f3e5ad 100644 --- a/package.json +++ b/package.json @@ -92,8 +92,8 @@ "mocha": "2.2.5", "mocha-fibers": "https://github.com/Icenium/mocha-fibers/tarball/master", "should": "7.0.2", - "tslint": "2.4.2", - "typescript": "1.5.3" + "tslint": "2.5.1", + "typescript": "1.6.2" }, "license": "Apache-2.0", "engines": { diff --git a/test/stubs.ts b/test/stubs.ts index 904a583dd6..a96afccfa1 100644 --- a/test/stubs.ts +++ b/test/stubs.ts @@ -256,11 +256,7 @@ export class PlatformsDataStub implements IPlatformsData { deviceBuildOutputPath: "", validPackageNamesForDevice: [], frameworkFilesExtensions: [], - frameworkVersion: "", - appDestinationDirectoryPath: "", - preparePluginNativeCode: () => Future.fromResult(), - removePluginNativeCode: () => Future.fromResult(), - afterPrepareAllPlugins: () => Future.fromResult() + appDestinationDirectoryPath: "" }; } @@ -280,7 +276,6 @@ export class PlatformProjectServiceStub implements IPlatformProjectService { deviceBuildOutputPath: "", validPackageNamesForDevice: [], frameworkFilesExtensions: [], - frameworkVersion: "", appDestinationDirectoryPath: "" }; }