Skip to content

Commit

Permalink
Merge pull request #28 from invisible-tech/renovate/all
Browse files Browse the repository at this point in the history
chore(deps): update all packages
  • Loading branch information
rodrigo4244 committed Feb 23, 2018
2 parents 4124bef + abef2b5 commit be7ed1b
Show file tree
Hide file tree
Showing 3 changed files with 606 additions and 159 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,6 @@
*v1.1.2*
> Internal: update dependencies
*v1.1.1*
> Fix: Blank messages bug when logging an Error object using Timber.io
Expand Down
10 changes: 5 additions & 5 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "@invisible/logger",
"version": "1.1.1",
"version": "1.1.2",
"description": "Invisible Logging Wrapper",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -31,7 +31,7 @@
"homepage": "https://github.com/invisible-tech/logger#readme",
"dependencies": {
"@invisible/changelog-update": "^1.1.0",
"bugsnag": "^1.12.0",
"bugsnag": "^2.0.0",
"glob": "^7.1.2",
"moment": "^2.18.1",
"timber": "^3.1.1",
Expand All @@ -40,11 +40,11 @@
},
"devDependencies": {
"@invisible/eslint-config": "^1.1.2",
"@invisible/publish": "^1.1.6",
"@invisible/publish": "^2.0.0",
"eslint": "^4.7.2",
"mocha": "^3.5.0",
"mocha": "^5.0.0",
"patch-package": "^5.0.0",
"postinstall-prepare": "^1.0.1",
"sinon": "^3.0.0"
"sinon": "^4.0.0"
}
}

0 comments on commit be7ed1b

Please sign in to comment.