mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-20 23:44:47 +02:00
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.
This commit is contained in:
+5
-5
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user