Upgrade to turbo-carto 0.9.0

This commit is contained in:
Raul Ochoa 2016-05-13 12:08:48 +02:00
parent 4abadec9c4
commit 503636f9fb
3 changed files with 8 additions and 8 deletions

View File

@ -5,7 +5,7 @@
Released 2016-mm-dd
Announcements:
- Upgrades turbo-carto to [0.8.0](https://github.com/CartoDB/turbo-carto/releases/tag/0.8.0)
- Upgrades turbo-carto to [0.9.0](https://github.com/CartoDB/turbo-carto/releases/tag/0.9.0)
## 2.41.1

12
npm-shrinkwrap.json generated
View File

@ -90,7 +90,7 @@
},
"mime-types": {
"version": "2.1.11",
"from": "mime-types@>=2.1.10 <2.2.0",
"from": "mime-types@>=2.1.2 <2.2.0",
"resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.11.tgz",
"dependencies": {
"mime-db": {
@ -976,7 +976,7 @@
"dependencies": {
"async": {
"version": "1.5.2",
"from": "async@>=1.0.0 <2.0.0",
"from": "async@>=1.5.2 <2.0.0",
"resolved": "https://registry.npmjs.org/async/-/async-1.5.2.tgz"
}
}
@ -988,7 +988,7 @@
},
"mime-types": {
"version": "2.1.11",
"from": "mime-types@>=2.1.10 <2.2.0",
"from": "mime-types@>=2.1.2 <2.2.0",
"resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.11.tgz",
"dependencies": {
"mime-db": {
@ -1215,9 +1215,9 @@
"from": "step-profiler@>=0.3.0 <0.4.0"
},
"turbo-carto": {
"version": "0.8.0",
"from": "turbo-carto@0.8.0",
"resolved": "https://registry.npmjs.org/turbo-carto/-/turbo-carto-0.8.0.tgz",
"version": "0.9.0",
"from": "turbo-carto@0.9.0",
"resolved": "https://registry.npmjs.org/turbo-carto/-/turbo-carto-0.9.0.tgz",
"dependencies": {
"colorbrewer": {
"version": "1.0.0",

View File

@ -37,7 +37,7 @@
"request": "~2.62.0",
"step": "~0.0.6",
"step-profiler": "~0.3.0",
"turbo-carto": "0.8.0",
"turbo-carto": "0.9.0",
"underscore": "~1.6.0",
"windshaft": "1.19.0"
},