From ab384a55e076001163deeca06c21142745f33266 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Mon, 18 Jul 2016 15:34:12 -0400 Subject: [PATCH] Flexible patch semver ranges are ok for `eslint` and few others These dependencies not critical, and patches not likely to introduce bugs. Adding flexible patch semver range here should reduce greenkeeper's chattiness. --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index b9c72fffd..ed2eb7207 100644 --- a/package.json +++ b/package.json @@ -33,21 +33,21 @@ "chai": "3.5.0", "d3": "3.5.5", "editor-layer-index": "git://github.com/osmlab/editor-layer-index.git#gh-pages", - "eslint": "3.1.0", - "eslint-plugin-import": "1.11.0", - "glob": "7.0.5", + "eslint": "~3.1.0", + "eslint-plugin-import": "~1.11.0", + "glob": "~7.0.5", "happen": "0.3.1", "http-server": "0.9.0", "js-yaml": "3.6.1", "jsonschema": "1.1.0", "lodash-cli": "4.13.1", "maki": "0.5.0", - "minimist": "1.2.0", + "minimist": "~1.2.0", "mocha": "2.5.3", "mocha-phantomjs-core": "2.0.1", "name-suggestion-index": "0.1.1", "phantomjs-prebuilt": "2.1.7", - "request": "2.73.0", + "request": "~2.73.0", "rollup": "0.34.1", "rollup-plugin-commonjs": "3.1.0", "rollup-plugin-node-resolve": "1.7.1",