Skip to content

Commit

Permalink
Dependency update
Browse files Browse the repository at this point in the history
  • Loading branch information
Khaaz committed Sep 23, 2018
1 parent efe9aa9 commit 4910e64
Show file tree
Hide file tree
Showing 3 changed files with 215 additions and 145 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# conf
src/configs/tokenConf.json
src/modules/Rss/apis.json

# Logs
logs
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@
"axoncore": "github:Khaazz/AxonCore#dev",
"chalk": "^2.4.1",
"eris": "git+https://github.com/Khaazz/eris.git#axoncore",
"esm": "^3.0.72",
"esm": "^3.0.84",
"eventemitter3": "^3.1.0",
"execa": "^0.10.0",
"mongoose": "^5.2.3",
"pm2": "^3.0.0",
"rss-parser": "^3.4.2",
"superagent": "^3.8.3"
"execa": "^1.0.0",
"mongoose": "^5.2.17",
"pm2": "^3.1.3",
"rss-parser": "^3.4.3",
"superagent": "^4.0.0-beta.5"
},
"devDependencies": {
"cloc": "^2.3.3",
"eslint": "^5.1.0",
"yarn": "^1.7.0"
"cloc": "^2.3.4",
"eslint": "^5.6.0",
"yarn": "^1.9.4"
},
"main": "index.js",
"scripts": {
Expand Down
Loading

0 comments on commit 4910e64

Please sign in to comment.