Merge pull request #271 from CartoDB/update-dependencies

Pointing to a proper version in turbo-carto and d3 dependencies
This commit is contained in:
Raul Ochoa 2016-09-21 16:45:37 +02:00 committed by GitHub
commit ddf487f56d

View File

@ -1,15 +1,15 @@
{ {
"name": "torque.js", "name": "torque.js",
"version": "2.15.1", "version": "2.15.2",
"description": "Temporal mapping for CartoDB", "description": "Temporal mapping for CARTO",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git://github.com/CartoDB/torque.git" "url": "git://github.com/CartoDB/torque.git"
}, },
"author": { "author": {
"name": "CartoDB", "name": "CARTO",
"url": "http://cartodb.com/", "url": "http://carto.com/",
"email": "wadus@cartodb.com" "email": "wadus@carto.com"
}, },
"contributors": [ "contributors": [
"Andrew Hill <andrew@vizzuality.com>", "Andrew Hill <andrew@vizzuality.com>",
@ -24,8 +24,8 @@
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
"dependencies": { "dependencies": {
"carto": "cartodb/carto#master", "carto": "cartodb/carto#master",
"d3": "~3.5.6", "d3": "3.5.17",
"turbo-carto": "~0.15.1", "turbo-carto": "0.16.0",
"turf-jenks": "~1.0.1" "turf-jenks": "~1.0.1"
}, },
"devDependencies": { "devDependencies": {
@ -39,7 +39,7 @@
"qunitjs": "1.x", "qunitjs": "1.x",
"request": "~2.53.0", "request": "~2.53.0",
"uglify-js": "1.3.3", "uglify-js": "1.3.3",
"underscore": "~1.6.0", "underscore": "1.8.3",
"sinon": "~1.15.4" "sinon": "~1.15.4"
}, },
"scripts": { "scripts": {