Update to release versions

This commit is contained in:
Raul Ochoa 2014-10-15 12:31:40 +02:00
parent 20cb559714
commit 94c61cb959
2 changed files with 12 additions and 9 deletions

17
npm-shrinkwrap.json generated
View File

@ -108,8 +108,8 @@
},
"redis-mpool": {
"version": "0.2.0",
"from": "https://github.com/CartoDB/node-redis-mpool/tarball/master",
"resolved": "https://github.com/CartoDB/node-redis-mpool/tarball/master",
"from": "https://github.com/CartoDB/node-redis-mpool/tarball/0.2.0",
"resolved": "https://github.com/CartoDB/node-redis-mpool/tarball/0.2.0",
"dependencies": {
"generic-pool": {
"version": "2.1.1",
@ -167,9 +167,9 @@
"resolved": "https://registry.npmjs.org/underscore/-/underscore-1.6.0.tgz"
},
"windshaft": {
"version": "0.28.3",
"from": "https://github.com/CartoDB/Windshaft/tarball/master",
"resolved": "https://github.com/CartoDB/Windshaft/tarball/master",
"version": "0.29.0",
"from": "https://github.com/CartoDB/Windshaft/tarball/0.29.0",
"resolved": "https://github.com/CartoDB/Windshaft/tarball/0.29.0",
"dependencies": {
"chronograph": {
"version": "0.1.0",
@ -274,7 +274,8 @@
},
"async": {
"version": "0.9.0",
"from": "async@~0.9.0"
"from": "async@~0.9.0",
"resolved": "https://registry.npmjs.org/async/-/async-0.9.0.tgz"
}
}
},
@ -1464,6 +1465,7 @@
"express": {
"version": "2.5.11",
"from": "express@~2.5.11",
"resolved": "https://registry.npmjs.org/express/-/express-2.5.11.tgz",
"dependencies": {
"connect": {
"version": "1.9.2",
@ -1471,7 +1473,8 @@
"dependencies": {
"formidable": {
"version": "1.0.15",
"from": "formidable@1.0.x"
"from": "formidable@1.0.x",
"resolved": "https://registry.npmjs.org/formidable/-/formidable-1.0.15.tgz"
}
}
},

View File

@ -25,12 +25,12 @@
"node-varnish": "https://github.com/Vizzuality/node-varnish/tarball/0.3.0",
"underscore" : "~1.6.0",
"dot": "~1.0.2",
"windshaft": "https://github.com/CartoDB/Windshaft/tarball/master",
"windshaft": "https://github.com/CartoDB/Windshaft/tarball/0.29.0",
"step": "~0.0.5",
"request": "~2.9.203",
"cartodb-redis": "https://github.com/CartoDB/node-cartodb-redis/tarball/0.11.0",
"cartodb-psql": "https://github.com/CartoDB/node-cartodb-psql/tarball/0.4.0",
"redis-mpool": "https://github.com/CartoDB/node-redis-mpool/tarball/master",
"redis-mpool": "https://github.com/CartoDB/node-redis-mpool/tarball/0.2.0",
"lzma": "~1.3.7",
"log4js": "~0.6.17",
"rollbar": "~0.3.13"