update dependencies
This commit is contained in:
parent
bf1696878a
commit
037958db49
3 changed files with 677 additions and 983 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
@ -60,4 +60,10 @@ typings/
|
|||
.yarn-integrity
|
||||
|
||||
# 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
1634
package-lock.json
generated
File diff suppressed because it is too large
Load diff
18
package.json
18
package.json
|
@ -4,16 +4,16 @@
|
|||
"babel-preset-node8": "^1.2.0",
|
||||
"bitcoin": "^3.0.1",
|
||||
"chrono-node": "^1.3.5",
|
||||
"config": "^1.29.4",
|
||||
"discord.js": "^11.3.0",
|
||||
"embed-creator": "^1.1.4",
|
||||
"jsonpath": "^0.2.12",
|
||||
"moment": "^2.20.1",
|
||||
"mongoose": "^4.13.11",
|
||||
"config": "^1.30.0",
|
||||
"discord.js": "^11.3.2",
|
||||
"embed-creator": "^1.2.3",
|
||||
"jsonpath": "^1.0.0",
|
||||
"moment": "^2.22.1",
|
||||
"mongoose": "^5.0.17",
|
||||
"node-config": "^0.0.2",
|
||||
"numeral": "^2.0.6",
|
||||
"regex": "^0.1.1",
|
||||
"request": "^2.83.0"
|
||||
"request": "^2.85.0"
|
||||
},
|
||||
"scripts": {
|
||||
"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"
|
||||
},
|
||||
"devDependencies": {
|
||||
"prettier": "1.7.4"
|
||||
"prettier": "^1.12.1"
|
||||
},
|
||||
"name": "lbry-tipbot",
|
||||
"version": "0.0.3",
|
||||
"version": "0.0.4",
|
||||
"description": "LBRYs tipbot for Discord",
|
||||
"main": "app.js",
|
||||
"repository": "https://github.com/lbryio/lbry-tipbot",
|
||||
|
|
Loading…
Reference in a new issue