Skip to content

Commit

Permalink
fix: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Nov 9, 2019
1 parent 523d3b0 commit ae360f6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"roarr": "./dist/bin/index.js"
},
"dependencies": {
"chalk": "^2.4.2",
"chalk": "^3.0.0",
"json5": "^2.1.1",
"prettyjson": "^1.2.1",
"roarr": "^2.14.3",
"roarr": "^2.14.4",
"searchjs": "^1.0.2",
"split2": "^3.1.1",
"through2": "^3.0.1",
Expand All @@ -25,22 +25,22 @@
},
"description": "A CLI program for Roarr logger.",
"devDependencies": {
"@babel/cli": "^7.6.4",
"@babel/core": "^7.6.4",
"@babel/node": "^7.6.3",
"@babel/cli": "^7.7.0",
"@babel/core": "^7.7.2",
"@babel/node": "^7.7.0",
"@babel/plugin-transform-flow-strip-types": "^7.6.3",
"@babel/preset-env": "^7.6.3",
"@babel/register": "^7.6.2",
"@babel/preset-env": "^7.7.1",
"@babel/register": "^7.7.0",
"ava": "^2.4.0",
"babel-plugin-istanbul": "^5.2.0",
"coveralls": "^3.0.7",
"eslint": "^6.6.0",
"eslint-config-canonical": "^17.7.0",
"flow-bin": "^0.111.1",
"eslint-config-canonical": "^17.8.0",
"flow-bin": "^0.111.3",
"flow-copy-source": "^2.0.8",
"husky": "^3.0.9",
"nyc": "^14.1.1",
"semantic-release": "^15.13.29"
"semantic-release": "^15.13.30"
},
"engines": {
"node": ">=10.0"
Expand Down
2 changes: 1 addition & 1 deletion src/bin/commands/pretty-print.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// @flow

import split from 'split2';
import {constructor as Chalk} from 'chalk';
import {Instance as Chalk} from 'chalk';
import prettyjson from 'prettyjson';
import type {
MessageType,
Expand Down

0 comments on commit ae360f6

Please sign in to comment.