From 233c1a1072c1dc6a5e01cd5fcdcee084ee3b01c5 Mon Sep 17 00:00:00 2001 From: Victor Date: Mon, 8 Apr 2019 15:21:26 -0700 Subject: [PATCH] Allow all major version ranges Otherwise, we end up with a lot of duplicate deps in our projects --- package.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 3a31e25..c51df60 100644 --- a/package.json +++ b/package.json @@ -27,15 +27,15 @@ "test": "babel-tape-runner test/**/*Test.js ; EXIT_VALUE=$? ; killall node ; exit $EXIT_VALUE" }, "dependencies": { - "cli-color": "1.1.0", - "convert-source-map": "1.3.0", - "crc": "3.4.4", - "left-pad": "1.1.3", - "lodash": "4.17.11", - "offset-sourcemap-lines": "1.0.0", - "through2": "2.0.3", - "umd": "3.0.1", - "ws": "6.1.x", + "cli-color": "^1.1.0", + "convert-source-map": "^1.3.0", + "crc": "^3.4.4", + "left-pad": "^1.1.3", + "lodash": "^4.17.11", + "offset-sourcemap-lines": "^1.0.0", + "through2": "^2.0.3", + "umd": "^3.0.1", + "ws": "^6.1.x", "react-proxy": "^1.1.8" }, "devDependencies": {