From 54570f6a8cdc8d5dee63b431fa3ae1034d61346e Mon Sep 17 00:00:00 2001 From: Eugene Zolenko Date: Fri, 13 Jul 2018 14:44:45 -0600 Subject: [PATCH] - fixing dependency versions --- package.json | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/package.json b/package.json index 998083c..2ecca5a 100644 --- a/package.json +++ b/package.json @@ -30,9 +30,9 @@ "lint": "tslint -c ./tslint.json src/*.ts ./*.js" }, "dependencies": { - "fs-extra": "^5.0.0", - "resolve": "^1.8.1", - "rollup-pluginutils": "^2.3.0", + "fs-extra": "5.0.0", + "resolve": "1.8.1", + "rollup-pluginutils": "2.3.0", "tslib": "1.9.3" }, "peerDependencies": { @@ -40,26 +40,26 @@ "typescript": ">=2.4.0" }, "devDependencies": { - "typescript": "^2.9.2", - "object-hash": "^1.3.0", - "colors": "^1.2.4", - "graphlib": "^2.1.5", - "lodash": "^4.17.10", - "@types/colors": "^1.2.1", - "@types/fs-extra": "^5.0.0", - "@types/graphlib": "^2.1.4", - "@types/lodash": "^4.14.108", - "@types/node": "^8.0.47", - "@types/object-hash": "^1.2.0", - "@types/resolve": "^0.0.8", - "rimraf": "^2.6.2", - "rollup": "^0.62.0", + "typescript": "2.9.2", + "object-hash": "1.3.0", + "colors": "1.2.4", + "graphlib": "2.1.5", + "lodash": "4.17.10", + "@types/colors": "1.2.1", + "@types/fs-extra": "5.0.0", + "@types/graphlib": "2.1.4", + "@types/lodash": "4.14.108", + "@types/node": "8.0.47", + "@types/object-hash": "1.2.0", + "@types/resolve": "0.0.8", + "rimraf": "2.6.2", + "rollup": "0.62.0", "rollup-plugin-typescript2": "github:ezolenko/rollup-plugin-typescript2#master", - "rollup-plugin-node-resolve": "^3.3.0", - "rollup-plugin-commonjs": "^9.1.3", - "rollup-plugin-re": "^1.0.7", - "rollup-watch": "^4.3.1", - "tslint": "^5.10.0" + "rollup-plugin-node-resolve": "3.3.0", + "rollup-plugin-commonjs": "9.1.3", + "rollup-plugin-re": "1.0.7", + "rollup-watch": "4.3.1", + "tslint": "5.10.0" }, "repository": { "type": "git",