mirror of
https://github.com/dessant/lock-threads.git
synced 2026-03-13 01:27:03 -04:00
fix: update dependencies
This commit is contained in:
@@ -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
package.json
12
package.json
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user