From c97acf84df746fc03f71964cd4ecbb9597f9771e Mon Sep 17 00:00:00 2001 From: ezolenko Date: Sat, 4 Mar 2017 16:43:04 -0700 Subject: [PATCH] - update dependencies --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index adefa98..b5a3bb4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rollup-plugin-typescript2", - "version": "0.1.2", + "version": "0.1.3", "description": "Seamless integration between Rollup and TypeScript. Now with errors.", "main": "dist/rollup-plugin-typescript2.cjs.js", "module": "dist/rollup-plugin-typescript2.es.js", @@ -29,14 +29,14 @@ "lodash": "^4.17.4", "object-hash": "^1.1.5", "rollup-pluginutils": "^2.0.1", - "tslib": "^1.5.0" + "tslib": "^1.6.0" }, "peerDependencies": { "typescript": "^2.0", "tslib": "^1.5.0" }, "devDependencies": { - "rollup-plugin-typescript2": "^0.1.0", + "rollup-plugin-typescript2": "^0.1.2", "@types/colors": "^1.1.1", "@types/fs-extra": "0.0.37", "@types/graphlib": "^2.1.3", @@ -45,8 +45,8 @@ "@types/object-hash": "^0.5.28", "rimraf": "^2.5.4", "rollup": "^0.41.4", - "tslint": "^4.4.2", - "typescript": "^2.1.5" + "tslint": "^4.5.1", + "typescript": "^2.2.1" }, "repository": { "type": "git",