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 4343 "@types/tape" : " ^4.0.0" ,
4444 "c8" : " ^7.0.0" ,
4545 "glob" : " ^7.0.0" ,
46- "jsdom" : " ^16 .0.0" ,
46+ "jsdom" : " ^17 .0.0" ,
4747 "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" ,
5050 "rimraf" : " ^3.0.0" ,
5151 "tape" : " ^5.0.0" ,
5252 "type-coverage" : " ^2.0.0" ,
5353 "typescript" : " ^4.0.0" ,
54- "xo" : " ^0.42 .0"
54+ "xo" : " ^0.44 .0"
5555 },
5656 "scripts" : {
5757 "prepack" : " npm run build && npm run format" ,
Original file line number Diff line number Diff line change 11/* eslint-env browser */
22
3+ import fs from 'node:fs'
4+ import path from 'node:path'
35import test from 'tape'
4- import fs from 'fs'
5- import path from 'path'
66import glob from 'glob'
77import { JSDOM } from 'jsdom'
88import { fromDom } from '../index.js'
You can’t perform that action at this time.
0 commit comments