File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 43
43
"@types/tape" : " ^4.0.0" ,
44
44
"c8" : " ^7.0.0" ,
45
45
"glob" : " ^7.0.0" ,
46
- "jsdom" : " ^16 .0.0" ,
46
+ "jsdom" : " ^17 .0.0" ,
47
47
"prettier" : " ^2.0.0" ,
48
- "remark-cli" : " ^9 .0.0" ,
49
- "remark-preset-wooorm" : " ^8 .0.0" ,
48
+ "remark-cli" : " ^10 .0.0" ,
49
+ "remark-preset-wooorm" : " ^9 .0.0" ,
50
50
"rimraf" : " ^3.0.0" ,
51
51
"tape" : " ^5.0.0" ,
52
52
"type-coverage" : " ^2.0.0" ,
53
53
"typescript" : " ^4.0.0" ,
54
- "xo" : " ^0.42 .0"
54
+ "xo" : " ^0.44 .0"
55
55
},
56
56
"scripts" : {
57
57
"prepack" : " npm run build && npm run format" ,
Original file line number Diff line number Diff line change 1
1
/* eslint-env browser */
2
2
3
+ import fs from 'node:fs'
4
+ import path from 'node:path'
3
5
import test from 'tape'
4
- import fs from 'fs'
5
- import path from 'path'
6
6
import glob from 'glob'
7
7
import { JSDOM } from 'jsdom'
8
8
import { fromDom } from '../index.js'
You can’t perform that action at this time.
0 commit comments