Skip to content

Commit c9eaad4

Browse files
committed
Update dev-dependencies
1 parent b89a525 commit c9eaad4

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@
4747
"devDependencies": {
4848
"@types/tape": "^4.0.0",
4949
"c8": "^7.0.0",
50-
"chalk": "^4.0.0",
50+
"chalk": "^5.0.0",
5151
"hastscript": "^7.0.0",
5252
"prettier": "^2.0.0",
53-
"remark-cli": "^9.0.0",
54-
"remark-preset-wooorm": "^8.0.0",
53+
"remark-cli": "^10.0.0",
54+
"remark-preset-wooorm": "^9.0.0",
5555
"retext": "^8.0.0",
5656
"rimraf": "^3.0.0",
5757
"strip-ansi": "^7.0.0",
@@ -61,7 +61,7 @@
6161
"unist-builder": "^3.0.0",
6262
"xast-util-from-xml": "^2.0.0",
6363
"xastscript": "^3.0.0",
64-
"xo": "^0.42.0"
64+
"xo": "^0.49.0"
6565
},
6666
"scripts": {
6767
"prepack": "npm run build && npm run format",

test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import test from 'tape'
2-
import chalk from 'chalk'
2+
import {Chalk} from 'chalk'
33
import strip from 'strip-ansi'
44
import {u} from 'unist-builder'
55
import {h} from 'hastscript'
@@ -8,7 +8,7 @@ import {retext} from 'retext'
88
import {fromXml} from 'xast-util-from-xml'
99
import {inspect, inspectColor, inspectNoColor} from './index.js'
1010

11-
const chalkEnabled = new chalk.Instance({level: 1})
11+
const chalkEnabled = new Chalk({level: 1})
1212

1313
const paragraph = 'Some simple text. Other “sentence”.'
1414

0 commit comments

Comments
 (0)