mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-11 04:14:57 +02:00
Update all dependencies, remove d3 from the greenkeeper ignore list
Also add a few workarounds for a few weird rollup v0.36 issues
This commit is contained in:
+8
-9
@@ -25,7 +25,7 @@
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"diacritics": "1.2.3",
|
||||
"lodash": "4.13.1",
|
||||
"lodash": "4.16.2",
|
||||
"marked": "0.3.6",
|
||||
"osm-auth": "0.2.9",
|
||||
"rbush": "2.0.1",
|
||||
@@ -40,8 +40,8 @@
|
||||
"ecstatic": "~2.1.0",
|
||||
"editor-layer-index": "git://github.com/osmlab/editor-layer-index.git#gh-pages",
|
||||
"gaze": "~1.1.1",
|
||||
"eslint": "~3.4.0",
|
||||
"glob": "~7.0.5",
|
||||
"eslint": "~3.6.0",
|
||||
"glob": "~7.1.0",
|
||||
"happen": "~0.3.1",
|
||||
"js-yaml": "~3.6.1",
|
||||
"jsonschema": "~1.1.0",
|
||||
@@ -51,22 +51,21 @@
|
||||
"mocha-phantomjs-core": "~2.0.1",
|
||||
"name-suggestion-index": "0.1.1",
|
||||
"phantomjs-prebuilt": "~2.1.11",
|
||||
"request": "~2.73.0",
|
||||
"rollup": "0.34.10",
|
||||
"rollup-plugin-commonjs": "3.3.1",
|
||||
"rollup-plugin-json": "2.0.1",
|
||||
"request": "~2.75.0",
|
||||
"rollup": "0.36.0",
|
||||
"rollup-plugin-commonjs": "5.0.4",
|
||||
"rollup-plugin-json": "2.0.2",
|
||||
"rollup-plugin-node-resolve": "2.0.0",
|
||||
"sinon": "~1.17.5",
|
||||
"sinon-chai": "~2.8.0",
|
||||
"smash": "0.0",
|
||||
"svg-sprite": "1.3.3",
|
||||
"svg-sprite": "1.3.6",
|
||||
"uglify-js": "~2.7.0",
|
||||
"xml2js": "~0.4.17",
|
||||
"xmlbuilder": "~8.2.2"
|
||||
},
|
||||
"greenkeeper": {
|
||||
"ignore": [
|
||||
"d3",
|
||||
"maki"
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user