Skip to content

Commit 4f4ff6c

Browse files
authored
Merge pull request #38 from codingtools/greenkeeper/chalk-3.0.0
Update chalk to the latest version πŸš€
2 parents 05fc83b + 462c97e commit 4f4ff6c

File tree

4 files changed

+181
-10
lines changed

4 files changed

+181
-10
lines changed

β€Žpackage-lock.jsonβ€Ž

Lines changed: 178 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žpackage.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@oclif/plugin-not-found": "^1.2.3",
1818
"@oclif/plugin-warn-if-update-available": "^1.7.0",
1919
"axios": "^0.19.0",
20-
"chalk": "^2.4.2",
20+
"chalk": "^3.0.0",
2121
"crypto-js": "^3.1.9-1",
2222
"jshashes": "^1.0.7",
2323
"minify": "^4.1.3",

β€Žsrc/commands/bundlephobia.tsβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import {Command, flags} from '@oclif/command'
22
import axios from 'axios'
3-
import chalk from 'chalk'
3+
import * as chalk from 'chalk'
44

55
import Logger from '../utilities/logger'
66
import Utilities from '../utilities/utilities'

β€Žsrc/commands/datetime.tsβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import {Command, flags} from '@oclif/command'
2-
import chalk from 'chalk'
2+
import * as chalk from 'chalk'
33
import * as moment from 'moment-timezone' //has both momentjs and timezone support
44

55
// @ts-ignore

0 commit comments

Comments
Β (0)