discord-irc
Advanced tools
Comparing version 2.7.0 to 2.7.1
# Changelog | ||
This project adheres to [Semantic Versioning](http://semver.org/). | ||
## [2.7.1] - 2019-06-15 | ||
### Changed | ||
* Upgraded dependencies. | ||
## [2.7.0] - 2019-04-02 | ||
@@ -5,0 +9,0 @@ ### Changed |
{ | ||
"name": "discord-irc", | ||
"version": "2.7.0", | ||
"version": "2.7.1", | ||
"description": "Connects IRC and Discord channels by sending messages back and forth.", | ||
@@ -40,11 +40,11 @@ "keywords": [ | ||
"check-env": "1.3.0", | ||
"commander": "2.18.0", | ||
"commander": "2.20.0", | ||
"discord.js": "11.4.2", | ||
"irc-colors": "1.4.3", | ||
"irc-colors": "1.5.0", | ||
"irc-formatting": "1.0.0-rc3", | ||
"irc-upd": "0.10.0", | ||
"lodash": "^4.17.11", | ||
"simple-markdown": "0.4.2", | ||
"strip-json-comments": "2.0.1", | ||
"winston": "3.1.0" | ||
"simple-markdown": "0.4.4", | ||
"strip-json-comments": "3.0.1", | ||
"winston": "3.2.1" | ||
}, | ||
@@ -54,15 +54,15 @@ "devDependencies": { | ||
"babel-core": "^6.26.3", | ||
"babel-eslint": "^8.0.1", | ||
"babel-eslint": "^10.0.1", | ||
"babel-preset-node6": "^11.0.0", | ||
"babel-preset-stage-0": "^6.5.0", | ||
"chai": "^4.0.2", | ||
"coveralls": "^3.0.0", | ||
"eslint": "^4.8.0", | ||
"chai": "^4.2.0", | ||
"coveralls": "^3.0.4", | ||
"eslint": "^5.16.0", | ||
"eslint-config-airbnb-base": "^12.0.1", | ||
"eslint-plugin-import": "^2.7.0", | ||
"mocha": "^5.0.0", | ||
"nyc": "^13.3.0", | ||
"sinon": "^4.0.1", | ||
"eslint-plugin-import": "^2.17.3", | ||
"mocha": "^6.1.4", | ||
"nyc": "^14.1.1", | ||
"sinon": "^4.5.0", | ||
"sinon-chai": "^2.8.0" | ||
} | ||
} |
50671
+ Addedcommander@2.20.0(transitive)
+ Addedirc-colors@1.5.0(transitive)
+ Addedsimple-markdown@0.4.4(transitive)
+ Addedstrip-json-comments@3.0.1(transitive)
+ Addedwinston@3.2.1(transitive)
- Removedcolors@1.4.0(transitive)
- Removedcommander@2.18.0(transitive)
- Removedfast-safe-stringify@2.1.1(transitive)
- Removedfecha@2.3.3(transitive)
- Removedirc-colors@1.4.3(transitive)
- Removedlogform@1.10.0(transitive)
- Removedsimple-markdown@0.4.2(transitive)
- Removedwinston@3.1.0(transitive)
Updatedcommander@2.20.0
Updatedirc-colors@1.5.0
Updatedsimple-markdown@0.4.4
Updatedstrip-json-comments@3.0.1
Updatedwinston@3.2.1