Skip to content

Commit 64d3092

Browse files
committed
Update dev-dependencies
1 parent eaee283 commit 64d3092

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,16 +45,16 @@
4545
"c8": "^7.0.0",
4646
"glob": "^7.0.0",
4747
"hastscript": "^7.0.0",
48-
"jsdom": "^16.5.3",
48+
"jsdom": "^18.0.0",
4949
"prettier": "^2.0.0",
50-
"remark-cli": "^9.0.0",
51-
"remark-preset-wooorm": "^8.0.0",
50+
"remark-cli": "^10.0.0",
51+
"remark-preset-wooorm": "^9.0.0",
5252
"rimraf": "^3.0.0",
5353
"tape": "^5.0.0",
5454
"type-coverage": "^2.0.0",
5555
"typescript": "^4.0.0",
56-
"w3c-xmlserializer": "^2.0.0",
57-
"xo": "^0.42.0"
56+
"w3c-xmlserializer": "^3.0.0",
57+
"xo": "^0.46.0"
5858
},
5959
"scripts": {
6060
"prepack": "npm run build && npm run format",

test/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ test('hast-util-to-dom', (t) => {
4343
toDom({
4444
type: 'root',
4545
children: [
46-
{type: 'doctype', name: 'html', public: undefined, system: undefined},
46+
{type: 'doctype', name: 'html'},
4747
{
4848
type: 'element',
4949
tagName: 'html',

0 commit comments

Comments
 (0)