We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6f18eb commit 237bdcfCopy full SHA for 237bdcf
package.json
@@ -39,14 +39,14 @@
39
"@types/tape": "^4.0.0",
40
"c8": "^7.0.0",
41
"prettier": "^2.0.0",
42
- "remark": "^13.0.0",
43
- "remark-cli": "^9.0.0",
44
- "remark-preset-wooorm": "^8.0.0",
+ "remark": "^14.0.0",
+ "remark-cli": "^10.0.0",
+ "remark-preset-wooorm": "^9.0.0",
45
"rimraf": "^3.0.0",
46
"tape": "^5.0.0",
47
"type-coverage": "^2.0.0",
48
"typescript": "^4.0.0",
49
- "xo": "^0.42.0"
+ "xo": "^0.49.0"
50
},
51
"scripts": {
52
"prepack": "npm run build && npm run format",
test.js
@@ -4,7 +4,7 @@
4
5
import assert from 'node:assert'
6
import test from 'tape'
7
-import remark from 'remark'
+import {remark} from 'remark'
8
import {headingStyle} from './index.js'
9
10
test('headingStyle', (t) => {
0 commit comments