Upgrades dependencies
This commit is contained in:
parent
3eab0d6349
commit
13fdfc602e
5
NEWS.md
5
NEWS.md
@ -1,5 +1,10 @@
|
||||
1.14.1 -- 2014-mm-dd
|
||||
--------------------
|
||||
Enhancements:
|
||||
- Upgrades dependencies:
|
||||
- redis-mpool
|
||||
- cartodb-redis
|
||||
- windshaft
|
||||
|
||||
1.14.0 -- 2014-08-07
|
||||
--------------------
|
||||
|
16
npm-shrinkwrap.json
generated
16
npm-shrinkwrap.json
generated
@ -10,12 +10,12 @@
|
||||
"version": "1.3.3"
|
||||
},
|
||||
"windshaft": {
|
||||
"version": "0.23.0",
|
||||
"from": "https://github.com/CartoDB/Windshaft/tarball/0.23.0",
|
||||
"version": "0.24.0",
|
||||
"from": "https://github.com/CartoDB/Windshaft/tarball/0.24.0",
|
||||
"dependencies": {
|
||||
"grainstore": {
|
||||
"version": "0.19.0",
|
||||
"from": "git://github.com/CartoDB/grainstore.git#0.19.0",
|
||||
"version": "0.20.0",
|
||||
"from": "git://github.com/CartoDB/grainstore.git#0.20.0",
|
||||
"dependencies": {
|
||||
"carto": {
|
||||
"version": "0.9.5-cdb2",
|
||||
@ -934,12 +934,12 @@
|
||||
"version": "2.9.202"
|
||||
},
|
||||
"cartodb-redis": {
|
||||
"version": "0.5.0",
|
||||
"from": "git://github.com/CartoDB/node-cartodb-redis.git#0.5.0"
|
||||
"version": "0.9.0",
|
||||
"from": "git://github.com/CartoDB/node-cartodb-redis.git#0.9.0"
|
||||
},
|
||||
"redis-mpool": {
|
||||
"version": "0.0.4",
|
||||
"from": "http://github.com/CartoDB/node-redis-mpool/tarball/0.0.4",
|
||||
"version": "0.1.0",
|
||||
"from": "https://github.com/CartoDB/node-redis-mpool/tarball/0.1.0",
|
||||
"dependencies": {
|
||||
"generic-pool": {
|
||||
"version": "2.0.4"
|
||||
|
@ -24,11 +24,11 @@
|
||||
"dependencies": {
|
||||
"node-varnish": "http://github.com/Vizzuality/node-varnish/tarball/0.3.0",
|
||||
"underscore" : "~1.3.3",
|
||||
"windshaft": "https://github.com/CartoDB/Windshaft/tarball/0.23.0",
|
||||
"step": "0.0.x",
|
||||
"windshaft": "https://github.com/CartoDB/Windshaft/tarball/0.24.0",
|
||||
"step": "~0.0.5",
|
||||
"request": "2.9.202",
|
||||
"cartodb-redis": "git://github.com/CartoDB/node-cartodb-redis.git#0.5.0",
|
||||
"redis-mpool": "http://github.com/CartoDB/node-redis-mpool/tarball/0.0.4",
|
||||
"cartodb-redis": "git://github.com/CartoDB/node-cartodb-redis.git#0.9.0",
|
||||
"redis-mpool": "https://github.com/CartoDB/node-redis-mpool/tarball/0.1.0",
|
||||
"mapnik": "http://github.com/Vizzuality/node-mapnik/tarball/0.7.26-cdb1",
|
||||
"lzma": "~1.2.3",
|
||||
"log4js": "~0.6.10",
|
||||
|
Loading…
Reference in New Issue
Block a user