Skip to content

Commit f6b8c95

Browse files
committed
Update dev-dependencies
1 parent 02ebfdf commit f6b8c95

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"type-coverage": "^2.0.0",
4747
"typescript": "^4.0.0",
4848
"unist-builder": "^3.0.0",
49-
"xastscript": "^2.0.0",
49+
"xastscript": "^3.0.0",
5050
"xo": "^0.39.0"
5151
},
5252
"scripts": {

test/attribute.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import test from 'tape'
2-
import x from 'xastscript'
2+
import {x} from 'xastscript'
33
import {u} from 'unist-builder'
44
import {toXml} from '../index.js'
55

test/element.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import test from 'tape'
2-
import x from 'xastscript'
2+
import {x} from 'xastscript'
33
import {toXml} from '../index.js'
44

55
test('`element`', (t) => {

test/root.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import test from 'tape'
2-
import x from 'xastscript'
2+
import {x} from 'xastscript'
33
import {u} from 'unist-builder'
44
import {toXml} from '../index.js'
55

0 commit comments

Comments
 (0)