update dependencies

This commit is contained in:
Niko Storni 2018-05-04 07:33:40 -04:00
parent bf1696878a
commit 037958db49
No known key found for this signature in database
GPG key ID: F37FE63398800368
3 changed files with 677 additions and 983 deletions

8
.gitignore vendored
View file

@ -60,4 +60,10 @@ typings/
.yarn-integrity .yarn-integrity
# dotenv environment variables file # dotenv environment variables file
.env .env
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
# User-specific stuff:
.idea

1634
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -4,16 +4,16 @@
"babel-preset-node8": "^1.2.0", "babel-preset-node8": "^1.2.0",
"bitcoin": "^3.0.1", "bitcoin": "^3.0.1",
"chrono-node": "^1.3.5", "chrono-node": "^1.3.5",
"config": "^1.29.4", "config": "^1.30.0",
"discord.js": "^11.3.0", "discord.js": "^11.3.2",
"embed-creator": "^1.1.4", "embed-creator": "^1.2.3",
"jsonpath": "^0.2.12", "jsonpath": "^1.0.0",
"moment": "^2.20.1", "moment": "^2.22.1",
"mongoose": "^4.13.11", "mongoose": "^5.0.17",
"node-config": "^0.0.2", "node-config": "^0.0.2",
"numeral": "^2.0.6", "numeral": "^2.0.6",
"regex": "^0.1.1", "regex": "^0.1.1",
"request": "^2.83.0" "request": "^2.85.0"
}, },
"scripts": { "scripts": {
"prettier": "prettier --write '{bot,.}/**/*.{js,json}' --single-quote --print-width 240", "prettier": "prettier --write '{bot,.}/**/*.{js,json}' --single-quote --print-width 240",
@ -23,10 +23,10 @@
"precommit": "prettier --write '{bot,.}/**/*.{js,json}' --single-quote --print-width 240" "precommit": "prettier --write '{bot,.}/**/*.{js,json}' --single-quote --print-width 240"
}, },
"devDependencies": { "devDependencies": {
"prettier": "1.7.4" "prettier": "^1.12.1"
}, },
"name": "lbry-tipbot", "name": "lbry-tipbot",
"version": "0.0.3", "version": "0.0.4",
"description": "LBRYs tipbot for Discord", "description": "LBRYs tipbot for Discord",
"main": "app.js", "main": "app.js",
"repository": "https://github.com/lbryio/lbry-tipbot", "repository": "https://github.com/lbryio/lbry-tipbot",