Skip to content

Commit

Permalink
Upgrade dependencies before starting final migration step (#1586)
Browse files Browse the repository at this point in the history
  • Loading branch information
gguuss authored and fhinkel committed Jan 10, 2020
1 parent 6af4403 commit 0ae59a9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions iot/manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
"system-test": "mocha system-test/*.test.js --timeout=600000"
},
"dependencies": {
"@google-cloud/iot": "^1.3.1",
"@google-cloud/pubsub": "^1.0.0",
"@google-cloud/iot": "^1.6.1",
"@google-cloud/pubsub": "^1.2.0",
"googleapis": "^46.0.0",
"yargs": "^15.0.0"
"yargs": "^15.1.0"
},
"devDependencies": {
"@google-cloud/nodejs-repo-tools": "^3.3.0",
"mocha": "^6.0.0",
"mocha": "^6.2.2",
"uuid": "^3.3.2"
},
"cloud-repo-tools": {
Expand Down

0 comments on commit 0ae59a9

Please sign in to comment.