Skip to content

Commit 1e54509

Browse files
committed
rehype-dom-stringify: 2.0.0
1 parent dc7ce84 commit 1e54509

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/rehype-dom-stringify/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rehype-dom-stringify",
3-
"version": "1.0.4",
3+
"version": "2.0.0",
44
"description": "rehype plugin to use browser APIs to stringify HTML",
55
"license": "ISC",
66
"keywords": [

packages/rehype-dom/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
],
3333
"dependencies": {
3434
"rehype-dom-parse": "^1.0.4",
35-
"rehype-dom-stringify": "^1.0.4",
35+
"rehype-dom-stringify": "^2.0.0",
3636
"unified": "^7.0.0"
3737
},
3838
"devDependencies": {

0 commit comments

Comments
 (0)