Skip to content

Commit e0cf97f

Browse files
greenkeeperio-botwooorm
authored andcommitted
Update parse5
Closes GH-2.
1 parent 1e1ede2 commit e0cf97f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"hast-util-from-parse5": "^1.0.0",
2424
"hast-util-to-parse5": "^1.0.0",
2525
"html-void-elements": "^1.0.1",
26-
"parse5": "^2.2.3",
26+
"parse5": "^3.0.0",
2727
"unist-util-position": "^3.0.0",
2828
"web-namespaces": "^1.0.0",
2929
"zwitch": "^1.0.0"

test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ test('raw', function (t) {
7070
u('doctype', {name: 'html'}),
7171
h('html', {lang: 'en'}, [])
7272
])),
73-
u('root', {data: {quirksMode: false}}, [
73+
u('root', {data: {quirksMode: undefined}}, [
7474
u('doctype', {name: 'html', public: null, system: null}),
7575
h('html', {lang: 'en'}, [
7676
h('head'),

0 commit comments

Comments
 (0)