Skip to content
This repository has been archived by the owner on Nov 6, 2022. It is now read-only.

Commit

Permalink
Merge pull request #140 from trailimage/fix/gpx-download
Browse files Browse the repository at this point in the history
update deps to fix gpx download
  • Loading branch information
Jason-Abbott authored Jul 4, 2018
2 parents d654b20 + ac2d94e commit 7b9041d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
"version": "2.0.0",
"tasks": [
{
"label": "View Heroku test logs",
"label": "Heroku test logs",
"command": "heroku",
"args": ["logs", "-a", "trail-image-test"],
"args": ["logs", "-a", "trail-image-test", "--tail"],
"type": "shell",
"problemMatcher": []
},
{
"label": "View Heroku live logs",
"label": "Heroku production logs",
"command": "heroku",
"args": ["logs", "-a", "trail-image"],
"args": ["logs", "-a", "trail-image", "--source", "app", "--tail"],
"type": "shell",
"problemMatcher": []
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@trail-image/blog",
"description": "Trail Image blog",
"version": "4.0.0",
"version": "4.0.1",
"private": false,
"author": {
"name": "Jason Abbott"
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"@toba/tools" "^3.11.0"
node-fetch "^2.1.0"

"@toba/google-drive@^1.4.0":
"@toba/google-drive@^1.6.0":
version "1.6.0"
resolved "https://registry.yarnpkg.com/@toba/google-drive/-/google-drive-1.6.0.tgz#241c4f0759223d2e66bc3d3c7d5b39a4fb466f92"
dependencies:
Expand Down Expand Up @@ -152,8 +152,8 @@
ts-jest "^22.4.0"

"@toba/tools@^3.1.0", "@toba/tools@^3.11.0", "@toba/tools@^3.2.0", "@toba/tools@^3.3.0", "@toba/tools@^3.4.0", "@toba/tools@^3.8.0":
version "3.11.2"
resolved "https://registry.yarnpkg.com/@toba/tools/-/tools-3.11.2.tgz#d25b4c4685c218b9f25af53f75e7bab312aff89b"
version "3.11.3"
resolved "https://registry.yarnpkg.com/@toba/tools/-/tools-3.11.3.tgz#b3caa562d5e9fcd0369959c5910a96e69517272b"

"@trailimage/flickr-provider@^2.3.3":
version "2.3.4"
Expand All @@ -166,12 +166,12 @@
"@trailimage/models" "^2.1.0"

"@trailimage/google-provider@^2.2.0":
version "2.3.0"
resolved "https://registry.yarnpkg.com/@trailimage/google-provider/-/google-provider-2.3.0.tgz#484286b94a085832669441bd5e90eac3919d3af3"
version "2.3.1"
resolved "https://registry.yarnpkg.com/@trailimage/google-provider/-/google-provider-2.3.1.tgz#4cca3e1dfe16282170076e59e811700f23af94d5"
dependencies:
"@toba/google-drive" "^1.4.0"
"@toba/google-drive" "^1.6.0"
"@toba/map" "^1.3.0"
"@toba/tools" "^3.4.0"
"@toba/tools" "^3.11.0"
"@trailimage/models" "^2.2.0"
geojson "^0.5.0"

Expand Down

0 comments on commit 7b9041d

Please sign in to comment.