Skip to content

Commit

Permalink
fix(deps): update dependency chalk to v3 (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and JustinBeckwith committed Nov 9, 2019
1 parent 846f545 commit 407684f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"lint": "gts check"
},
"dependencies": {
"chalk": "^2.4.2",
"chalk": "^3.0.0",
"cheerio": "^1.0.0-rc.2",
"finalhandler": "^1.1.2",
"gaxios": "^2.0.1",
Expand Down
2 changes: 1 addition & 1 deletion src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import * as meow from 'meow';
import * as updateNotifier from 'update-notifier';
import chalk from 'chalk';
import chalk = require('chalk');
import { LinkChecker, LinkState, LinkResult, CheckOptions } from './index';
import { promisify } from 'util';
import { Flags, getConfig } from './config';
Expand Down

0 comments on commit 407684f

Please sign in to comment.