Skip to content

Instantly share code, notes, and snippets.

@codingjoe
Created March 14, 2018 10:16
Show Gist options
  • Save codingjoe/b23d5ea570bf760b821c41f6a70dd982 to your computer and use it in GitHub Desktop.
Save codingjoe/b23d5ea570bf760b821c41f6a70dd982 to your computer and use it in GitHub Desktop.
diff --git a/package.json b/package.json
index af301ee..f452451 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "heroku-connect-plugin",
"description": "Heroku Connect plugin for Heroku CLI",
- "version": "0.5.0",
+ "version": "0.6.0",
"author": "Heroku (@heroku)",
"repository": {
"type": "git",
@@ -21,9 +21,10 @@
},
"dependencies": {
"co": "4.6.0",
- "heroku-cli-util": "^5.4.6",
- "heroku-client": "^1.10.0",
- "inquirer": "^0.12.0"
+ "heroku-cli-util": "^8.0.0",
+ "heroku-client": "^3.0.6",
+ "heroku-pg": "^2.9.0",
+ "inquirer": "^5.1.0"
},
"devDependencies": {
"mocha": "^3.3.0",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment