Skip to content

Commit

Permalink
upgrade dependencies, 2.0.1 bump
Browse files Browse the repository at this point in the history
  • Loading branch information
kmck committed Jun 19, 2019
1 parent 5891408 commit 397760f
Show file tree
Hide file tree
Showing 4 changed files with 187 additions and 162 deletions.
2 changes: 1 addition & 1 deletion packages/rehype-dom-parse/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rehype-dom-parse",
"version": "2.0.0",
"version": "2.0.1",
"description": "rehype plugin to use browser APIs to parse HTML",
"license": "ISC",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions packages/rehype-dom-stringify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rehype-dom-stringify",
"version": "2.0.0",
"version": "2.0.1",
"description": "rehype plugin to use browser APIs to stringify HTML",
"license": "ISC",
"keywords": [
Expand Down Expand Up @@ -29,7 +29,7 @@
"dist"
],
"dependencies": {
"hast-util-to-dom": "^2.0.0",
"hast-util-to-dom": "^2.0.1",
"web-namespaces": "^1.0.0",
"xtend": "^4.0.1"
}
Expand Down
10 changes: 5 additions & 5 deletions packages/rehype-dom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rehype-dom",
"version": "2.0.0",
"version": "2.0.1",
"description": "unified processor to use browser APIs to parse and stringify HTML",
"license": "ISC",
"keywords": [
Expand Down Expand Up @@ -31,15 +31,15 @@
"dist"
],
"dependencies": {
"rehype-dom-parse": "^2.0.0",
"rehype-dom-stringify": "^2.0.0",
"rehype-dom-parse": "^2.0.1",
"rehype-dom-stringify": "^2.0.1",
"unified": "^7.0.0"
},
"devDependencies": {
"rehype-highlight": "^2.0.0",
"rehype-highlight": "^3.0.0",
"rehype-parse": "^6.0.0",
"rehype-slug": "^2.0.0",
"rehype-stringify": "^5.0.0",
"rehype-stringify": "^6.0.0",
"unist-util-visit": "^1.0.0"
}
}
Loading

0 comments on commit 397760f

Please sign in to comment.