Skip to content

Commit

Permalink
fix: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dessant committed May 1, 2018
1 parent a5dbbcd commit 6c16ada
Show file tree
Hide file tree
Showing 3 changed files with 1,045 additions and 2,185 deletions.
8 changes: 4 additions & 4 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
APP_ID=
WEBHOOK_SECRET=development

# Uncomment this to get verbose logging
# LOG_LEVEL=trace # or `info` to show less
# Use `trace` to get verbose logging or `info` to show less
LOG_LEVEL=debug

# Subdomain to use for localtunnel server. Defaults to your local username.
# SUBDOMAIN=
# Go to https://smee.io/new and set this to the URL that you are redirected to
# WEBHOOK_PROXY_URL=
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
"release": "standard-version && yarn run push"
},
"dependencies": {
"probot": "^3.0.3",
"probot-scheduler": "^1.0.3"
"probot": "^6.1.0",
"probot-scheduler": "^1.1.0"
},
"devDependencies": {
"localtunnel": "^1.8.3",
"nodemon": "1.12.5",
"npm-check-updates": "^2.13.0",
"standard-version": "^4.2.0"
"nodemon": "1.17.3",
"npm-check-updates": "^2.14.2",
"smee-client": "^1.0.1",
"standard-version": "^4.3.0"
},
"engines": {
"node": "8.9.0",
Expand Down
Loading

0 comments on commit 6c16ada

Please sign in to comment.